Road To Automation
Pages
(Move to ...)
Home
Sikuli
SoapUI
Mobile Automation
Webdriver
TestNG & Junit
Jmeter
Training Syllabus
▼
Showing posts with label
Java
.
Show all posts
Showing posts with label
Java
.
Show all posts
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...
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:
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:
›
Home
View web version