Selenium Design Patterns
Selenium - Page Object Design Pattern Within your web app’s UI there are areas that your tests interact with. A Page Object simply models these as objects within the test code. This red...
Webdriver.IO
What is WebdriverIO? WebdriverIO is an open-source testing automation framework Next-gen browser and mobile automation test framework for Node.js. It is particularly useful for testing w...
REST API Testing Framework
As we know, UI is the part that users see when they open an app or visit a website but there are lots of things going on behind the scenes. Most people think that testing is only about ch...
WebdriverIO Cucumber Framework
A Next-gen browser and mobile automation test framework using WebdriverIO with CucumberJS. Write your BDD tests using cucumberJS and it is particularly useful for testing web applications...