Road To Automation
Pages
(Move to ...)
Home
Sikuli
SoapUI
Mobile Automation
Webdriver
TestNG & Junit
Jmeter
Training Syllabus
▼
Java TestNg Selenium Webdriver Training syllabus
›
Syllabus of Training Session: TestNG: 1. What is TestNg 2. Installing TestNg in Eclipse 3. TestNg annotations 4. Understan...
Page Object Model for selenium webdriver
›
Like QTP, TestComplete and few other automation tools selenium webdriver does not provide any centralized repository where we can put objec...
3 comments:
Road to capture android log using java code
›
In this post I will show you how to capture android log using java code. public static void captureAndroidDevicesLog() { try { ...
1 comment:
Road to capture all connected devices using java code at run time
›
In this post you will learn how to capture connected devices udid at run time using java code. public static List<String> getAtta...
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:
‹
›
Home
View web version