Break during test execution

Christiane B., geändert vor 11 Jahren.

Break during test execution

Youngling Beiträge: 4 Beitrittsdatum: 02.08.12 Neueste Beiträge
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, geändert vor 11 Jahren.

RE: Break during test execution

Jedi Council Member Beiträge: 755 Beitrittsdatum: 12.02.09 Neueste Beiträge
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., geändert vor 11 Jahren.

RE: Break during test execution (Antwort)

Youngling Beiträge: 4 Beitrittsdatum: 02.08.12 Neueste Beiträge
Yes, it helps me a lot. Thank you.