Is it possible to import scripts to a selenium test case, when using the selenium IDE. For example all of my test cases will require a login. However I do not want to login on every test case. I would rather write one test case that is concerned with logging in and then import this into all of the other test cases.
Share
You can group you cases in a test suite and place your login case as the first one in that suite.