Hi Team,
In my project there are 5 test defination files in 4 different folders. let say there is testcase1 in test defination 1, testcase2 in test defination 2 and so on…
I want to call testcase2(having specific methods) from test defination 2 inside testcase 4 of test defination 4.Such that first, all methods of testcase2 will execute and then testcase4 methods will be executed.
This approach is required as we need to implement a end to end scenario where there is dependency of different methods(from different test defination present in different folder) on each other.
Kindly help on this. What should be my approach to call any testcases inside anyother testcases.