What is the idea of software testing?

A clear test idea will make the work smoother. Let's take a look at some test ideas when conducting preliminary software testing:

module test

l   Module function point check

l   Functional operation check

l   Page links, correlation check, special characters, system data check, test data check, etc. You can search this part by yourself. Also check whether the fixes to previous bugs will affect other functional modules.

l Whether the   page layout is standardized

test advanced

l   Master the test module requirements and confirm the system requirements with the system engineer in time

l   Record the function points of the test in detail

For a single module test, mainly test the following:

1. UI interface test

The interface design, whether the prompt box is correct, etc., use automated testing tools to test the function of the UI interface.

2. Ease of use operation test

It is mainly to confirm whether the function is implemented correctly and whether it meets the basic requirements of the requirements document.

3. Illegal value test

Test special character lookups, data field checks, and some input box tests.

Module interface test

The data in the background is integrated in the test framework, and the interface between the test code blocks and the data transmission are checked.

Execute test cases

Use the written test case, execute the use case to run through all the requirements, confirm whether there are any missing function points in the test requirements, and check and fill in the gaps.

 

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326970865&siteId=291194637