9
AUTOMATED GUI TEST Stadium and Sahi

Automated GUI Test - Stadium

Embed Size (px)

DESCRIPTION

 

Citation preview

Page 1: Automated GUI Test - Stadium

AUTOMATED GUI TEST

Stadium and Sahi

Page 2: Automated GUI Test - Stadium

OUTLINE

GUI Testing

Tool Used

Stadium Regression Tests

Page 3: Automated GUI Test - Stadium

GUI TESTING

What is GUI testing/ Web Interface Testing• Test user interface (Controls on the page, HTML

Properties, Navigation, etc)

Why do we do GUI testing, is it necessary?• GUI testing important for web applications• Need to know if links or functionalities are broken

When do we decide to automate GUI tests?• There are consistency problems, rely a lot on the

interface• Dina’s decision diagram

Page 4: Automated GUI Test - Stadium
Page 5: Automated GUI Test - Stadium

TOOLS

Examples of Web Automation Tools :• Selenium (domain specific language – Selenese,

does not support IE)• Watir (Ruby)• Sahi

• Sahi, Java, Ruby, PHP scripts• Open Source + Paid versions• Compatible with IE (picks up any browser you have on

your machine)• Easy to learn and implement changes• Record and Playback

Page 6: Automated GUI Test - Stadium
Page 7: Automated GUI Test - Stadium

STADIUM REGRESSION

Suites

Script1

Script2

Script3

lib

Page 8: Automated GUI Test - Stadium
Page 9: Automated GUI Test - Stadium

LET’S RUN SOME TESTS