Manual testing
Test the application manually by using the testing technique.
Testing process is vary from company to company.
following are the testing steps
- Study the requirement specification (SRS)
- Test Plan Creation
- Create Test cases
- Review test cases
- Finalize test cases
- Test case execution
- Bug Reporting
- Bug Verification
1. SRS:-it is the customers requirement specification
2. Test plan:- It is the whole testing process details,testing methodology,number of testers,testers role and responsibility,
types of testing,testing schedule and other all testing details required for project
3. Test cases:- It contains all the possible test i.e +Ve test cases as well -Ve test cases,GUI test cases,functionality test cases
System test cases,smoke test cases,sanity test cases.it covers all types of test cases which are required in project
4. BUG - if the test cases fail then report the issue to concern person i.e.BUG
in detail i will publish in few days.