Forum Discussion

thilakasiri1978's avatar
thilakasiri1978
Occasional Contributor
10 years ago
Solved

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...
  • murugans1011's avatar
    10 years ago
    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