Thursday, April 12, 2012

Test complete. Run test from a specific point

Does anybody know if it's possible in Test Complete to run a test from a specific point in a function?
I see options like run routine, run test, run project.



Thank you,
Raluca





1 comment:

  1. There is no way to start execution of a script test from a specific line, but it is possible to move the execution point to the desired line. You can set a breakpoint to the first line of a script routine and run this routine. Once the test execution is stopped at the breakpoint, use the Set Next Statement action to move the execution point to the needed line and continue the execution.

    This feature is documented in the Setting Next Execution Point help topic.

    ReplyDelete