Forum Discussion
KarelHusa
10 years agoSuper Contributor
Can you please provide more information about your tests?
- Do the setUp and tearDown scripts belong to the same test case?
- What kind of test steps do you have within the test case?
- Is there any flow control for execution of the test steps?
- Do you launch any scripts within the test steps? What do they contain?
- bigdaddyduergar10 years agoOccasional Contributor
The setup/teardown do belong to the same test case.
The test case has a http status code assertion, an xpath match to what the expected information should be returned for a single xml field.
If there is flow control, I am not aware of it. We've never used flow control to my knowledge.
No additional scripts are being run inside of the test case.