Service Virtualization

  • 1.  Stop testcase execution in TestSuite

    Posted May 10, 2017 11:14 AM

    Hi,

     

    Say, I have 5 test cases in test suite and if any test case fails should not execute the next test case and the suite should fail. Do we have any option to stop execution when first test case fails in suite ?

     

    Thanks

    Jagadish



  • 2.  Re: Stop testcase execution in TestSuite
    Best Answer

    Posted May 10, 2017 02:44 PM

    As per my understanding, in test suite all test cases are independent. But If there is any specific test case like validating if application is up and running before starting your other test cases within test suite. 

    You can mark that Test case as your start-up test case, If that will fail it won't run the suite Test cases. 

    Read more about it : Test Suite Editor - Base Tab - DevTest Solutions - 10.0 - CA Technologies Documentation 

     

    Hope that helps.

     

    P.S. I will keep you posted if I will get to know about a way to abort the suite execution if any test case fails. 



  • 3.  Re: Stop testcase execution in TestSuite

    Posted May 12, 2017 01:54 PM

    Thank you, I will check on this.