Road To Automation
Pages
(Move to ...)
Home
Sikuli
SoapUI
Mobile Automation
Webdriver
TestNG & Junit
Jmeter
Training Syllabus
▼
How to read write data in properties file using Java
›
For reading and writing data into properties file I am using Properties class in this post. Create a file name with extension .properties ...
1 comment:
Road to publish Webdriver TestNg report in Jenkins
›
In this post I will show you how to publish TestNg report on Jenkins server. Installation TestNG plug-in. 1. After launching Jenkins ser...
How to read write data in properties file using php
›
For reading and writing data into properties file I am using parse_ini_file() function in this post. Create a file name with extension .pr...
1 comment:
Road to capture screen shot of failed Webdriver test script part2
›
In my previous post ( " Road to capture screen shot of failed webdriver test script part1 ") I have posted how to capture screen ...
Road to create Virtual device (Emulator ) for beginner
›
In this post I will show you how to install android SDK , setup Android SDK path in system environments variable, How to update android API...
Road to setup Selendroid and create first test script of android application
›
About Selendroid: Selendroid is an open source automation framework which drives of UI of android native, hybrid and mobile web applicatio...
27 comments:
Difference between Selenium RC and Webdriver
›
S.N. Selenium RC Webdriver 1 It doesn’t supports Record and playback It doesn’t supports Record and playb...
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:
‹
›
Home
View web version