Software Testing Assignment 6
Software Testing Assignment 6
Assignment 6
Name: Samidha Gokul Unhale
Id: 211081076
Batch: D
Aim:
To use selenium and automate testing steps by manually entering the steps for testing
Theory:
Selenium is an open-source automation tool widely used for testing web applications across
different browsers and platforms. It allows testers and developers to automate browser actions,
such as clicking buttons, filling forms, and navigating between pages, to verify that web
applications behave as expected. Selenium supports multiple programming languages like
Java, Python, C#, and JavaScript for writing test scripts and integrates easily with tools like
TestNG, JUnit, and Maven for test management. Its suite includes components like Selenium
WebDriver, Selenium IDE, and Selenium Grid, enabling both simple record-and-playback testing
and complex, distributed test execution. Selenium’s flexibility, community support, and
compatibility with modern web technologies make it a popular choice for automation in
continuous testing and DevOps pipelines.
Procedure:
Step 1: Install Selenium IDE
1. Open Google Chrome or Mozilla Firefox (Selenium IDE supports both).
2. Search for Selenium IDE extension for your browser.
3. Click Add to Chrome (or Firefox) and install the extension.
4. Once installed, you should see the Selenium IDE icon in the browser toolbar.
Step 2: Launch Selenium IDE
1. Click on the Selenium IDE icon in your browser.
2. A new Selenium IDE window will open.