Confirmed users
9,511
edits
No edit summary |
|||
| Line 16: | Line 16: | ||
= Testcase template = | = Testcase template = | ||
from selenium import selenium | <pre> from selenium import selenium | ||
from GridConnection import GridConnection | from GridConnection import GridConnection | ||
import unittest | import unittest | ||
| Line 27: | Line 27: | ||
connection.macFirefox, connection.amoStaging ) | connection.macFirefox, connection.amoStaging ) | ||
self.selenium.start() | self.selenium.start() | ||
</pre> | |||
= Some good practices = | = Some good practices = | ||