Home » Manual Testing
Release Testing Signoff

QA testing in *QA-XXXX* has been completed and passed. Ready for deployment in Production. Summary of test execution details are listed below: *Test Execution Results*: % Executed / Plan: 20/20 = 100% % Passed / Executed: 20/20 =…
Read More »Manual testing end to end guide!

Every software project has three crucial aspects, that are cost, time and quality. This is achieved by testing software regularly. Software Testing is an integral part of any IT project. The software is tested to detect bugs and…
Read More »Test Cases
Test cases for Online Shopping Application General Test Cases Verify that user is able to navigate through all the products across different categories Verify that all the links and banners are redirecting to correct product/category pages and none…
Read More »Test Design Techniques

What is Test Design Technique? A test design technique is used to select a good set of tests from the all possible tests for a given system. As exhaustive Testing is not possible, so we need to use…
Read More »Black Box Testing Technique

Testing application or front end from the user point if view without looking the code is called Black box or Specification Testing. Black Box testing techniques are: a) Equivalence Partitioning (EP)b) Boundary Value Analysis (BVA)c) Decision Table Testingd)…
Read More »Manual Testing Definition

Software Development Life Cycle(SDLC): SDLC is a conceptual model or process or set of activities step by step from gathering requirement to development including maintenance state so that software can develop with quality. SDLC different stages are: Requirement…
Read More »