Service Virtualization

Expand all | Collapse all

How to know which test got failed when running test cases mentioned in test suites?

  • 1.  How to know which test got failed when running test cases mentioned in test suites?

    Posted Nov 10, 2017 02:08 AM

    Hello All,

     

    I have 14 test cases which I am running in parallel sing test suites. When I am invoking test suite using lisa -invoke , I am get 9 passed and 5 aborted. I want to know which one is aborted? Is there any report we can generate or out of the box feature is there we can use to check which test cases got failed? Any suggestions.

     

    Please assist me in this.

     

    Cheers..

    Shivam Garg



  • 2.  Re: How to know which test got failed when running test cases mentioned in test suites?
    Best Answer

    Posted Nov 13, 2017 03:52 AM

    When you run the regression suite if any TC failed due to connection or timeout exception it will automatically popout or u can see those TC but for inner loops u have to change the script and add a assertion that if the tc is failed then it will fail the test so that it can be display in the local run.