UMB-CS-682-Team-03 / tracker

0 stars 0 forks source link

Enhancement: Frontend Testing Framework Implementation with Selenium #15

Closed BharathKanama closed 5 months ago

BharathKanama commented 6 months ago

Our testing primarily focuses on backend functionality, leaving frontend coverage lacking. To remedy this, we propose implementing a robust frontend testing framework using Selenium. Selenium's capabilities make it ideal for automated browser testing, including popup management.

Additionally, comprehensive documentation on popup handling with Selenium will be developed to aid testing efforts.

rouilj commented 6 months ago

I use splinter which is a python based script system for selenium. You can handle popups reference this issue: https://github.com/cobrateam/splinter/issues/473

I drive my tracker and capture screenshots for the documentation.

Worth a look unless you have another framework in mind.

rouilj commented 5 months ago

close once docs are in README.md.

BharathKanama commented 5 months ago

uploaded the docs in README.md