Skip to main content
6-Contributor
November 16, 2021
Question

Displaying Test Results

  • November 16, 2021
  • 2 replies
  • 1271 views

For the Test Session Result report, is it possible to display only failed tests instead of showing all the results . Each report we run is showing all test results in that session. Any way to configure this?

2 replies

14-Alexandrite
November 18, 2021

Hi @einsor ,

 

If you are using Test Session Result Report, it's an OOTB report giving you an flavor about Test Result on web page. However it's just an matter of coding and writing your own logic as per your need. So in short you can do that by creating new report recipe or modifying existing report code as per your need.

 

Good Luck!!!

 

Vielen Dank / Many Thanks,

Kapil Jain 

1-Visitor
November 19, 2021

Hi

 

If you are using Test Session Result Case, After you create and run a test case, you will want to view the results. Various forms exist to display details about test cases. You can also enable one or more listeners. Each listener produces unique output options to display test case results.

Modifying the existing report code as per your need.