Python unit test automation automate, organize, and execute unit tests 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...

Descripción completa

Detalles Bibliográficos
Otros Autores: Pajankar, Ashwin, author (author)
Formato: Libro electrónico
Idioma:Inglés
Publicado: New York, NY : Apress [2021]
Edición:2nd ed
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009638316906719
Tabla de Contenidos:
  • 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.