...

/

Introduction to Testing

Introduction to Testing

Testing your code can save hours in a team environment. Let's learn about what software testing is in this lesson.

We'll cover the following...

Introduction to testing

Software is usually tested on various factors, such as speed, usability, and functionality, before it is rolled out to the public. Tests can be done on various levels of software, from the lowest level to the highest. The various levels of testing are:

  1. Unit testing
...