Cargando…

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...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Pajankar, Ashwin (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [Berkeley, California?] : Apress, [2022]
Edición:Second edition.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
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.