Testing
Last review: Airtest command line running airtest run details Based onpython3.8;airtestIDE1.2.11;airtest1.2.2;pocoui1.0.83 In the last issue, we talked about running scripts on the command line. This time, we will talk about generating reports through the command line after running. If you wUTF-8...
Posted by james_creasy on Wed, 02 Feb 2022 01:21:39 +1030
I background At present, pytest has become a necessary framework for automatic testing in Python department, and there are many articles on the Internet about relevant knowledge. Recently, I also took the time to sort out a pytest interface automation test framework, so I'm going to write an aUTF-8...
Posted by Dark_AngeL on Wed, 02 Feb 2022 13:21:02 +1030
Last review: Airtest generates reports through code - simple_ Detailed explanation of report and LogToHtml Based onpython3.8;airtestIDE1.2.13;airtest1.2.4;pocoui1.0.85 Previously, we talked about the airtest run command line, which has a device parameter. As long as you enter the URI of the UTF-8...
Posted by pukstpr12 on Sat, 05 Feb 2022 11:31:00 +1030
JMH, namely Java Microbenchmark Harness, is a set of tool API s specially used for code microbenchmark testing. JMH was developed by the big guys who developed the Java compiler in OpenJDK/Oracle. What is Micro Benchmark? In short, it is a benchmark at the method level, and the accuracy can be UTF-8...
Posted by jaykappy on Sat, 05 Feb 2022 19:29:35 +1030
At the moment of the epidemic, various pressures are coming one after another! Only calm down, exercise, learn skills and improve yourself is the way to break the situation! This article is the course study notes of excellent students in Hogwarts Testing Institute. We want to communicate with aUTF-8...
Posted by lawnninja on Wed, 09 Feb 2022 15:40:18 +1030
preface This article summarizes a unit test sharing organized in the group not long ago. The background is that we will increase the single test coverage in the subsequent continuous integration process. We need to slowly supplement the single test of the service at hand. Then it was found thatUTF-8...
Posted by fitzbean on Thu, 10 Feb 2022 01:31:06 +1030
General strategy of use case design for automated testing When we do automated testing, we need to manage use cases. The commonly used scheme is (take java as an example) A project corresponds to a product;A package corresponds to a module in the product;A class corresponds to a scene in the moUTF-8...
Posted by taskhill on Thu, 10 Feb 2022 06:37:08 +1030
General strategy of use case design for automated testing When we do automated testing, we need to manage use cases. The commonly used scheme is (take java as an example) A project corresponds to a product; A package corresponds to a module in the product; A class corresponds to a scene in the UTF-8...
Posted by verbalkint81 on Fri, 11 Feb 2022 17:26:55 +1030
Why do we need a unit testing framework? when we need to test a piece of code, how can we make it run quickly? A natural idea is to write a main() method and run some test code. I think most of you have used this method. however, using the main() method to test has many disadvantages: a class UTF-8...
Posted by cwncool on Tue, 15 Feb 2022 22:38:41 +1030
Pytest testing framework has many functions. In fact, it is composed of a group of plug-ins. It has a large number of plug-ins. It can expand and customize functions through plug-ins, which can meet most testing requirements. To better understand the pytest plug-in development framework and teUTF-8...
Posted by PupChow on Sat, 19 Feb 2022 12:08:24 +1030