automation
6 articles tagged “automation”
Blog
August 26, 2022
Jest in Test Automation
What Is Jest? Jest is an open JavaScript testing library from Facebook. It is mainly used for white box (unit/integration) testing purposes, but it can…
Blog
June 17, 2022
Using Data to Control Test Flow
In day-to-day automation tasks, Test Engineers have to think of different ways to write their automation tests. At the same time, while creating test automation…
Blog
April 15, 2020
Chaining locators in Protractor
Concept of Chain Locators The essence of end-to-end website testing is finding DOM objects, dealing with them and getting details about the application's current…
Blog
April 15, 2020
Locating Elements in Watir
Locating Elements (Watir) Watir (Web Application Testing in Ruby) is an open-source Ruby library for automating web browsers. It interacts with different browsers (Firefox, Chrome,…
Blog
April 9, 2020
BDD Test Automation with Cucumber-JVM
Writing the scenario Cucumber is a popular BDD test automation tool. Cucumber-JVM is the Java implementation of Cucumber. In Cucumber, you express acceptance criteria in a natural,…
Blog
September 30, 2019
QA’s 2 fun to read tips
Boiled down, the test execution flow is basically: Setup the test data Run the test Delete the test data It seems simple enough. Deceptively, there…