Forum Discussion

gid_216's avatar
gid_216
Frequent Contributor
7 years ago

Data driven test report

My test suite has one testcase which will run for multiple iterations with different dataset. But in report, I am not getting the status for each iteration. Is there any way I will get the report for each iteration.

 

Thanks

5 Replies

  • nmrao's avatar
    nmrao
    Champion Level 3
    As you mentioned in your question, it is one test case only though there are multiple data, so one test result.

    May be the interesting part should be for the failure data. i.e., how is the report shown if there are failure for multiple row of the data driven test. How does it show?
    • gid_216's avatar
      gid_216
      Frequent Contributor

      It is populating as a list of errors for the corresponding step. But is difficult to say which error is related to which data set

      • nmrao's avatar
        nmrao
        Champion Level 3
        That you can manage in the assertion error. For example, you can include an identifier by which one can understand.
  • sas's avatar
    sas
    Occasional Contributor

    Was there resolved? If so can you please share. I have similar use case.

    • sonya_m's avatar
      sonya_m
      SmartBear Alumni (Retired)

      Hi sas. Have you tried the suggestions from nmrao?

        

      Please also consider creating a new thread and adding more details about your use case there as this thread is pretty old.