nastester
4 years agoRegular Contributor
Tear down script to fail performance test if test step count is not reached
Hello, I am trying to create a tear down script that will fail my performance test if a specified test step count is not reached during the timed test run. There are no out of the box assertions ...
- 4 years ago
Since the error is pointing to a missing property I would review the path for your newPropertyValue. For the loadTestRunner I believe the correct model is "loadTestRunner.loadTest.testcase...."
The following link contains some useful information for working implementing tear down scripts with the loadTestRunner.
https://www.soapui.org/docs/load-testing/scripting-possibilities/#1-Setup-and-TearDown-scripts
Hope this helps.