Hi
I am trying to call/execute Test1 in Test 2. Basically I am creating basic CRUD tests on UI and I have test for Login and trying to below scenarios.
1) Creating Login Test - Done . I have modularized it and combined login steps into one CodedStep_Login()
2) Creating 'Create' Test - Done
3) Now I want to execute login steps in 'Create' test . Is it possible to call CodedStep_Login() into Create Test?
How to verify that Login is passed and if so execute create test.
Appreciate you help.
Thanks,
-
Shree