Created
June 20, 2016 21:50
-
-
Save abstatic/08429f989ce571fbc1e954aae3f3f1a8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def test010_isSegAnnUp(self): | |
""" | |
Test#1 | |
This test is for checking whether the page is loading or not | |
""" | |
print "Test#1 isSegAnnUp ?" | |
driver = self.driver | |
driver.get("http://localhost:8080") | |
assert "SegAnnDB" in driver.title |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment