In my test project, I need to run a bunch of kdt test cases using a bat file. For each kdt, I need to turn off the "Throw exception option" and use try/catch to handle the error myself in order to keep the whole test suites running until end. The thing is after catching an error, I need a way to stop that test case and move on to next one immediately instead of waiting for a long while. Is there a way to do this? The reason I want this is because the process will not come back to the batch level if the silktest level process still keep running.
Thanks
Jian