Python for Test Automation 1 / 25 Chapter 1 UnitTest 1.1Lesson objectives In this lesson you will learn to write tests with the builtin unittestmodule. Using unittestallows you to write more robust tests that require setup or cleanup. 1.2UnitTest The unit