Forum Discussion

krogold's avatar
krogold
Regular Contributor
7 years ago

How to know about test case iterations ?

Hi,

I have a test suite being fed by a dataSource file.

That file provides me with devices identifiers on which, through the test steps, I perform several operations.

No matter the number of inputs (and so iterations) I end up with 1 testcase succeeded or failed.

If one device id over more than a hundred provokes a failure, I have 1 fail, 0 success. Is there a simple way to obtain reporting information such as 100 iterations, 1 failure, 99 sucess ?

 

Thanks for any advice

 

2 Replies

  • nmrao's avatar
    nmrao
    Champion Level 3
    From the description, here is my understanding.

    You are using data driven tests.
    There is only one test case in the project, not 100 test cases present.

    If so, what you see is right. Even if a row fails you are not going modify your data and just put one row, right? You are going to run the test for entire run and it should pass.
    • krogold's avatar
      krogold
      Regular Contributor

      Right, but I think it would be interesting, at least, to be able know, while the test is running, in which 'step' the test is.