Rahul Shinde 221080906 ST6
Rahul Shinde 221080906 ST6
The objective of this assignment is to perform basic web application testing using Selenium
IDE by recording actions, inserting assertions, running the tests, and analyzing the results.
2. Tools Used
3. IMPLEMENTATION
Selenium IDE is a beginner-friendly tool for automating web tests without writing any code.
In this assignment:
• We successfully recorded web actions.
• Inserted assertions to validate the presence of elements.
• Corrected errors by debugging the steps.
• Ran the tests and verified results.
Thus, the assignment helped in understanding the basic web automation process and the
importance of using correct locators and synchronization (waits) in testing.