arpit_s
6 years agoNew Contributor
Reports in BDD - need Scenario wise reports in BDD in TestComplete
Hi All,
I need scenario-wise reports after my run is completed.
I am testing a desktop application and my Feature file looks like this -
==============
@LoginToApp
Scenario: users logs in to App
....
@CreatNewGroup
Scenario: User creates new group
...
==============
I am unable to get scenario-wise reports for above 2 scenario given.
I am getting report @ feature level for whole Feature file, Which is irelevant to represent the report to management.