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 eg login or signup page, or guru telecom page
Automate entering data and submitting the form using Python and Selenium.
Example: Guru telecom
Example: Insurance Broker System Login
Example: GTPL Bank Home Page
Example: OrangeHRM Preferred
Section : Tools & Technologies
Python Version
Selenium: Browser automation.
Pandas: Optional, for handling test data.
Browser & WebDriver: ChromeFirefox
Added Section:
Create Test Data:
Create an Excel file testdata.xlsx or CSV with the following columns:
Test Case ID Input Data, Expected Output, and Remarks.
Add at least test cases, including valid and invalid data.
Automate Testing:
Use Python to read the test data from the Excelcsv file.
Automate testing with Selenium:
Input the data into a web application eg login formor tariff plan creation
Compare actual output with expected output.
update results as PassFailyou can do this manually
Update Results:
Add a Test Status column to the Excel file.
Save the updated file as testresults.xlsx csv
Section : Implementation
Steps: Describe the form you chose.
Include screenshots of the website, code, and results.
ChallengesLimitation:
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
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
