ContributionsMost RecentMost LikesSolutionsRe: JavaClasses support gives errorI have updated my TestComplete version to 9.20.2460.7, but its not working.Re: Very slow in identifying the objects and performing actionsHi Thrilok, We are facing the same issue for the same MarkitWire application. Did you find a solution for your problem?Re: JavaClasses support gives errorSomeone, please help. Thanks in advance.Re: JavaClasses support gives errorYeah, I tried. But its not returning any values.Re: JavaClasses support gives errorPlease helpJavaClasses support gives errorI am trying to use the JavaClasses feature to call functions from Java Classes. For this purpose:- 1) I installed the JavaClasses Support plugin 2) Updated the JRE path on Tools -> Options 3) Updated the JAR files and class details on Tools -> Current Project Properties 4) Tried to open the functions from a script using "JavaClasses." I am expecting to see the functions after step 4, but I am not getting it. What could be wrong? Please help. (Refer to the attachment for more details)Re: Continue the same test on any failureCan anyone please help me?Re: Continue the same test on any failure"Stop on error" property on playback settings under project properties is unchecked.Re: Continue the same test on any failureI tried with "None" and "Test Item" for both "Stop On Error" and "Stop on Exception", but both of them were not usefulContinue the same test on any failureI am a QTP user, now trying to automate an application using TestComplete. I found TestComplete to be a very good tool, however I am finding it difficult to understand the recovery scenarios. I am following a driver script approach. Lets say I have to run a same script for 100 data records from an excel file. Each record sets about 50 values of screen. If the setting of value on 1st item fails for DataRecord1, the script should stop the current iteration and then execute the same driver script, for DataRecord2. For this purpose, I have a g_iCurrentDataRecord as a global variable. I could increment it to 1 using the event handler, and able to call the same driver script again from the event handler. However, when the driver script executes again from the event handler, if there is any error, the script execution stops completely. How do i handle this in testcomplete?