Python unity test automation automate, organize, and execute testing in Python

Learn how to automate unit tests of Python 3 with automation libraries, such as doctest, unittest, nose, nose2, pytest, and selenium. This book explores important concepts in software test automation and demonstrates how to automate, organize, and execute unit tests with Python. It also introduces r...

Full description

Bibliographic Details
Main Author: Pajankar, Ashwin
Format: eBook
Language:English
Published: [Berkeley, California?] Apress 2022
Edition:Second edition
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
Table of Contents:
  • Includes bibliographical references and index
  • Chapter 1: Introduction to Python
  • Chapter 2: Getting Started with Unit Testing
  • Chapter 3: Unittest
  • Chapter 4: Nose and Nose 2
  • Chapter 5: pytest
  • Chapter 6: Testify
  • Chapter 7: Logging in Python
  • Chapter 8: Additional Topics