Dominique
16 years agoOccasional Contributor
Test Request responses different for TestCase and TestSuite test executions
Good afternoon,
My test list consists of some testSuites, in which there are some testCases, most of them containing one testRequest.
As such, there are two ways to launch tests:
- Individually (Launch either testCase or testRequest)
- In serie (Launch testSuite)
Now it seems that for some testCases, the received response is different when run individually or in serie, although the application that sends the result behaves in the same way (application traces are identical).
( The http logs that I added previously now seem irrelevant)
It seems that the tests in serie are sent in another way than the tests that are sent individually.
How can I prevent this and be sure that all tests are executed in the same way?
Thanks
Dominique
My test list consists of some testSuites, in which there are some testCases, most of them containing one testRequest.
As such, there are two ways to launch tests:
- Individually (Launch either testCase or testRequest)
- In serie (Launch testSuite)
Now it seems that for some testCases, the received response is different when run individually or in serie, although the application that sends the result behaves in the same way (application traces are identical).
( The http logs that I added previously now seem irrelevant)
It seems that the tests in serie are sent in another way than the tests that are sent individually.
How can I prevent this and be sure that all tests are executed in the same way?
Thanks
Dominique