Question: Project Description Select a form ( e . g . , login or signup page, or guru 9 9 telecom page ) . Automate entering

Project Description
Select a form (e.g., login or signup page, or guru99 telecom page).
Automate entering data and submitting the form using Python and Selenium.
Example1: Guru99 telecom
Example2: Insurance Broker System - Login
Example3: GTPL Bank Home Page
Example4: OrangeHRM [Preferred]
Section 2: Tools & Technologies
Python Version
Selenium: Browser automation.
Pandas: Optional, for handling test data.
Browser & WebDriver: Chrome/Firefox.
Added Section:
Create Test Data:
Create an Excel file (test_data.xlsx or CSV) with the following columns:
Test Case ID, Input Data, Expected Output, and Remarks.
Add at least 4-5 test cases, including valid and invalid data.
Automate Testing:
Use Python to read the test data from the Excel/csv file.
Automate testing with Selenium:
Input the data into a web application (e.g., login form/or tariff plan creation).
Compare actual output with expected output.
update results as Pass/Fail.(you can do this manually)
Update Results:
Add a Test Status column to the Excel file.
Save the updated file as test_results.xlsx./ csv
Section 3: Implementation
Steps: Describe the form you chose.
Include screenshots of the website, code, and results.
Challenges/Limitation:
While working on this assignment, you might face challenges such as limited Python knowledge, difficulty understanding testing concepts, not having access to a computer or the required software, or encountering errors that prevent the code from running properly. Be honest and write a brief reflection about any challenges you faced. This could include struggles with learning, technical issues, or time constraints. Sharing your experience will help both you and your instructor identify areas to focus on and provide the support you need to improve.
with Python and Selenium

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!