shiva_kakarla
18 years agoContributor
Execution of Testcases in UI and in commandline result varies
Hi,
I have some test cases which are to be run in commandline. When I run in the tool UI they work fine but when I execute in commandline I see errors related to my application.
For ex. I have below test case order.
TestCase 1 :adds some things into db
TestCase 2 : gets data from db
TestCase 3: deletes data from db
Could you clarify me if I execute above tests in commandline will the SoapProTestCaseRunner wait for TestCase 1 response before executing TestCase 2?
When I execute in UI it waits for the TestCase 1 response before firing 2.
Thanks
Shiva
I have some test cases which are to be run in commandline. When I run in the tool UI they work fine but when I execute in commandline I see errors related to my application.
For ex. I have below test case order.
TestCase 1 :adds some things into db
TestCase 2 : gets data from db
TestCase 3: deletes data from db
Could you clarify me if I execute above tests in commandline will the SoapProTestCaseRunner wait for TestCase 1 response before executing TestCase 2?
When I execute in UI it waits for the TestCase 1 response before firing 2.
Thanks
Shiva