ContributionsMost RecentMost LikesSolutionsRe: Object Browser seeing the same object differently on VM Initially it was run on 14.60, but when the failure occurred I pushed the update to 14.70 hoping that might resolve the issue. Updated to a new service pack right before the test run (was attempting to get a regression run prior to a new release). Tried making a fresh install of the older version that worked previously only to experience the same issue. As far as I can tell, both the TestComplete version and the application version are identical between my local machine and the VM. I'm suspecting there must be something wonky going on with the projects, but doing comparisons at this point doesn't seem to yield any obvious differences. I think I may have to restore an older version of either the .mds or the .pjs file and try to see if I'm getting the same functionality from there, or if there's something different that just isn't being flagged as 'different' by the version control. Re: Object Browser seeing the same object differently on VMTestcomplete has been installed on both machines, tests were running without issue as of two weeks ago, now they've suddenly hit this mapping issue. The closest to testing through a connection to a VM this comes is the test suite is typically run via network suite.Re: Object Browser seeing the same object differently on VM .... how else do you think I'm using object browser in my VM to examine the application there? Object Browser seeing the same object differently on VM hey everyone, hit on a weird issue I'm scratching my head on how to solve. I have an application that I'm running tests for that is in Powerbuilder. All requisite configurations are set as far as I can tell. Using the exact same project, TestComplete version, database, etc, if I look at a panel object on my local machine in object browser it is being correctly displayed as UIAObject("dw_template"). However, if I observe the exact same panel object on my VM, it instead is seen as Window("pbdw170", "", 2). This is obviously throwing off my tests, and I'm ripping my hair out trying to find what could possibly be causing this discrepancy. Any thoughts/suggestions would be most welcome. TtcSharedEventListener handler of TtcTestEngineEventDispatcher event exception in NetworkSuite Hello everyone, I have a suite of parallel tests that have been running, however occassionally I come to my computer in the morning to see that the suite has failed to continue running after hitting this error: "An exception occurred within the TtcSharedEventListener handler of the TtcTestEngineEventDispatcher event: The operation completed successfully." Does anyone know what the likely cause of this would be? SolvedRe: stopping execution of a keyword test in script Yeah that setting is set to False (most of those are). I'm currently in TestComplete 12. Are Try/Catch/Finally valid operators in VBscript? I was under the impression that they were not. Although that would probably be the easiest option to catch the error if I could just do Try KeywordTests.TestName.Run Catch <error handling> But I was under the impression that those were not valid operations for VBscript. Or are you talking about enclosing the actions of the keyword test itself in a Try/Catch using the TestComplete Methods? Re: stopping execution of a keyword test in script That gives the same functionality as if Runner.Stop were called in my error event script, which isn't what I'm needing. I'm calling multiple keyword tests to run via a script, and I'm trying to think of a way to write it out so that if an error occurs during the execution of a keyword test, it stops trying to run the keyword test and then continues on to the next line of code in the script. Being able to simply put in my code something like "KeywordTests.TestName.Stop" would be simplest way to go about it, but that isn't valid code. (At least not for VBscript) stopping execution of a keyword test in script Hello, After calling KeywordTests.TestName.Run via a script, is there any way to stop execution of the keyword test and continue through the remainder of the script? Calling Runner.Stop(True) just ends the entire process, I am hoping for a way to have the runner continue stepping through the remaining code SolvedNetworksuite error at end of test run hey everyone, I'm working on setting up the testing suite to run via parallel testing, but when I'm running a network suite through the master project I'm getting this error on the master project's log: Message MessageEx Priority Link Cannot close the remote instance of TestComplete(TestExecute). The operation completed successfully Normal This happens despite the slave project completing its run successfully, and I've spent most of the day trying to play with settings and nail down where/why it's failing with little success. Any ideas where I'd be best off looking at this? SolvedRe: Mass Update Identification Properties for multiple mapped objects Hey no worries, this is pretty much what I figured I would have to do, I was just hoping that there might be something magical to make this terrible information go away.