Back to Freecodecamp

Task 62

curriculum/challenges/english/blocks/learn-how-to-offer-technical-support-and-guidance/66235136fd7a23f8f802b279.md

latest2.2 KB
Original Source
<!-- (Audio) Brian: Right. When you start testing, write test cases for the modified function. It'll ensure that your changes don't break anything else. -->

--description--

To break in a software context means to cause something to fail or stop working correctly. For example, Incorrect code can break the application means it can cause the application to malfunction.

--fillInTheBlank--

--sentence--

Right. When you start BLANK, write test BLANK for the BLANK function. It'll ensure that your changes don't BLANK anything else.

--blanks--

testing

--feedback--

It refers to the process of evaluating the software to ensure it functions as expected.


cases

--feedback--

They are specific scenarios used to test how the software operates under various conditions.


modified

--feedback--

It refers to the changes made to the function.


break

--feedback--

It means causing a part of the system to fail or stop working correctly.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 39.76,
      "finishTimestamp": 46.64
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 2.78,
      "dialogue": {
        "text": "Right. When you start testing,",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 2.96,
      "finishTime": 5.18,
      "dialogue": {
        "text": "write test cases for the modified function.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 5.5,
      "finishTime": 7.88,
      "dialogue": {
        "text": "It'll ensure that your changes don't break anything else.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 8.38
    }
  ]
}