分享Pytest自动化测试课程2023
2023-09-25 14:37:36 117B pytest 自动化测试 课程资源
1
pytest Quick Start Guide pdf 来源:[pytest Quick Start Guide - 2018.pdf](https://itbooks.ctfile.com/fs/18113597-314070249) Learn the pytest way to write simple tests which can also be used to write complex tests Key Features Become proficient with pytest from day one by solving real-world testing problems Use pytest to write tests more efficiently Scale from simple to complex and functional testing Book Description Python's standard unittest module is based on the xUnit family of frameworks, which has its origins in Smalltalk and Java, and tends to be verbose to use and not easily extensible.The pytest framework on the other hand is very simple to get started, but powerful enough to cover complex testing integration scenarios, being considered by many the true Pythonic approach to testing in Python. In this book, you will learn how to get started right away and get the most out of pytest in your daily work?ow, exploring powerful mechanisms and plugins to facilitate many common testing tasks. You will also see how to use pytest in existing unittest-based test suites and will learn some tricks to make the jump to a pytest-style test suite quickly and easily. What you will learn Write and run simple and complex tests Organize tests in fles and directories Find out how to be more productive on the command line Markers and how to skip, xfail and parametrize tests Explore fxtures and techniques to use them effectively, such as tmpdir, pytestconfg, and monkeypatch Convert unittest suites to pytest using little-known techniques Use third-party plugins Who this book is for This book is for Python programmers that want to learn more about testing. This book is also for QA testers, and those who already benefit from programming with tests daily but want to improve their existing testing tools.
2022-08-28 12:08:48 2.45MB python pytest 自动化测试
1
pytest 自动化测试框架
2022-03-10 17:53:27 23KB Python开发-测试工具
1
pytest自动化测试框架学习源码
2022-01-28 09:02:50 4.15MB 自动化 python pytest自动化测试框架 pytest
pytest源码01
2022-01-27 14:01:06 4.15MB 自动化 运维
2021最全pytest自动化测试框架V43完整版,我觉得必要的东西都放里面了。
2021-08-25 12:02:40 4.96MB pytest fixture POM unittest
pytest详细使用说明
2021-08-24 11:03:57 2.45MB 测试
1
pytest入门级学习资料,从基础开始学习自动化测试
2021-08-03 09:22:21 4.35MB pytest 自动化测试
1
pytest中文使用手册,文档是pytest使用手册的中文版,详细的描述pytest安装以及使用,对想要学习接口自动化的同学帮助很大。pytest是一个非常成熟的全功能的Python测试框架。其简单灵活,容易上手,文档丰富,支持参数化,可以细粒度地控制要测试的测试用例
2021-05-25 18:51:19 1.17MB pytest pytest自动化测试
1