The test platform series (84) supports copying other preconditions

Hello ~ I'm Milo! I'm building an open source interface testing platform from 0 to 1, and I'm also writing a complete set of corresponding tutorials. I hope you can support me. Welcome to my official account test development pit, get the latest article tutorial! review Previously, we supported the precondition of Redis, but in fact, there is a ...

Posted by quintin on Mon, 29 Nov 2021 22:44:49 +0100

[untitled] touch screen operation automation of mobile App automation

This article is excerpted from the internal textbook of Hogwarts Testing Institute At work, we often need to perform gesture operations on the application page, such as sliding, long pressing, dragging, etc. AppiumDriver provides us with an auxiliary class to simulate gesture operations TouchAction, you can use it to gesture on the mobile ph ...

Posted by KDesigns on Fri, 19 Nov 2021 07:11:39 +0100

[python] take the blog Garden Network as an example to realize the separation of program and data by using ini configuration file in learning automation test

preface Where should the page positioning elements used in UI automation test be stored? What I want to say is that if you use the PO design pattern to design test cases, you can store the positioning elements in each page or separately in a directory. For new keys, different pages correspond to files with different names to store the positioni ...

Posted by johnkperks on Mon, 01 Nov 2021 03:57:47 +0100

Requests library for automated testing of Python interfaces & Pytest framework

preface: Thank you for reading uncle Qi's article. Thank you to all readers. If it's convenient, please move your hands to make a fortune and pay attention. Uncle Qi's article may not be so vivid and interesting, but I still hope it can bring you improvement. At the end of the article, some of Uncle Qi's dry goods are also the resources ...

Posted by habuchas on Fri, 03 Sep 2021 05:48:28 +0200