|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/pytest-unit-test-automation-in-python/
课程评论:没有评论
**课程名称:** Pytest:Python 中的单元测试自动化 **课程概述:** 本课程旨在帮助您掌握使用 Pytest 框架进行自动化测试。Pytest 是一个强大的 Python 测试框架,让您能够用 Python 编写测试代码,用于测试数据库、API 甚至 GUI 等各种环境中的任何内容。本课程假设您对 Python 编码有最少量的先验知识。 我们将深入学习 Pytest 框架的所有主题,并重点介绍如何轻松构建测试自动化框架。课程将涵盖 Pytest 的所有重要方面,以及在真实的测试环境中如何进行自动化。 您将学习如何构建一个快速、可扩展的 Python 测试自动化框架,为您的团队提供关于产品状态的按需、可操作的见解。课程将教授您如何消除冗余的设置和拆卸代码,如何同时运行多个测试,以及如何跟踪测试运行历史以识别缓慢或有问题的测试。 课程内容包括: * 如何断言(assert)测试中的部分结果 * 如何发现(discover)测试 * 如何使测试更易于阅读和管理 在整个课程中,您将看到大量的 Python 单元测试代码示例。
Hi! Welcome to Unit testing automation with Pytest!This course will help you master automation testing with Pytest framework. Pytest is a testing framework which allows us to write test codes using python. We can write code to test anything in any environment, like database, API, and even GUI if you want. It is a simple framework to learn, just like python.In this course, we will be go through all topics of Python Pytest framework and it assumes that you have minimal prior experience with Python coding.We will learn everything about Pytest that will help us build a test automation framework easily. We will cover all important aspects of pytest and also how automation is done in real test environment.Give your team on-demand, actionable insights into the status of your product with a fast, scalable test automation framework written in Python using the Pytest toolkit. Learn how to eliminate boilerplate setup and teardown code, run multiple tests at the same time, and track the history of your test runs to identify slow or problematic tests.You'll learn how to assert parts of your tests, how to discover the tests, and make tests easier to read and manage. Throughout the course you will see lots of unit test code examples in Python.