thilakasiri1978
11 years agoOccasional Contributor
Modify the test result hierarchy
Hi,
In our automation architecture we used one driverscript and it calls the required test cases.
Driver Script =>> TC1, TC2 , TC3 and using data sheet we manage the test cases we need to run.
My issue is in Test Results log all the checkpoint comes under one level. (Please see the Image).
I need to get separate branches for each test cases and appreciate your thoughts.
- at the beginning of each function(testcase) in ur script u can add something like this
TestCase1= Log.CreateFolder("TestCase1")
Log.PushLogFolder(TestCase1)
..................
......................
'\\\\\\\\ @ the End of fucntion
Log.PopLogFolder