Introduction
This tutorial will be about test automation with Selenium WebDriver.What you could learn:
- How does test automation work?
- Learn about Python, Python Selenium Bindings, easyselenium, nose and Jenkins
- Write simple test cases
- Learn basic git commands
- Learn about Jenkins
NOTE: Abbreviations can be found http://astqb.org/glossary/
How does test automation work?
- Define test case(usually taken from manual predefined test cases)
- Commit and push to testing repository
- Jenkins job executes all test cases including new one
- Report is generated and sent
- New version of SUT is deployed
- Jenkins job executes all test cases including new one
- Report is generated and sent
Comments
Post a Comment