Forum Discussion
NikhilReddy
13 years agoOccasional Contributor
Hello Everyone,
I am new to TestComplete. I am recording the Keyword tests instead of writing script's.
I have similar issue as described by Serglu Vlad, I have a project suit with few projects in it & each project mostly has only one Keyword Test in it. When I run the project suit , It has to run all the projects inside it in a series, if tests encounters an error it has to log the error and skip to the next test in the next project in the project suite.
The solutions describes above are either stop the whole project suit with out running the following project's tests.
I tried uncheck stop on error in project's playback properties and opted the stop on error (project) also tried (Test Item) but didn't see the expected results. i.e [After the first error occurs test should stop executing the rest of the steps and skip to next test in next project without stopping the whole project suit]
There is one more place to check the stop on error if we right click on Project Suite and choose edit >> Test Item. I tried Stop on Error uncheck and check both didnt take effect and only the option in stop on error in project's playback properties stood for itself.
I want to know if there is any event handling things as discussed above by Jackson L
and Sergiu Vlad to do the job in the recorded Keyword tests. Its important that I don't want to write the scripts.
I am planing to use Try - Catch or Label - Go to Label or If ... then to atlest skip to the last step of the tests if an error occurs, but that is a lot waste of time.
Can anyone suggest the solution please.
Thank You,
Nikhil
I am new to TestComplete. I am recording the Keyword tests instead of writing script's.
I have similar issue as described by Serglu Vlad, I have a project suit with few projects in it & each project mostly has only one Keyword Test in it. When I run the project suit , It has to run all the projects inside it in a series, if tests encounters an error it has to log the error and skip to the next test in the next project in the project suite.
The solutions describes above are either stop the whole project suit with out running the following project's tests.
I tried uncheck stop on error in project's playback properties and opted the stop on error (project) also tried (Test Item) but didn't see the expected results. i.e [After the first error occurs test should stop executing the rest of the steps and skip to next test in next project without stopping the whole project suit]
There is one more place to check the stop on error if we right click on Project Suite and choose edit >> Test Item. I tried Stop on Error uncheck and check both didnt take effect and only the option in stop on error in project's playback properties stood for itself.
I want to know if there is any event handling things as discussed above by Jackson L
and Sergiu Vlad to do the job in the recorded Keyword tests. Its important that I don't want to write the scripts.
I am planing to use Try - Catch or Label - Go to Label or If ... then to atlest skip to the last step of the tests if an error occurs, but that is a lot waste of time.
Can anyone suggest the solution please.
Thank You,
Nikhil
Related Content
- 5 years ago
- 7 years ago