Forum Discussion
Hello sir, if you had read my entire first post, your first question was answered at the end: "Note: I have my Playback settings as "OnError: Stop current item and continue running" and "Rerun failed test item times = 2"".
Then, my OnStartTest event makes several validations that I (as a user) would do whenever I work with my applications (in this case, the applications under test) at the moment I start my test case. An example could be "verify the app is opened and on the home page; if it's not opened, open it, and if it's not on the home page, go to the home page". Sometimes TC fails to open the app (the devs should know why, since what you get when that happens is a very generic message of "TC failed to open this app"), which causes the entire execution to break.
Given the tool provides an event where the test starts, should anything unexpected happen on this event, it should not disrupt the execution of the following tests (since, after all, they will also trigger an OnStartTest event).
Maybe I should open a feature request so this gets fixed, because the way it works now, it's pretty useless unless you want to simply change an output message.
Hello sir, if you had read my entire first response and noticed the provided screenshots you might have noticed my reference to the settings in your Execution Plan and not the Playback settings of your Project that you keep referring to - because, depending on how you are running your tests, these settings could effect how TestComplete handles the error.
All settings aside, what you really need to debug is the OnStartTest event. If any event handler fails on the code that you wrote within it, then TC cannot gracefully follow through with is handling of the error, which can then effect the rest of the run. So using your example, if you do indeed have your own custom code in the event handler and it's going off to "verify the app is opened and on the home page" before it has actually attempted to launch you app, then yes, it will continue to fail and you need to refactor the code within the event handler.
For additional context: Have you added this app in your project's Tested Apps config [TC reference]? Is this a desktop application or a web app that you are trying to find? Do you have the appropriate licensing? Can you open this application locally outside of TC? Even posting a snippet of the code within the event handler that is failing may help others with more appropriate suggestions.
Related Content
- 11 years ago
- 10 years ago
Recent Discussions
- 2 hours ago
- 6 days ago
- 10 days ago