Manual Software Testing Process
- Test Planning: The first step in software testing is to plan the testing process. This includes identifying the scope of testing, defining the testing objectives, and preparing the test plan.
- Test Design: Once the testing plan is in place, the next step is to design the actual tests. This includes creating test cases, test scenarios, and test scripts.
- Test Execution: After the test cases are designed, the tests are executed. This includes running the tests and collecting the results.
- Test Reporting: Once the tests are complete, the results need to be reported. This includes documenting the test results, analyzing the results, and reporting any defects found.
- Defect Retesting: After defects are found, they need to be retested to ensure they have been fixed.
- Regression Testing: Finally, the website needs to be regression tested to ensure that changes made during testing did not cause any new defects to appear.
