Successful Payment: Enter valid payment details and click on the ‘Pay’ button. Verify that the payment is processed successfully. Verify that the payment receipt is generated and displayed. Invalid Payment Details: Enter invalid payment details such as incorrect card number, expiry date, CVV, or billing address. Verify that an error message is displayed on the… Continue reading Test Scenarios for payment method.
Author: Rose Maria
Drop-down field detailed test cases.
Test Scenario 1: Functionality Verify that the dropdown is working as expected. Verify that the dropdown menu appears when the user clicks on the dropdown button. Verify that the dropdown menu disappears when the user clicks outside of the dropdown menu. Verify that the selected option is displayed in the dropdown button. Verify that the… Continue reading Drop-down field detailed test cases.
Test scenarios for drop-down field
Test the default state: Verify that the dropdown is in its default state when the page loads. This includes checking that the dropdown is closed, and that the default option is displayed. Test dropdown options: Verify that all dropdown options are present and correctly labeled. Ensure that each option is selectable, and that selecting an… Continue reading Test scenarios for drop-down field
Basic test scenarios for shopping cart
Add one item to the cart and verify. Increase the quantity of the item from the cart and verify. Add the same item multiple times and verify. Add multiple items of different types and verify. Remove some items from the cart and verify. Remove all items from the cart and then verify. Click on an… Continue reading Basic test scenarios for shopping cart
Defect Management
Defect management ensures that defects are tracked from recognition to classification to correction to closure. The process must be agreed with all those participating in defect management, including designers, developers, testers, and product owners. Depending on the organisation, defect logging and tracking vary from informal to very formal. We can only classify the defects only… Continue reading Defect Management
Test Progress Monitoring
The purpose of test monitoring is to gather information and provide feedback and visibility about test activities Give the test item team and test manager feedback on how the testing is going. Provide the project team with visibility about the test results. Measure the test criteria or the testing tasks associated with the definition of… Continue reading Test Progress Monitoring
Test Execution Schedule
Once the various test cases and test procedures are produced ( with some test procedures potentially automated) and assembled into test suites, the test suites can be arranged in a test execution schedule that defines the order in which they are to be run. The test execution schedule should take into account such factors as:… Continue reading Test Execution Schedule
Entry Criteria and Exit Criteria
Entry Criteria (Definition of ready) Define the preconditions for undertaking a given test activity Availability of testable requirements, user stories and models. Availability of test items that have met the exit criteria for any prior test levels Availability of test environment and readiness. Availability of necessary test tools. Availability of test data and other necessary… Continue reading Entry Criteria and Exit Criteria
Test Planning
The test plan is a project plan for the testing work to be done in development or maintenance projects. Planning is influenced by many factors, Test policy or strategy of the organization Test development life cycle The scope of testing Objectives Risks Constraints Criticality Availability of resources Having a test plan guides our thinking and… Continue reading Test Planning
Test coverage
Test coverage measures the amount of testing performed by a set of test. Wherever we can count things and can tell whether or not each of those things has been tested by some test, then we can measure coverage and is known as test coverage. The basic coverage measure is where the ‘coverage item’ is… Continue reading Test coverage