I have three test cases inside one project in Selenium IDE
- Info test case that store all the login detail (username, password and email),
- 01Updating test case that update user profile
- 02Checking test case that check the user profile.
Both 01Updating and 02Checking require username and password from Info test case to login.
I want to run 02Checking automatically after 01Updating but 02Checking cannot access the username and password from Info case every time when it about to run (pls look at the above pic for the order). I usually have to delete or comment 01Updating in order to run 02Checking properly.
Is there a way to run all of them at one time without doing that in Selenium IDE?. Thanks
