QA/Execution/Web Testing/Selenium Guidelines: Difference between revisions

Line 42: Line 42:


= Run scripts on all environments =
= Run scripts on all environments =
* If you want to run your scripts on all environments then code your steUp() function like this:
* If you want to run your scripts on all environments, then code your setUp() function like this:
       def setUp(self):
       def setUp(self):
       self.verificationErrors = []
       self.verificationErrors = []
Confirmed users
9,511

edits