Skip to content

slxiao/python-test-automation-AtoZ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Introduction

Test automation is one major application of the Python programming langurage. Inspired by An A-Z of useful Python tricks (which however focuses on Python basics), I created this repo to present A-Z useful tricks for Python automated tesing domain.

The tricks is composed by awesome Python testing features, libraries and frameworks. Generally, they can be classified into two parts:

  • Python-specific testing tricks. For example, python unittest, python coverage. There tools are used for testing Python programs. In other words, they are dedicetd for Python langurage whilebox testing.
  • General-purpose testing tricks. Since Python is general-purpose langurage, many test automation tools are written in Python and generally, they can be used in any kind of (blackbox) testing. Such tools include Robot Framework, Selenium, pytest and etc.

公众号文章

A-Z of Python test automation tricks

Examples

Code examples of the above tools.

Lisense

MIT

Author

This repo is created by Shelwin Xiao. He is the author of 微信公众号《测试不将就》.

About

Python test automation tricks from A to Z, with examples

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published