Question: TestNG question: Suppose there are class A and Class B and class B extends class A Class A : @beforemethod, @aftermethod, @beforeclass, @afterclass, @beforetest, @aftertest
TestNG question:
Suppose there are class A and Class B and class B extends class A
Class A : @beforemethod, @aftermethod, @beforeclass, @afterclass, @beforetest, @aftertest
Class B: @beformethod @aftermethod @beforeclass , @afterclass, @beforetest, @aftertest
What is the order of execution of testng annotations in the above case?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
