Road To Automation
Pages
(Move to ...)
Home
Sikuli
SoapUI
Mobile Automation
Webdriver
TestNG & Junit
Jmeter
Training Syllabus
▼
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...
Road to reading SVG graph values in Webdriver
›
Here is example of the reading svg graph values in java webdriver. package com.test; import java.util.List; import java.util.concurrent...
1 comment:
Road to execution of SoapUI Project using maven
›
In my previous post “ Click ” I have posted how to create JUnit test for SoapUI project. In this post I will show you how to execute SoapUI...
Road to setup git repository with Jenkins
›
To set up Jenkins with git repository follows below steps: 1. Launch your Jenkins server. 2. Open Jenkins url. 3. Install “GitHub Plugin...
1 comment:
Road to setup and create first Appium Webdriver android script in Java
›
About Appium: Appium is open source automation tool for iOS and android application supported by Sauce Lab. It is cross platform, supporte...
23 comments:
‹
›
Home
View web version