8000 GitHub - samarahirashi/QACourseProject
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

samarahirashi/QACourseProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation


QA Course Project

Front-End and Back-End Testing

Table of Contents
  1. About The Project
  2. Getting Started
  3. Roadmap
  4. Contact
  5. References

About The Project

This project focuses on manual and automated testing for the UI Test Automation Playground Website and the Swagger Petstore Server API. UI Test Automation Playground is a powerful tool providing a platform for sharpening UI test automation skills. The functionality of this tool helps users practice, learn and test their automation skills by emulating different automation pitfalls used in modern web applications. The contents of the website can be accessed by anyone and users are encouraged to use it to learn test automation techniques. Swagger Petstore Server is a powerful tool providing a platform for sharpening API test automation skills. The functionality of this tool helps users practice, learn and test their automation skills by emulating different automation HTTP requests used in modern web applications. The contents of the website can be accessed by anyone.

(back to top)

Getting Started

Installation

--Front End

  1. Clone the repo
    git clone -b qa_Course_Samara_Diaz https://github.com/enroutesystems/qa_CourseProject.git
  2. Open the folder Front-End/UITAPTesting in VS Code.
  3. Open the terminal.
  4. Install NPM packages
    npm install
  5. Run the tests.
    npm run wdio

--Back End

  1. Clone the repo
    git clone -b qa_Course_Samara_Diaz https://github.com/enroutesystems/qa_CourseProject.git
  2. Open the folder Back-End/SPetstoreTesting in VS Code.
  3. Open the terminal.
  4. Install NPM packages
    npm install
  5. Open Cypress.
    ./node_modules/.bin/cypress open
  6. Open the Integrations folder and click on tests.ts.

(back to top)

Roadmap

  • Research and Discovery
  • Test Planning
  • Test Monitoring and Control
  • Test Analysis
  • Test Design
  • Test Implementation
  • Test Execution
  • Test Completion

(back to top)

Contact

Samara Diaz Hirashi - ligia.diaz@enroutesystems.com

(back to top)

References

  • QA Course Project Front-End (shorturl.at/bHX38)
  • QA Course Project Back-End (shorturl.at/GOZ17)
  • QA Course Project Gantt (shorturl.at/einrV)
  • Automated Software Testing with WebdriverIO (shorturl.at/glmty)
  • Cypress V9 - Automation Testing in Detail (35+ hours) - 2022 (shorturl.at/biPW0)

(back to top)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0