Hi,
i have a question, i do in my scripting file like somtihing this below. So if the last test failed it shows the failed window if a test failed bevor the batch is executed. why? and how can i do it so stop testing if 1 test failed and show the failed window?
i have a question, i do in my scripting file like somtihing this below. So if the last test failed it shows the failed window if a test failed bevor the batch is executed. why? and how can i do it so stop testing if 1 test failed and show the failed window?
Code:
SETPOSTTEST AUTO_STOP_P runapp MAN_STOP_P normal RESULT_P no RUN_P "c:\dosomething.bat" LOG "Running Parallel for 1 minute" SETDURATION 1 SETCYCLES 0 SETDUTYCYCLE PARALLEL 100 RUN PARALLEL LOG "Running Serial for 1 minute" SETDURATION 1 SETCYCLES 0 SETDUTYCYCLE SERIAL 100 RUN SERIAL LOG "Running USB for 1 minute" SETDURATION 1 SETCYCLES 0 SETDUTYCYCLE USB 100 RUN USB
Comment