A lightweight manual + automation testing project designed to validate the functionality of a TV Indicator application.
- Covered manual and automation testing for core features.
- Wrote functional, UI, and validation test cases.
- Reported bugs with detailed steps & screenshots.
- Automated key flows for faster regression testing.
- Manual Test Cases → Validations & workflows
- Bug Reports → Functional + UI issues
- Automation → Core scenarios using Cypress
manual-tests/→ Test case docsbug-reports/→ Issues with severity/priorityautomation/→ Cypress test scripts
- Cypress (Automation)
- Manual Testing (Functional/UI)
- GitHub Issues for bug tracking
Clone the repository and run Cypress:
git clone https://github.com/Nikhil-Damale/tv-indicator-testing-suite.git
cd tv-indicator-testing-suite
npm install
npx cypress open