recovery mechanism when app crashes
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2018
10:39 PM
07-16-2018
10:39 PM
recovery mechanism when app crashes
We have android and ios app where while running batch testing, app crashes in between making all rest of scripts as fail, so is there recovery mechanism that Testcomplete identifies the crash and relaunches the app again.
Any one has idea how to implement such crash scenario?? Please help me in this
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2018
12:01 AM
07-17-2018
12:01 AM
Hi,
You can use OnLogError event handler, which would perform a check after each error been posted to the log. You check the presence of your application as a running process on the tested device. If process is not presented, then you make required steps to launch it again.
