Quiz Yourself on Django Testing Framework

Test what you’ve learned in this chapter with this quiz.

1

What is the difference between the SimpleTestCase class and the TestCase class?

A)

The SimpleTestCase class is used when the tests don’t involve database interaction.

B)

The SimpleTestCase class is used when the tests involve database interaction.

C)

The TestCase class is used when the tests don’t involve database interaction.

D)

TestCase class is the same as the SimpleTestCase class.

Question 1 of 30 attempted

Get hands-on with 1200+ tech skills courses.