What you'll learn:
- Build reusable methods ,write different types of tests
- Create Data Driven Tests
- Execute Tests Faster by running them in parallel
- Run selective tests JUnit using Tags
- Publish amazing reports with logging of Request & Response Information
- Write Cucumber Scenarios integrated with Serenity BDD
- Commit code to Github
- Implement CI by integrating project with Jenkins & GIT
In the 21st century, almost all web applications use web services to communicate or interact with each other. Mostmodern dayweb services are built on Representational state transfer (REST)architecture; REST has gained a lot of popularity and it will continue to do the same due to its simplicity in comparison with other technologies.
It is very important for software QA engineers, automation engineers and software developers to understand the importance ofWeb Servicestestingand more importantlyhow to automate these tests. Automating Application Program Interface (API) tests is critical and crucial for most projects due to the fact that API tests are far more stable, reliable and fast.
To achieve this goal, using a Solid Robust Framework is very much necessary.
Serenity BDD is an open source test automationframework which comes integrated with many popular libraries like Selenium, JUNIT, JBehave, Cucumber BDD, Rest-Assured which can be used to build a powerful API Automation framework.
We will be focusing on the important topics listed below:
- Build reusable methods,utility methods & organize them in packages
- Create Data Driven Tests
- Execute tests in Parallel
- Group/Run Tests using Tags
- Learn to generate Test Data
- Create Cucumber Scenarios,Steps,Tags & integrate with Serenity BDD
- Commit code to Github
- Create a CI environment by integrating project with Jenkins & Github
At the end of this course you will be able to build a robust API test automation framework using Serenity BDD & Rest-Assured combined with GIT & JENKINS