Test Cases: Category Hierarchy Display Verify that the LHS of the PLP page displays the category hierarchy as per the design. Ensure that the hierarchy is clear, with parent and child categories distinguishable. Price Range Display Confirm the price range is visible on the LHS of the PLP page as per the mockup. Check if… Continue reading PLP page test cases
Tag: manual testing
Exploratory testing in software testing
Exploratory testing is an approach to software testing where testers actively explore the software to find defects and issues that may not have been identified during scripted testing. It is a type of ad hoc testing that involves simultaneous learning, test design, and test execution. Exploratory testing is not a replacement for scripted testing, but rather it complements it. The goal of… Continue reading Exploratory testing in software testing