TestNG is a testing framework mainly used for unit testing of the Java projects. The Testng has pre-defined annotations and attributes associated with the annotations would help to verify the… Read more »
In this tutorial we will discuss how to solve the java.lang.IllegalStateException on MAC during the execution of tests on Chrome Browser. Before getting into point, we will discuss about File… Read more »
[Solved] java.lang.ClassCastException using Generics in Java Generally when ever we write the Java Logic its better to know the issues during the compile time rather than at run time. If… Read more »
Hands-on with different exceptions in Selenium and Java. Please go through the different scenario’s of Exceptions with Programs,Exceptions and Solution. Refer to the below Links for Practise Selenium Wiki Complete… Read more »
Cucumber JVM Exceptions – BDD Existing Cucumber Issues Click this link Cucumber JVM Existing Issues BUILDING AUTOMATION Framework Using Cucumber Cucumber BDD Framework Cucumber Wiki Gherkin Language Wiki Selenium WebDriver… Read more »
Modular Driven Framework is the approach where all the test cases are first analyzed to find out the reusable flows. Then while scripting, all these reusable flows are created as… Read more »
In this tutorial we are going to discuss about the implementation of Keyword Driven Framework. In Keyword Driven framework, you can create various keywords and associate function with each of… Read more »
Synchronization,Thread.sleep(time in millis),ImplicitWait https://youtu.be/vtltAlKpyjs ExplicitWait is mainly useful to apply wait on a single element.Synchronizing the state between the browser and its DOM, and your WebDriver script.This means that for… Read more »
As a tester we are mainly interested in generating very good html reports to get to know the Test cases passed and failed. TestNG which is a java framework helps… Read more »
FILE HANDLING SCENARIO’S IN SELENIUM WEBDRIVER: 1. Read the text displayed in the WEBSITE: Actual Automate Coronavirus COVID19 REST API POST METHOD Tutorial Part2 2. Maintain this text in a… Read more »