Next: loop keyword, Previous: resume keyword, Up: Test Case control
The complete
keyword is used to have a started test case wait to complete. It blocks until the test case has finished. complete
has one mandatory argument, described below.
The complete keyword can be used, for example, in the following way:
complete test1
Note: If this keyword is used when more than one test case has the same testid
(even if it's completed already) it will wait for the last test case to complete. Avoid using the same testid
for many test case runs. See run keyword.