Skip to content

Commit

Permalink
Update test case
Browse files Browse the repository at this point in the history
  • Loading branch information
up1 committed Aug 16, 2014
1 parent f6d6790 commit 21224eb
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion 00_structure.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

*** Variables ***

*** Test Cases ***
*** Testcases ***

*** Keywords ***
3 changes: 0 additions & 3 deletions 03_chrome.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
*** Settings ***
Library Selenium2Library
Library OperatingSystem


*** Testcases ***
Test with Chrome
Set Environment Variable webdriver.chrome.driver /usr/local/bin/chromedriver
Open Browser http://www.google.com chrome
[Teardown] Close Browser
2 changes: 0 additions & 2 deletions 04_ie.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
*** Settings ***
Library Selenium2Library
Library OperatingSystem


*** Testcases ***
Test with Internet Explorer
Set Environment Variable webdriver.ie.driver r:\course\IEDriverServer.exe>
Open Browser http://www.google.com ie
Close Browser
10 changes: 10 additions & 0 deletions 04_safari.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
*** Settings ***
Library Selenium2Library
Library OperatingSystem


*** Testcases ***
Test with Safari
Set Environment Variable SELENIUM_SERVER_JAR <directory>selenium-server-standalone.jar
Open Browser http://www.google.com safari
Close Browser
1 change: 1 addition & 0 deletions calculate_grade.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
*** Testcases ***
Grade Calculator
[Template] Calculate my grade
88 A
80 A
70 B
60 C
Expand Down
4 changes: 0 additions & 4 deletions tarad.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,8 @@ Fill in address and shipping information
Select From List By Index send_city 5
Set Selenium Speed 0.5 second
Input Text send_district xxxzxx
#Element Should Contain send_postcode 10900
Input Text send_email somkiat.p@gmail.com
Input Text send_mobile 0868696209
Set Selenium Speed 3 second
Click Button next-btn
Set Selenium Speed 0.5 second



0 comments on commit 21224eb

Please sign in to comment.