Details
-
Sub-bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Data from TestNG parameterized tests is not correctly identified within the execution screen details.
The context section format should be similar for what we have for NUnit tests.
Therefore I suggest the context to be: "<suite_name_as_identified_in_xml> - <test_name_as_identifed_in_xml> (param1,param2,..,paramN)"
Example: "TestAll - calculator (1,2,3)"