ContributionsMost RecentMost LikesSolutionsHow to create a project interchangeTeam, Could you please help me with steps to create a project interchange of my current workspace.. I tried sharing .pjs file but folder/filepath is still referrign to my system in .pjs file Thanks. SriniRe: Test Complete getting Hanged while spying modal windowsI noticed that if i closed the modal window i could see UIA Object for the form appearing in object browser.. Not sure what is happeningTest Complete getting Hanged while spying modal windowsTeam, I m using TestComplete 9. TestComplete is getting hanged when try to spy few modal windows in my system. If i close the modal window TestComplete comes active. I tried with 'Point and Fix' Object Spy method , But I m not able to select my modal window.. I m not sure about the issue. Could you please help me. Re: How can I propogate the error or exceptionHello Gena, Thanks for your inputs. This is my scenario. I have group of test methods I will manually call and execute from a for loop in an custom execution engine.. When an exception or error occurs in one test case , I want my execution engine to run next test case. I see in Runner.Stop has parameter that stop only the current test. But that will help only when i select my test cases manually from test complete organize test and run it right? Is there any way i can do similiar function in my custom execution engine. Not sure whether i can write OnStopTest handler and call next test in queue, Pls advise Regards, Srini Re: How can I propogate the error or exceptionIf i have more hirearchy of method calls and if error occured at lower child in hirerachy tree then I should check for returned value in all levels and do action accordingly... Rather doing that is there any way to stop the execution and do appropriate action in handlers. Thanks Regards, Srini How can I propogate the error or exceptionTeam, I did turn off stop on error setting .. Now I m not sure how to handle exceptions or error by propogating the exception in method call stack. In java script looks like there is no way to throw exception from one method to another. all thrown exception needs to be handled in the same method So how can i now report the calling method that something unexpected occured ? Please advise. Thanks. SriniSolvedRe: Runtime Error opening Excel SpreadsheetTeam, Can i specify relative path while opening the excel?? . Can i have excel under project home directory and access it with a relative path. I tried with var Excel =Sys.OleObject("Excel.Application"); Excel.Workbooks.Open(".\\TestExecute.xlsx"); It was not working Any help pls Regards, SriniHow to Reuse the child hierarchy in Name mapping Team, I have two objects with same hierarchy.. How can i reuse the child hierarchy in name mapping structure.. I believe mapping child separately for each object is not a good approach due to maintainability drawbacks...(Need to update hierarchy in two places if there is any change in child objects) Is there any better ways. Thanks in advance. Re: how to use same mapping for different run time objects.Thanks Jeremy and Vikram for the suggestions.. Check points will help me only for state changes with in a single object. But In my case there are two form objects opened by sequential menu clicks .. First menu click --> opens the form--> its in intial state --> mapped to alias-->user actions to change the state --->storing the object reference to js variable. Second menu click --> opens the form--> its in intial state --> refreshing the namemapping(as mapping still refers to previous form)-->mapped to name mapping. js variable in which i had old form instance is now referring to new form... Both the js variable and alais is now referring to second form... I do not have reference to first form... How can i work on this scenario ............................................................................................................................................ .................................................................................................... Find a child with required Grand childrenIs there any method to find a child that has a required grand children in script. Like the way 'Required Chidren' setting in name mapping tree. But programatically using script Thanks in advance