All Projects → fityanos → Awesome Quality Assurance Roadmap

fityanos / Awesome Quality Assurance Roadmap

Licence: cc0-1.0
📚 The starting point of your career as a Software Quality Assurance Engineer | Quality Automation Engineer 📚

Projects that are alternatives of or similar to Awesome Quality Assurance Roadmap

R Net
A Tensorflow Implementation of R-net: Machine reading comprehension with self matching networks
Stars: ✭ 321 (-40.88%)
Mutual labels:  qa
Projects
Curated collection of projects for folks looking to collaborate within the Elm ecosystem.
Stars: ✭ 414 (-23.76%)
Mutual labels:  roadmap
Roadmap
GitHub public roadmap
Stars: ✭ 5,882 (+983.24%)
Mutual labels:  roadmap
Beeva Best Practices
Best Practices and Style Guides in BEEVA
Stars: ✭ 335 (-38.31%)
Mutual labels:  qa
Learning Roadmap
The Front-End Developer Learning Roadmap by Frontend Masters
Stars: ✭ 336 (-38.12%)
Mutual labels:  roadmap
Metersphere
MeterSphere 是一站式开源持续测试平台,覆盖测试管理、接口测试、性能测试等。搞测试,就选 MeterSphere!
Stars: ✭ 6,331 (+1065.93%)
Mutual labels:  api-testing
Stubby4j
An HTTP stub server for testing application interactions with web services (REST, etc) & external system stubbing for easy testing
Stars: ✭ 300 (-44.75%)
Mutual labels:  api-testing
Chat
基于自然语言理解与机器学习的聊天机器人,支持多用户并发及自定义多轮对话
Stars: ✭ 516 (-4.97%)
Mutual labels:  qa
Ml Roadmap
🤖 Roadmap to becoming a Machine Learning developer in 2020
Stars: ✭ 398 (-26.7%)
Mutual labels:  roadmap
Flutter Development Roadmap
Flutter App Developer Roadmap - A complete roadmap to learn Flutter App Development. I tried to learn flutter using this roadmap. If you want to add something please contribute to the project. Happy Learning
Stars: ✭ 474 (-12.71%)
Mutual labels:  roadmap
Containers Roadmap
This is the public roadmap for AWS container services (ECS, ECR, Fargate, and EKS).
Stars: ✭ 4,132 (+660.96%)
Mutual labels:  roadmap
Conf
Конспекты докладов IT-конференций
Stars: ✭ 365 (-32.78%)
Mutual labels:  qa
Awesome Leading And Managing
Awesome List of resources on leading people and being a manager. Geared toward tech, but potentially useful to anyone.
Stars: ✭ 5,255 (+867.77%)
Mutual labels:  roadmap
Qamodel For Retrievalchatbot
客服机器人,Chinese Retreival chatbot(中文检索式机器人)用到的一些QA模型,基于tf-idf,lsa,cnn,transformer,bert等
Stars: ✭ 326 (-39.96%)
Mutual labels:  qa
Karate
Test Automation Made Simple
Stars: ✭ 5,497 (+912.34%)
Mutual labels:  api-testing
Apitest
A simple and extensible behavioural testing library for Go. You can use api test to simplify REST API, HTTP handler and e2e tests.
Stars: ✭ 317 (-41.62%)
Mutual labels:  api-testing
Tlroadmap
Тимлид – это ❄️, потому что в каждой компании он уникален и неповторим.
Stars: ✭ 4,398 (+709.94%)
Mutual labels:  roadmap
The Evolution Of A Go Programmer
Stars: ✭ 527 (-2.95%)
Mutual labels:  roadmap
Openproject
OpenProject is the leading open source project management software.
Stars: ✭ 5,337 (+882.87%)
Mutual labels:  roadmap
Python Roadmap
Дорожная карта по изучению Python
Stars: ✭ 467 (-14%)
Mutual labels:  roadmap

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 2020 QA Engineer Road Map 2020

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].