Home » Manual Testing

Defect Management

Read More »

QA best Practices in Agile world!

We all know Testing is vital for quality assurance, and best practices in software testing can yield high-end software at the end. Here are some best practices for software QA in the Agile world: Once requirements have been…

Read More »

What does Quality mean?

Software testing is more than just a stage in the development process. Testing is a philosophy that should embrace the entire application management life cycle.  In order to achieve high quality for our products, we have to define…

Read More »

Test Case Standard

 Each test case should include the following: Test Case ID Prerequisites Platform (device) , environment Module Name Test Title Description Test steps Test Designed by/date Test Executed by/date Test Priority Test Data (if any) Status

Read More »

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 »