freeCodeCamp / Developer_Quiz_Site

This is a quiz site filled with over 1200+ questions on programming.

Home Page:https://developerquiz.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding quality assurance and testing questions

jdwilkin4 opened this issue · comments

developerquiz.org currently has over 600 quiz questions. We are looking to expand on the Quality Assurance and testing questions and we encourage other developers to add their quiz questions to the site.

Please note: we are focusing on general testing concepts and not on a specific framework

You can find the complete list of questions below.
https://github.com/freeCodeCamp/Developer_Quiz_Site/blob/main/src/data/quality-assurance-quiz.ts

You can add your own questions to the top of that file.
Please first check to make sure your question doesn't already exist in the file before creating a PR.

Here is an example format for the questions.

    {
        Question: "What does QA and QC stand for?",
        Answer: "Quality Assurance and Quality Control ",
        Distractor1: "Quality Assets and Quality completion",
        Distractor2: "Quality Analyst and Quantum Computing",
        Distractor3: "Quality Assessment and Quality Computing",
        Explanation:
          "Quality Assurance (commonly known as QA) and Queuing Control (commonly known as QC)",
        Link: "https://www.freecodecamp.org/news/software-quality-assurance-guide/",
      },

For the link field, please make sure to use a freeCodeCamp article, freeCodeCamp YouTube video or official documentation.
If you choose to reference a video, please make sure to include the timestamp for the topic covered.

You can read more about how to create timestamps in this helpful article.

This issue will not be assigned to anyone and will remain open for multiple contributors.
Please do not assign yourself to this issue or close it.

Happy contributing!

If people have questions about this issue, or questions in general on how to contribute, please use the GitHub discussions area.
It will be easier to track conversations over there 👍

For anyone interested in contributing, please read through the contributing documentation first.