Back to Freecodecamp

Task 71

curriculum/challenges/english/blocks/learn-how-to-talk-about-numbers-with-a-coworker/684816885eb06c5340c71af8.md

latest2.1 KB
Original Source
<!-- (audio) Alice: This covers everything from initial unit tests to final quality assurance checks before launch. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

This covers everything from BLANK to final BLANK before launch.

--blanks--

initial unit tests

--feedback--

These three words refer to the first tests developers run on individual pieces of code.


quality assurance checks

--feedback--

These three words refer to detailed tests done at the end of development.

--explanation--

Initial unit tests are the first step in testing. Developers check small parts of the code (units) to make sure they do what they're supposed to. For example:

We wrote initial unit tests to check the main functions. — The team created early tests to make sure the most important parts of the code worked correctly.

Quality assurance (QA) checks are final tests done by QA teams to make sure the software is reliable, user-friendly, and ready for launch. For example:

Regular QA checks help prevent bugs from reaching users. — Frequent testing by QA helps catch errors early, so users don't face problems.

Alice is describing how the testing budget covers all steps, from early coding checks to final testing before launch.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_23-2.mp3",
      "startTime": 1,
      "startTimestamp": 48.42,
      "finishTimestamp": 53.34
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 5.92,
      "dialogue": {
        "text": "This covers everything from initial unit tests to final quality assurance checks before launch.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 6.42
    }
  ]
}