Created
November 16, 2014 11:17
-
-
Save up1/0f7fef6eddafd5beccdf to your computer and use it in GitHub Desktop.
Demo : robot framework at barcamp บางเขน
This file contains 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
*** Settings *** | |
Library Selenium2Library | |
Test Teardown Close Browser | |
*** Variables *** | |
*** Testcases *** | |
เข้าสู่ระบบเสร็จสมบูรณ์ | |
เปิด browser | |
ใส่ชื่อ และ รหัสลับ | |
แล้วเจอหน้ายินดีต้อนรับ | |
*** Keywords *** | |
เปิด browser | |
Open Browser http://localhost:7272/html/ | |
ใส่ชื่อ และ รหัสลับ | |
Input Text username_field demo | |
Input Text password_field mode | |
Click Button login_button | |
แล้วเจอหน้ายินดีต้อนรับ | |
Title Should Be Welcome Page |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment