Category: Test case documentation – QA
Test case documents
General Test Cases for Ecommerce Application
Verify that the 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 of the links are broken. Verify that the company logo is clearly visible. Verify that all the text – product, category name, price, and product… Continue reading General Test Cases for Ecommerce Application
Automation testing tools
The automation testing is used to change the manual test cases into a test script with the help of some automation tools. We have various types of automation testing tools available in the market. Some of the most commonly used automation testing tools are as follows: Selenium Watir QTP Selenium It is an open-source and… Continue reading Automation testing tools
JMeter test plan elements
A JMeter Test Plan comprises of test elements discussed below. A Test Plan comprises of at least one Thread Group. Within each Thread Group, we may place a combination of one or more of other elements − Sampler, Logic Controller, Configuration Element, Listener, and Timer. Each Sampler can be preceded by one or more Pre-processor… Continue reading JMeter test plan elements
Requirement Traceability Matrix
Case Pack for PLP
Web Application Testing Checklist: Example Test Cases for Website
Usability Testing What is Usability Testing? Usability testing is nothing but the User-friendliness check. In Usability testing, the application flow is tested so that a new user can understand the application easily. Basically, system navigation is checked in Usability testing. What is the purpose or Goal of Usability testing? A Usability test establishes the ease… Continue reading Web Application Testing Checklist: Example Test Cases for Website
Apache JMeter Overview
User Acceptance Test Process
What is Cucumber?
Cucumber is an open-source testing framework that supports Behaviour Driven Development for automation testing of web applications. The tests are first written in a simple scenario form that describes the expected behaviour of the system from the user’s perspective. Largely used for acceptance tests, Cucumber is written in Ruby, while the tests are written in Gherkin,… Continue reading What is Cucumber?