Executing Load Test as part of a Test Suite
Hi, I use SoapUI 5.5.0. I am trying to test a Web Service. I have a Test Suite under which, I have a Test Case. Under the Test Case I have functional Tests as well as Load Tests. When I execute the Test Suite, only the functional test steps seems to execute. How do I include the execution of the Load Test as well?1.5KViews0likes6CommentsLoadtest teardown script not working
Hi, I am tying to setup a teardown script in the load test to verify the test results, but the teardown script seems to not run after the loadtest, I tested with a log.info in the setup script and in the teardown, but just the log in the setup script are showning. setup script: log.info("test 1"); teardown script: log.info("test 2"); SoapUI version 5.4.0 community editionSolved2.3KViews1like3Comments