Road To Automation
Pages
(Move to ...)
Home
Sikuli
SoapUI
Mobile Automation
Webdriver
TestNG & Junit
Jmeter
Training Syllabus
▼
Road to verify css properties value using Webdriver
›
To get css values of any locator, we will create java script function with the use of “getDefaultComputedStyle”function. We will execute ja...
1 comment:
Ruby WebDriver – procedure to create test scripts in RSpec
›
Setup of Ruby and Selenium 2: 1. Download ruby setup file from url http://rubyinstaller.org/downloads . Install the executable file into ...
3 comments:
Integration of Junit test with Jmeter
›
In this post I will show you how to integrate and execute Junit test with Jmeter . Junit test : Here I have created two Junit test: 1....
10 comments:
Road to integration of WebDriver test script with TestLink
›
TestLink Installation: Test link installation you first need to go this link click here TestLink Setup for Automation: 1. First you ne...
32 comments:
How to install and setup Testlink on window machine?
›
Perquisite: Download and install xampp application into your machine from link: "http://www.apachefriends.org/en/xampp-windows.html...
74 comments:
Road to handle file download popup in webdriver using Sikuli
›
In this post I will show you how to integrate webdriver test script with Sikuli automation tool to handle window popup utility like file do...
2 comments:
Some Webdriver API functions in java and its implementation
›
Following are the some API functions and it implementation 1. How to click on element: By using click() function we perform click operati...
15 comments:
Road to data driven testing in SoapUI from csv file
›
In this post I will show you how to execute SoapUI test for a set of values. For this I have put all data in csv file. I write groovy scri...
15 comments:
Road to reading data from text file in SoapUI using groovy script
›
In this post, I am going to show you how to read data from text file in SoapUI. SoapUI Pro has some advance feature which is not in SaopUI ...
3 comments:
Road to handle popup window using text in Webdriver
›
Some times we have not title of pop window so in this case we can identified some unique text (content ) of popup window which is not in ot...
3 comments:
‹
›
Home
View web version