Conditional Testing in Cypress
In this blog, we will discuss how to perform a Conditional test using the cypress-if plugin, then command and each method.
How to use Hooks in Cypress
In this blog, we will discuss- Project setup for using hooks in Cypress and how to create hooks in Cypress.
Hooks in Selenium and Cucumber BDD framework with Java
In this blog, we will learn about conditional hooks and how to create & use hooks in cucumber BDD Framework.
Tags in Selenium and Cucumber BDD Framework with Java
In this blog, we will discuss how to have multiple tags for a feature or scenario and how to run specific tags in the test runner.
How to handle Regular Expressions in Selenium and Cucumber with Java
In this blog, we will discuss, how to use Regular Expressions and project Setup for Regular Expressions in Cucumber.
First Test using Selenium and Cucumber with Java
In this blog, we will discuss how to set up the first test using selenium and cucumber with java and how to run and check the feature files.
Web Automation using Selenium and Cucumber with Java
In this blog, we will learn how to set up a project in eclipse in order to perform automation tests using selenium and cucumber with java.
How to run a Test Suite in Robot Framework
In this blog, we will learn how to create multiple test suites in a directory and run them sequentially as well as parallelly.
How to handle Web Tables in Robot Framework
We can use various keywords available in Robot Framework to perform various actions on a web table that has sortable data.
How to handle Waits (Implicit and Explicit) in Robot Framework
The Robot Framework provides keywords that can be used to implement implicit or explicit waits in automation scripts.