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...
Other Authors: | |
---|---|
Format: | eBook |
Language: | Inglés |
Published: |
New York, NY :
Apress
[2021]
|
Edition: | 2nd ed |
Subjects: | |
See on Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009638316906719 |
Table of Contents:
- 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.