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
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