Skip to content

shashimadgi/wiseapp-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

wiseapp-automation

Automated UI Testing with Selenium

πŸ›  Setup Instructions

1️⃣ Install Dependencies

Ensure you have Python installed, then install the required dependencies:

pip install selenium webdriver-manager
Execute the test script using:
python scripts.py(***********Run the scripts file not script file ***********)

πŸ“Œ Features of this Test Suite
βœ… Logs in using a mobile number and OTP
βœ… Verifies the institute name
βœ… Navigates to the classroom
βœ… Schedules a live session and validates it

If ChromeDriver crashes, ensure it matches your Google Chrome version:
google-chrome --version
chromedriver --version

If there's a mismatch, update Chromedriver:
pip install --upgrade webdriver-manager


Happy Testing! πŸš€

---

## **🎯 Final Improvements**
βœ”οΈ **Organized Code** into modular functions  
βœ”οΈ **Explicit Waits** instead of unnecessary `time.sleep()`  
βœ”οΈ **Error Handling** to ensure script stability  
βœ”οΈ **README** for installation & usage  

Let me know if you need any modifications! πŸš€

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages