Skip to content

Commit cacc744

Browse files
committedJul 3, 2012
Fix test URL
1 parent b5b8f96 commit cacc744

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed
 

‎selenium/README

+10-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,13 @@ Download and install the Selenium IDE from: http://seleniumhq.org/projects/ide/
88

99
Take a look at the Selenium IDE documentation: http://seleniumhq.org/docs/02_selenium_ide.html
1010

11-
Use the Selenium IDE to open the test suite: adminSuite.html
11+
Youtube videos can be quite handy:
12+
http://www.youtube.com/watch?v=i4NTGUm6oeQ
13+
http://www.youtube.com/results?search_query=selenium+tutorial+for+beginner
14+
15+
Use the Selenium IDE to open the test suites:
16+
adminSuite.html
17+
frameless/suite.html
18+
19+
GOTCHAS ---
20+
Change: <link rel="selenium.base" href="http://webgui.dbash.com" /> TO: <link rel="selenium.base" href="http://your_test_website" />

0 commit comments

Comments
 (0)
Please sign in to comment.