Awesome Quality Assurance Roadmap

📚 The starting point of your career as a Software Quality Assurance Engineer | Quality Automation Engineer 📚
Alternatives To Awesome Quality Assurance Roadmap
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Awesome Test Automation5,702
20 hours ago54
A curated list of awesome test automation frameworks, tools, libraries, and software for different programming languages. Sponsored by https://zapple.tech
Awesome Http Benchmark2,697
4 months ago10mit
HTTP(S) benchmark tools, testing/debugging, & restAPI (RESTful)
Go Recipes2,570
11 hours ago45mitGo
🦩 Tools for Go projects
Awesome Regression Testing1,794
7 months ago3cc-by-sa-4.0
🕶️ A curated list of resources around the topic: visual regression testing
Technical Interview Megarepo1,379
3 years ago4
Study materials for SE/CS technical interviews
Awesome Jest1,297
3 months ago1mit
🕶Awesome Jest packages and resources
Awesome Testing1,241
3 months ago4cc0-1.0
A curated list of testing resources
Mix Test.watch83580386 months ago28August 30, 202117otherElixir
🎠 Because TDD is awesome
Awesome Selenium828
9 months agocc0-1.0
A curated list of delightful Selenium resources.
Awesome Quality Assurance Roadmap815
a year ago6cc0-1.0
:books: The starting point of your career as a Software Quality Assurance Engineer | Quality Automation Engineer :books:
Alternatives To Awesome Quality Assurance Roadmap
Select To Compare


Alternative Project Comparisons
Readme

Awesome Quality Assurance Roadmap Awesome

Contents

Introduction

Testing is an essential phase in any product life cycle; whether if it's a food, cars, or software production line, the outcomes should match what's expected and meet, satisfy the need that we created the product for.

Having a solid base of understanding how the software components work and integrate with each other as well as gaining the skills of breaking things is an essential skill-set for any QA engineer. Software testing is the art of investigating the software and finding any unintended behavior that might generate undesired scenarios.

Below you can find the path for QA and software testing learning curve which you might need to start the journey.

Test Plan Sample

One of the most important documents to be generated by the QA team is the test plan, as the team will acting blindly without; not knowing the criteria, the starting point, or even when to perform different testing types can risk the whole delivery and causes bad code delivery.

Test plan sections and content can vary based on project and delivery nature, therefore, the attached test plan PDF is considered as a generic one that serves all software testing delivery purposes.

Attached PDF can be found here test_plan_sample.pdf for downloading.

The Road Map

QA Engineer Road Map 2022 QA Engineer Road Map 2022

Advices

  • Don't trust a test code that you didn't see it failing.

  • Understand software testing and do not jump into automation; personally, I classify automation as an efficient way to work a redundant task. make sure to properly design your test criteria and later on, you can automate to achieve the previous.

  • Automation is not more than documenting manually written tests and engineering it in a way the code will be readable, understandable, and reusable.

  • Make sure that your testing code is actually testing something.

  • Your testing code shall not require testing.

  • 200~OK is not always okay; Do not rely only on server status while testing, getting 200 status for an unauthorized API call is risking your software security.

Contributing

See the contributing.md for details on how to contribute.

Popular Testing Projects
Popular Awesome List Projects
Popular Software Quality Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Testing
Awesome
Awesome List
Api Testing