Haiyangwhu
11 years agoContributor
Don't want to terminate tested application when test item timeout has expired
Hi,
When using test complete to run test items, the tested application will be terminated automatically if one test item is timeout. However i don't want the tested application to be closed.
I know we can do that in below ways:
1. Set Timeout = 0 for each test item, and handle when it should stop in test script. There will be too much to wait and check, it's a little complicated.
2. Launch tested application by DbgServices, it won't terminate tested application but quite a lot of Module/Thread logs will be logged and this is annoying.
I don't want to terminate tested application when test item timeout, i want to keep test script & test logs clean and simple. What should i do?
Thanks,
Ocean
When using test complete to run test items, the tested application will be terminated automatically if one test item is timeout. However i don't want the tested application to be closed.
I know we can do that in below ways:
1. Set Timeout = 0 for each test item, and handle when it should stop in test script. There will be too much to wait and check, it's a little complicated.
2. Launch tested application by DbgServices, it won't terminate tested application but quite a lot of Module/Thread logs will be logged and this is annoying.
I don't want to terminate tested application when test item timeout, i want to keep test script & test logs clean and simple. What should i do?
Thanks,
Ocean
- did u tried by launching appln with wsh?