Data-Divers is a repository by Promojit Paul, SDET/QA Engineer, specialising in Manual Testing and JavaScript development. It demonstrates a strong foundation in JavaScript, object-oriented programming principles, and test automation frameworks, with the goal of delivering high-quality software through efficient manual and automated testing.
- Demonstrates test automation and manual testing workflows.
- JavaScript-based implementations.
- Use of object-oriented programming patterns in test code.
- Designed to help SDETs/QA engineers understand best practices in test framework design.
This project uses the following technologies:
- JavaScript (100% code base)
- Node.js (for running scripts/tests)
- (Optional) Test framework such as Mocha/Chai or Jest
- (Optional) Page Object Model pattern, if automating UI
- Other QA tools as appropriate (to be added)
- Node.js (v14.x or later recommended)
- npm (or yarn)
- (If UI automation) WebDriver-based driver or headless browser setup
- (If API automation) Postman/Newman or any REST client
git clone https://github.com/PromojitPaul/Data-Divers.git
cd Data-Divers
npm install