You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to write a Login class which will do login and will set LoginToken in class level variable, so my all other Test Case classes will extend this class will get token from the parent class.
I am planning to write @BeforeClass method in Login class but how can I call login resource from there :( please suggest
Thanks In Advance !!!
The text was updated successfully, but these errors were encountered:
I want to write a Login class which will do login and will set LoginToken in class level variable, so my all other Test Case classes will extend this class will get token from the parent class.
I am planning to write @BeforeClass method in Login class but how can I call login resource from there :( please suggest
Thanks In Advance !!!
The text was updated successfully, but these errors were encountered: