Testing
Three waiting modes of selenium 1. Why set element waiting? When we locate the element in the web page, it is possible that the web page is opened but the element is not loaded. At this time, the location element will not be found. Therefore, we need to set the element to wait. After the specifUTF-8...
Posted by jodie on Mon, 17 May 2021 05:24:23 +0930
In order to ensure the effectiveness of interface testing, we need to check and assert the response fields returned by the interface. When the number of fields returned by an interface is very small, the interface assertion operation can be easily implemented. However, when the number of fieldsUTF-8...
Posted by deezzer on Wed, 19 May 2021 05:49:56 +0930
In automatic testing, the operation of elements is usually relatively fast, and sometimes the operation of elements fails due to the time required for loading page elements, or the page mask is not closed in time. In this case, waiting is needed. The so-called waiting is to wait for the elementUTF-8...
Posted by alapimba on Wed, 26 May 2021 03:05:31 +0930
Android grocery store - record of an automated test Yes, there's a custom View series every week, and it's Googling in the second week, because I usually use a variety of tools, and there's really no way to deal with them in the same category. Now think about it, the tools used in the actual wUTF-8...
Posted by gid__ on Wed, 16 Jun 2021 07:34:22 +0930
Starting phase of automated test integration de based on Jenkins + Zentao+ JMeter. 1. Preface After a thousand calls, the automated testing process within the company has finally faltered. Unfortunately, looking at the whole company, there is no ready-made fruit to pick from the theoretical sysUTF-8...
Posted by caine on Fri, 30 Jul 2021 01:45:32 +0930
preface When you do interface automation testing, there are more and more test cases. In this case, if all test cases pass code management, the code will be very bloated and the maintenance cost will be very high; Therefore, we usually manage all test cases through Excel, and openpyxl library pUTF-8...
Posted by gentusmaximus on Tue, 10 Aug 2021 06:29:03 +0930
Hello, I'm Li Weihan, a laboratory researcher in this issue. Today, I'll show you how to do unit testing based on Source Generator. Next, let's go to the lab and find out! Source Generator unit test Intro The Source Generator is NET 5.0, a mechanism for dynamically generating code during compilUTF-8...
Posted by niall_buckley on Wed, 15 Dec 2021 15:49:30 +1030
catalogue Package operation Screen slide supplement shell command execution Locate the element through its instances Wait for operation See: Python app automated testing framework -- element operation method of uiautomator2 (1) Python app automated testing framework -- element operation method UTF-8...
Posted by trippyd on Thu, 16 Dec 2021 11:54:42 +1030
In the last Fiddler series: Fiddler Set Breakpoint (1) This paper mainly introduces setting breakpoints through Automatic BreakPoints. Following is an overview of Fiddler cross-domain debugging and Django cross-domain processing. 1. Why cross-domain problems occur Simply put, it is due to browsUTF-8...
Posted by lauxanh on Mon, 20 Dec 2021 15:08:47 +1030
The boss asked me to build an interface test framework one day. I'm still confident in this aspect. After all, there is still a solid foundation. preface Unlike UI testing, interface testing has an interface, which is more intuitive. In fact, the core testing ideas are consistent. It mainly veUTF-8...
Posted by danbot26 on Thu, 23 Dec 2021 02:08:28 +1030