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.


Friday, March 10, 2017

Step By Step approach to master Selenium Grid Concepts


ü What is Selenium Grid?
ü When to use Selenium Grid?
ü What are the main difference between Grid-1.0 and Grid-2.0?
ü Explain Selenium Grid architecture?
ü What is a HUB and a NODE?
ü How to Install Selenium Grid?
ü How to configure Selenium Grid?
ü What is the use of “DesiredCapabilites” object?
ü How to design a test script for Distributed testing using Selenium Grid?
ü Summary

No comments:

Post a Comment

Basics of: