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

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

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?