https://github.com/avc-prog/qa_practice
In this repository, I present simple practice projects and problem sets using some of the tools of Quality Assurance Engineers such as the JavaScript programming language, Postman, and Cypress.
https://github.com/avc-prog/qa_practice
cypress javascript postman quality-assurance
Last synced: about 2 months ago
JSON representation
In this repository, I present simple practice projects and problem sets using some of the tools of Quality Assurance Engineers such as the JavaScript programming language, Postman, and Cypress.
- Host: GitHub
- URL: https://github.com/avc-prog/qa_practice
- Owner: AVC-prog
- Created: 2025-03-17T19:35:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-23T17:44:05.000Z (about 1 year ago)
- Last Synced: 2025-04-23T18:41:46.602Z (about 1 year ago)
- Topics: cypress, javascript, postman, quality-assurance
- Language: HTML
- Homepage:
- Size: 2.73 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
There are 4 main folders, each of them containing an amalgamation of projects and problem sets in the respective areas.
It's important to note that this repository is constantly evolving, meaning that some of the content currently available consists of prototypes rather than final versions, as certain elements still need refinement.
I believe that the most effective way to improve is through trial and error. You may very well come across mistakes or imperfect solutions in the code, and I've purposely left them visible as a way to hold myself accountable.
For the Postman practice project I followed freecodecamp's tutorial and I used this repository as guidance: https://github.com/vdespa/introduction-to-postman-course/blob/main/simple-books-api.md
For the Cypress project, I created a local webpage using HTML and CSS, in Virtual Studio Code, in order to perform specific tasks and have them tested in cypress.