Forum Discussion

prashobkt's avatar
prashobkt
Contributor
8 years ago

How can i get JUnit report including test steps

Hi,

 

How can I generate a test-step level JUnit report.

 

 

 

Background:

 

I am using SoapUI pro 5.1.2, Ran from Jenkins using command line and report are shown using test analyzer plugin in jenkins.

 

currently I am able to get report up to test case level, our test case contains about 10-22 test steps. 

 

10 Replies

  • TanyaYatskovska's avatar
    TanyaYatskovska
    SmartBear Alumni (Retired)

    Hi @Community,

     

    Is there anything we can suggest here?

     

    I have never used SoapUI Pro. I have Ready! API (with SoapUI NG) installed on my computer. prashobkt, do you consider moving your tests to Ready! API?

    • nmrao's avatar
      nmrao
      Champion Level 3

      I am not sure why the test steps are required in the report.

       

      Usually reports meant for the high level information on how the quality is.

       

      For the engineers, the concerning point would be which step got failed and any way junity will have that.

       

      If it is still needed, user needs to write some custom reports ( I believe already available some, just needs to be searched) and change the junit style sheet.

      • prashobkt's avatar
        prashobkt
        Contributor

        nmrao

         

        we are using jenkins to trigger the test, Result is analysed using a plugin.

         

        For each testcase fail customer cannot go back and check the excel sheet to figure out which test step got failed and why.

         

        so if i can include this in JUnit Report, the effort can be reduced.