s_nikhila
15 years agoOccasional Contributor
Issue with Test Runner while executing negative tests
I created a test suite with positive test cases as well as one Negative test case in which I send some incorrect request and check for the response with "contain" assertion and see if proper error is displayed in the response.
All the test cases passes while executing in the SOAP UI GUI (SOAP UI 3.6.1). But while I execute the same test suite using Test Runner - both through UI directly or through command prompt, those negative test case alone fails.
The test runner failed all the test steps in the test case when i executed the Negative test case alone though the test runner.
In the log for each test step in the negative test case, I get the below details.
----------------- Messages ------------------------------
java.net.SocketTimeoutException: Read timed out
---------------- Response --------------------------
- missing response / garbage collected -
Please let me know in case I need to do any settings in this case.
All the test cases passes while executing in the SOAP UI GUI (SOAP UI 3.6.1). But while I execute the same test suite using Test Runner - both through UI directly or through command prompt, those negative test case alone fails.
The test runner failed all the test steps in the test case when i executed the Negative test case alone though the test runner.
In the log for each test step in the negative test case, I get the below details.
----------------- Messages ------------------------------
java.net.SocketTimeoutException: Read timed out
---------------- Response --------------------------
- missing response / garbage collected -
Please let me know in case I need to do any settings in this case.