About Blog:

“This blog mainly discus about foundations of selenium programs like Selenium IDE, Selenium Web-Driver, Sikuli and basics of different automation frameworks like Maven, Cucumber, Test-Ng and Appium (Mobile Testing).”

Selenium-IDE:

Selenium IDE is an integrated development environment works in Firefox browser and used for creating record & play back Selenium scripts.

Selenium Web-Driver:

Selenium Web-Driver is an automation framework used for browsers like Firefox, Chrome, Safari & IE to automate web applications.

Selenium Server:

The Selenium Server which launches and kills browsers, interprets and runs the Selenese commands passed from the test program, and acts as an HTTP proxy, intercepting and verifying HTTP messages passed between the browser and the AUT.

Selenium Grid:

Selenium Grid is a part of the Selenium Suite that specializes in running multiple tests across different browsers, operating systems, and machines in parallel.


Sunday, March 12, 2017

Step By Step approach to master Selenium Appium Concepts



What is Appium?
How to install Java Development Kit?
How to setup Java environment variable path?
How to install Android SDK/ADB on windows
How to Setup Appium Environment?
How to setup Android environment variables?
How to install Appium Desktop client?
How to install PDA Net to connect with Android Device?
How to setup Appium project in eclipse?
How to use Appium UI-Automaton-Viewer?
How to Use Locators in Appium?
How to Inspect elements of Mobile Web Application?
How to Inspect and Automate WebView in Hybrid App?
How to execute Appium test with TestNG?
How to perform parallel execution in Appium with TestNG?
How to find aap-Package & aap-Activity?
How to transfer APK file from Phone to PC?
How to connect Android device to PC using Wi-Fi?
How to create an Android Virtual Device using Android Emulator?
How to create a custom device definition using AVD Manager?

No comments:

Post a Comment

Basics of: