Search Results for: java

Selenium WebDriver Installation – Eclipse IDE

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 »

Advanced Selenium

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 »

Selenium

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

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 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

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 »