Road To Automation
Pages
(Move to ...)
Home
Sikuli
SoapUI
Mobile Automation
Webdriver
TestNG & Junit
Jmeter
Training Syllabus
▼
Road to parallel execution of selenium webdriver test scripts using multithreading
›
In this post you will learn to how to execute selenium webdriver test script on two browser parallel using multithreading. package com.t...
2 comments:
Road to parallel execution of selenium webdriver test using testng
›
In this post you will learn how to run selenium webdriver test scripts parallel in more two environments using testng suite, testng has a f...
Road to use variable from bootstrap file in Codeception test
›
In this post I will show you how to create global variable which can be use in any codeception test scripts file. Suppose that we have user...
Integration of Webdriver ruby RSpec test suite with CircleCi
›
CircleCI has a continuous integration tool which builds and run your application in cloud environment. You can integrate and build your aut...
Working in Git branches
›
In this post you will learn how to work in Git branches like: create, delete, merge branch data. 1. List all branches of your repository. ...
How to read XML file data in Java || How to create object repository in selenium
›
As most of the commercial automation tools has feature of object repository concept, which separate application objects from automation sc...
2 comments:
Codeception webdriver integration
›
In my previous post of codeception, I posted that how to setup and create codeception acceptance test using phpbrowser. As phpbrowser has f...
Road to Codeception setup and first test script for beginner
›
Codeception: Codeception is PHP testing framework in BDD stype,It is easy to setup and use, not required any dependency except php. It ha...
1 comment:
Road to generate html report for Python Webdriver test suite using HTMLTestRunner
›
In my previous post "" Road to create test suite for python Webdriver scripts , I posted that how to create Suite file for webdri...
12 comments:
Road to create test suite for python Webdriver scripts
›
In this post I will show you how to create suite file for Webdriver python UnitTest. Following are two webdriver python unit test script. ...
3 comments:
‹
›
Home
View web version