Maven Build Automation Tool Selenium WebDriver
metaseo_404_page
metaseo_404_page
Selenium WebDriver Installation – Eclipse IDE JAVA Installation: 1) Go to Oracle official site for Java download http://www.oracle.com/technetwork/java/javase/downloads/index-jsp-138363.html and download Java platform , Standard Edition. Step 2) Click on the… Read more »
Implicit Wait,Explicit Wait,Fluent Wait,TakesScreenshot Synchronization The communication between Selenium WebDriver script and the Application under Test (AUT) is known as synchronization. Resolution: Insert wait statements in the WebDriver script. Unconditional… Read more »
WebDriver is an automation tool useful to perform Cross Browser Testing. Verifying the AUT(application under test) against multiple browsers. Limitation / Drawback –>WebDriver doesnt help us in automating Desktop based… 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 »
Cucumber BDD Framework Cucumber-jvm is an open source BDD (Behavior Driven Development) tool that lets user express the behavior of system under test in plain English. It is a great… Read more »
TESTNG FEATURE-GROUPING OF TESTCASES Grouping is an important Feature of TestNG. This helps us to partition the tests and doesn’t require you to recompile anything if you want to run… Read more »
Reference URL: For testng Documentation please click on the link Testng Documentation For Order of Testng Annotations please click on the link http://total-qa.com/testng-introduction/order-of-testng-annotations/ @DataProvider Marks a method as supplying data… Read more »
Testng: NG refer to next generation ———————————— 1. Testng & Junit are both Java Frameworks used by developers to perform unit testing of their code. 2. Junit is subset of… Read more »