Break during test execution

Christiane B., modified 11 Years ago.

Break during test execution

Youngling Posts: 4 Join Date: 8/2/12 Recent Posts
Is it possible to stop time during the test execution? The tester can take a break during test execution and continue the test later. Is there a way for it to use?

Thanks in advance and many greetings,
Christiane
thumbnail
Torsten Stolpmann, modified 11 Years ago.

RE: Break during test execution

Jedi Council Member Posts: 755 Join Date: 2/12/09 Recent Posts
Welcome back Christiane,

This is currently supported on a per test case boundary while executing a test suite:

After each finished test case the test result is committed to the database for this test run.
You may abort the test run at any time by closing the execution window.
You may loose the current test case result this way when it not yet has been committed.

Under Execute / Continue Test Run you may continue that test run at any later date starting after the last committed test result.
The overall test execution time will correctly reflect the sum of the individual test execution times.

Does that satisfy your requirements?

Regards,

Torsten
Christiane B., modified 11 Years ago.

RE: Break during test execution (Answer)

Youngling Posts: 4 Join Date: 8/2/12 Recent Posts
Yes, it helps me a lot. Thank you.