How to start testing?
Question you should be asking before starting to test any application.
- Understand the requirement.
- Do you have all the tools for testing.
- Exit testing criteria to stop testing.
1. Understand the requirement.
- What am i testing.
- How should i test.
- What is the use of the feature.
- How it is benefiting the user.
- Is the UI intuitive.
- Where the data is stored.
- How the data is stored.
- Where data will be displayed.
- When should i stop testing.
- What are types of testing techniques applicable.
2. Do you have all the tools for testing.
- Access to the Database, VPN and VMs.
- Access to Jira, Bug tracking tool, etc.
3. Exit testing criteria to stop testing.
- Create test plan and define scope.
- Create test case and test data.
- All bugs are closed.
- Test cycles are executed.
- Major flow is working fine.
Comments
Post a Comment