Testing process means testing life cycles that is, From Reading Requirement to the end when the software is deployed to client with out any bugs. 1. Reading and Planning (TEST PLAN) from Software Requirement Specifications (SRS) 2. Writing the test case from the test plan based on the functionality of the project. 3. Checking whether the build received from developer is passed in unit testing and integration testing. 4. Doing the smoke testing ( testing the primary functionality ) of build received. 5. Doing the retest on the new build when reported got fixed. 6. Doing the regression testing against the bug fixed/ any new functionality added. 7. Neccessary documentation has to be done like test report/ defect metrix/ test case/ test script/ test plan. 8. After confirming that the build is covered with necessary testing then it is deployed to the user for UAT (user acceptance testing).
Above answer was rated as good by the following members: mahi328
Testing the process which ensures that the product will attain the user requirement expectations as well as it is the process which enables us to find those undiscovered error which can effect the performance of the software product.
it ia an activity in which a system or a component of a system is executed in an environment the results are observed or recorded and an evaluation is made on some or the other aspect of the system