I have been talking in various forums and wrote articles on how to write effective Gherkin scenarios for your business requirements. You can find them here. One question that my audience ask very often is - How to write Gherkin scenario for end to end scenario by following 3 golden rules? I have series of... Continue Reading →
Get started with WebDriverIO v6 – A Handbook for beginners
Thanks for encouraging me and here is your free copy of WebDriverIO v6 getting started handbook. You can directly get it from the - Google Drive - https://play.google.com/store/books/author?id=Giridhar+Rajkumar (or) Scribd View - URL: https://www.scribd.com/document/467710055/Get-Started-With-WebDriverIO-v6
WETESTERR – Writing Good Gherkins Webcast
Join me at the WETESTERR Webcast on 27th June at 1700 hrs IST. URL: https://www.gotomeet.me/WETESTERR-AT/tech-podcast-by-team-wetesterr--writing-good-gherk Webcast video: https://youtu.be/MKrUmitF2Ik
Why I don’t prefer Cucumber for API Testing?
Most of the testers across the globe are using Behaviour Driven Development concepts to write their Acceptance Tests. However, while adopting the tools to achieve BDD, we are forgetting to know where and when to use them logically. One such learning is, why I don't use Cucumber for Acceptance Tests. Before we go there, according... Continue Reading →
Running Cucumber Scenarios in Parallel & NOT Feature Files
When the Cucumber Scenarios are atomic (having no dependency on each other), there is NO point in running the feature files in parallel for faster execution. The scenarios in all feature file should also be executed to get the maximum execution time reduction. In this article, we will see how to achieve parallelism in Cucumber using TestNG Framework and learn the... Continue Reading →
Writing Gherkin For Powerful Test Automation – TestProject Blog
Want to know the best practices to write Gherkins? Check it out here - TestProject Blog