Clear test ideas will make the work more fluent, first look at the initial software testing, some test ideas: module Test module function point check Function check page link, correlation check, special characters, system data inspection, test data inspection, this part can search. Also check to see if the fixes to the previous bug will affect other functional modules. Page layout is standardized test step Master test module requirements, timely and system engineers to confirm system requirements detailed record of the test function points
For a single module test, the main test is the following:
1.UI Interface Test
Interface design, prompt box is correct and so on, with the Automated Test tool UI interface and selenium for functional testing.
2. Ease of use operation test
It is mainly to confirm whether the function is correct and whether it satisfies the basic requirement of the requirement document.
3. Illegal value test
Test special character queries, data field checks, and some input box tests. Module Interface Test
Background data integration in the test framework, check the test code blocks between the interface, and data transmission and other issues. Executing test Cases
Using the written test case, execute the use case to run through all the requirements, to confirm that the test requirements are missing the function points, to check the vacancy.