Forum Discussion

immudreams's avatar
immudreams
Occasional Contributor
3 years ago

Reporting

Hi - I am working to write a teardown script to create test report which will contain

Project Name 

Test Suite name & Results

Test Case under a test Suite and Result

Test Condition for each Test Case and result of each

 

The above will be done for each Test suite.

 

I am trying to do this as an excel report. My question is

 

1. How to find out List of suites in tear down

2. How to find out each Test Case in tear down.

 

Once i know the above then i think i should be able to progress.

 

Thanks in advace.

5 Replies

  • nmrao's avatar
    nmrao
    Champion Level 3
    Are you trying to add something that doesn't have in out of the box reports?
    • immudreams's avatar
      immudreams
      Occasional Contributor

      Hi Rao - Many Thanks for your response. Below is my requirements and challenges i am facing with ReadyAPI OOB reporting.

       

      I need a report that summarizes:

      1. Project Level - How many suites and status of each from the run

      2. Suite Level - How many tests and status of each from the run

      3. Test Case Level - How many conditions and status of each from the run

       

      What i have noticed is that if run the whole project and if re-run the failure suites or test cases then i am not able to get a holistic picture. A test might have failed due to network glitch and thus when i rerun the test will pass. But the report does not show the entire project as successful. Infact, it shows only this test has passed and other are not run. Even i felt the history is poor with readyapi until clarified otherwise.

      • nmrao's avatar
        nmrao
        Champion Level 3
        Not sure how do one re-run failed tests alone. Any feature in the tool?
        If there are assertions in place how does it matter the number of conditions as long as test passes, just curious to know.