UI AUTOMATION - GitHub Pagesthoughtworks-china-qa.github.io/images/4.pdfBDD Cucumber JBehave...

15
UI AUTOMATION Yang Jing

Transcript of UI AUTOMATION - GitHub Pagesthoughtworks-china-qa.github.io/images/4.pdfBDD Cucumber JBehave...

Page 1: UI AUTOMATION - GitHub Pagesthoughtworks-china-qa.github.io/images/4.pdfBDD Cucumber JBehave SpecFlow. Selenium Browser:IE,Firefox,Chrome Platform:Windows,Linux,Android, IOS

UI AUTOMATIONYang Jing

Page 2: UI AUTOMATION - GitHub Pagesthoughtworks-china-qa.github.io/images/4.pdfBDD Cucumber JBehave SpecFlow. Selenium Browser:IE,Firefox,Chrome Platform:Windows,Linux,Android, IOS

Who we are?

Fresh Man

Less than 6 months

Jingjing Mao Huan WangJing Yang

Page 3: UI AUTOMATION - GitHub Pagesthoughtworks-china-qa.github.io/images/4.pdfBDD Cucumber JBehave SpecFlow. Selenium Browser:IE,Firefox,Chrome Platform:Windows,Linux,Android, IOS

Cucumber

SitePrism

Capybara

Index

BDD

Selenium

Conclusion

Page 4: UI AUTOMATION - GitHub Pagesthoughtworks-china-qa.github.io/images/4.pdfBDD Cucumber JBehave SpecFlow. Selenium Browser:IE,Firefox,Chrome Platform:Windows,Linux,Android, IOS

BDD

Write a failing Acceptance Test

Refactor

Write a failing Unit Test

Unit Test Passed

Refactor

Page 5: UI AUTOMATION - GitHub Pagesthoughtworks-china-qa.github.io/images/4.pdfBDD Cucumber JBehave SpecFlow. Selenium Browser:IE,Firefox,Chrome Platform:Windows,Linux,Android, IOS

BDD

Cucumber

JBehave

SpecFlow

Page 6: UI AUTOMATION - GitHub Pagesthoughtworks-china-qa.github.io/images/4.pdfBDD Cucumber JBehave SpecFlow. Selenium Browser:IE,Firefox,Chrome Platform:Windows,Linux,Android, IOS

Selenium

Browser:IE,Firefox,Chrome

Platform:Windows,Linux,Android, IOS

Language:Java,Ruby,Python,Perl,PHP,C#

Component: Selenium IDE, Selenium RC,Selenium Grid

Page 7: UI AUTOMATION - GitHub Pagesthoughtworks-china-qa.github.io/images/4.pdfBDD Cucumber JBehave SpecFlow. Selenium Browser:IE,Firefox,Chrome Platform:Windows,Linux,Android, IOS

Capybara

Page 8: UI AUTOMATION - GitHub Pagesthoughtworks-china-qa.github.io/images/4.pdfBDD Cucumber JBehave SpecFlow. Selenium Browser:IE,Firefox,Chrome Platform:Windows,Linux,Android, IOS

Cucumber

Page 9: UI AUTOMATION - GitHub Pagesthoughtworks-china-qa.github.io/images/4.pdfBDD Cucumber JBehave SpecFlow. Selenium Browser:IE,Firefox,Chrome Platform:Windows,Linux,Android, IOS

PageObject

SitePrism

Gizmo

capybara-page-object

Page 10: UI AUTOMATION - GitHub Pagesthoughtworks-china-qa.github.io/images/4.pdfBDD Cucumber JBehave SpecFlow. Selenium Browser:IE,Firefox,Chrome Platform:Windows,Linux,Android, IOS

PageObject

element :name, ‘css_selector’

elements :name, ‘css_selector’

section :name, :ClassName, ‘css_selector’

sections :name, :ClassName, ‘css_selector’

iframe :name, :ClassName, ‘#id’

—SitePrism

Page 11: UI AUTOMATION - GitHub Pagesthoughtworks-china-qa.github.io/images/4.pdfBDD Cucumber JBehave SpecFlow. Selenium Browser:IE,Firefox,Chrome Platform:Windows,Linux,Android, IOS

Conclusion

feature

steps

PageObject

features/

features/step_definitions

lib/pages/

Page 12: UI AUTOMATION - GitHub Pagesthoughtworks-china-qa.github.io/images/4.pdfBDD Cucumber JBehave SpecFlow. Selenium Browser:IE,Firefox,Chrome Platform:Windows,Linux,Android, IOS

Q&A

Page 13: UI AUTOMATION - GitHub Pagesthoughtworks-china-qa.github.io/images/4.pdfBDD Cucumber JBehave SpecFlow. Selenium Browser:IE,Firefox,Chrome Platform:Windows,Linux,Android, IOS
Page 14: UI AUTOMATION - GitHub Pagesthoughtworks-china-qa.github.io/images/4.pdfBDD Cucumber JBehave SpecFlow. Selenium Browser:IE,Firefox,Chrome Platform:Windows,Linux,Android, IOS

Zip

Git

https://github.com/jyangTWer/thoughtworks-china-qa.github.io/tree/workshop_step1_login

[email protected]:jyangTWer/thoughtworks-china-qa.github.io.git

https://github.com/natritmeyer/site_prism

Reference

https://github.com/jnicklas/capybarahttps://github.com/cucumber/cucumber

Learning

https://github.com/jyangTWer/thoughtworks-china-qa.github.io/tree/workshop_step101

https://github.com/jyangTWer/thoughtworks-china-qa.github.io/tree/workshop_step2_create_form

Page 15: UI AUTOMATION - GitHub Pagesthoughtworks-china-qa.github.io/images/4.pdfBDD Cucumber JBehave SpecFlow. Selenium Browser:IE,Firefox,Chrome Platform:Windows,Linux,Android, IOS

Thanks!