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 case...
- 11 years agoat 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