Writing Test Cases in testing is actually reverse thinking to think about the problem and using actual steps for verification. Testing and development are in close contact with each other. Developers hate the relentless and persistent nature of testers. Testers hate the careless, casual, and irresponsible nature of developers. However, in order to complete the project, the two must work closely together to help each other.
1 does the software have an installer? Does the installer have either a server or a client?
2 does software installation require the operating system? Are there any requirements for display devices and peripherals?
3 do I need to install other auxiliary programs for software installation? Can it run independently?
4 does software installation include database and middleware installation?
5 what types of software installation support? Installation disk? Online installation?
6 do I need to restart the software after installation?
7. Does software installation support custom installation? Can I change the installation path?
8 is the installation progress bar displayed during software installation? Is the installation interface friendly?
9 is the prompt displayed when an error occurs during software installation friendly?
10 is there any minimal installation, typical installation, recommended installation, and other types of software installation? What kinds of users do they adapt?
11 after the software is installed, can I create a shortcut icon on the desktop and taskbar?
12 is the installation procedure consistent with the installation manual?
13 is the installation program consistent with online installation help?
14 when the disk space is insufficient, is there a prompt?
15 can I abort the installation during the installation process? Will the installed programs be deleted after suspension?
16 can I install it without overwriting old data?
17 is there a program to uninstall the software?
18 do I need to manually delete files after the software is uninstalled?
Please comment with our colleagues