Road To Automation
Pages
(Move to ...)
Home
Sikuli
SoapUI
Mobile Automation
Webdriver
TestNG & Junit
Jmeter
Training Syllabus
▼
Road to capture screen shot of failed Webdriver script part1
›
In this post I will show you how to capture screen shot of failed test using exception handling and test marked failed in report. In below...
Webdriver (Selenium ) Interview Questions and answers
›
Question 1: What is Selenium 2.0 Answer: Webdriver is open source automation tool for web application. WebDriver is designed to provide ...
18 comments:
Difference between findElement and findElements of Webdriver
›
Here you will learn the difference between findElement() and findElements() function of Webdriver (Selenium). findElement: 1. findElem...
3 comments:
Road To Keyword Driven Framework in Webdriver
›
Will publish soon
4 comments:
Git repository commands
›
In this post you will learn Git commands with example. 1. git clone: This command clone existing repository
1 comment:
Road to automate Html5 video with Webdriver (Selenium)
›
In this post I will show you how to automate HTML5 video. To automate this we will use java scripts function to control video. So here we ...
12 comments:
Configuration of mobile user agent with webdriver
›
I this posts you will learn how to execute webdriver test script on browser using mobile user agent. Installation : 1. Install user agen...
Road to override TestNg listener methods
›
In this post I will show you how to create custom testng listener class and override its methods. Create java class like I created below ...
2 comments:
Road to setup and configure Git repository.
›
In this post I will show you how to setup Git repository on windows machine. Installation: 1 Download git exec file from link: click 2 C...
Road To NUnit setup, test execution with a simple test script
›
NUnit: Nunit is an open source unit testing framework for all .Net language Setup NUnit: Download nunit exe from link: download Inst...
‹
›
Home
View web version