Articles under the 'QA' tag

How to Quickly Create Interface Automation

How to Quickly Create Interface AutomationDuring the project development process, regression validation is always performed on the original functions to ensure that the original logic is normal, such as smoke testing, regression testing, and monitoring online business. When there is a lot of content ... More >>

Unit test

Abstract: Unit testing is the basis of software testing. This article discusses in detail the two steps of unit testing, manual static inspection and dynamic execution, the work items to be executed and related strategies and methods.How to conduct unit testing with white box testing method, keyword ... More >>

Mechanism difference between ios and Android

1. ArchitectureiOS: cocoa Touch layer: including Foundation Framework, UIkit Framework, Address Book UI Framework Media layer: including image, audio, and video technologies Core service layer: For example, CoreFoundationframework is an interface set based on C language, providing Basic data ma ... More >>

Database introduction

1. Concept introductionThe database is a warehouse for storing data. It organizes, manages and stores data according to the data structure, and provides the functions of adding, deleting, modifying and checking. 2. database things(1) What is a database transactionTreat a group of additions, deletion ... More >>

Test the novice compass

Test the novice compassHello everyone, here is a brief introduction to what newcomers should do to improve their level in today’s testing industry. The overall test is divided into two directions: business and technology. talk about these two directions Do functional testing Test cases, this is an e ... More >>

What are the commonly used automated testing tools?

Automated testing is gradually replacing part of manual testing as it saves time and improves testing quality. Especially in the case of regression testing, automation can increase efficiency in several ways. Doing repetitive testing manually is a waste of time and resources. Also, there is some mar ... More >>

Software testing | Commonly used performance testing methods, strategies and testing points

To sum up the performance tests conducted in the past, although the testers have been serious and responsible for the test work from the beginning to the end, after the test report is released, everyone always feels that there is a fly in the ointment, and they have doubts about the test results, es ... More >>

How to use Postman automated test interfaces

Postman is an interface testing tool, this article for you to introduce how to use post to complete SOAP interface testing. Build test environment1.1 Install test softwareHere we need to install Postman and OpenSSL. 1.2 Create a certificate for PostmanBecause Postman communicates HTTPS with the site ... More >>