Service Virtualization

 View Only
  • 1.  Execute multiple native assertion in a single step

    Posted Apr 11, 2018 02:38 PM

    Hi,

    Is there any way to use all native assertion one after the another in sequence without moving to next step(dont want to use JSR-223 step or scripted assertion).

    As we all know after failing or passing an assertion will going to move into the next step or failed the test or abort the test or pass the step.

    I want to execute all native assertions in a sequence and after that want to check which one got failed.

    Suggest if there any way to do so.

    Thanks

    #assertions monika_mehta



  • 2.  Re: Execute multiple native assertion in a single step

    Broadcom Employee
    Posted May 30, 2018 05:54 PM

    I am not sure this can be done.  As per our documentation:

     

    After an assertion fires, the next step can be configured as the assertion determines, and the remaining assertions are ignored. Each time an assertion is evaluated and fired, an event is generated.