Robot Framework :: Demo login application

Preview:

DESCRIPTION

Workshop Robot Framework session at Agile Thailand 2014

Citation preview

by Siam Chamnan Kit Co., Ltd. and Odd-e (Thailand) Co, Ltd.SPRINT3R

Acceptance Test and

Acceptance-Test Driven Development

with Robot Framework

1

Login Demo

Run server with python in folder demo app$python server.py start

2

Demo application starting on port 7272

https://github.com/rtomac/robotframework-selenium2library

DemoGo to http://localhost:7272/html username = demopassword = mode

Workshop• Create test case with Robot Framework

• Valid test case

4

Example of Valid login

Duplication

Remove Duplication to Constants

More Technical Detail

Try to use high level language

Keywords

Create keywords

Split to Resource file

Test case look better !!!

Workshop• Create test case with Robot Framework

• Invalid test case

13

Good Test Case

Question ?

15

Recommended