In this article we are going to write test cases to test a toaster. There are different designs of toasters available in the market. [Read more…]
Selenium WebDriver for JavaScript
You can automate browser tests using Selenium WebDriver for Javascript. Selenium offers you plenty of built in methods and classes to automate your web-browser workflow. It can be really useful for automating your tests using Javascript Binding. [Read more…]
Sample Test Cases for OTP
In this post, we discuss test cases for OTP (one time password). In order to write the test cases for the OTP, we need to understand how the system works. The OTP system works on both email and the SMS on mobile device. [Read more…]
Sample Test Cases for Logout
In this post we are going to discuss the test cases for logout functionality. Every webapp has user account feature that allows sign in and sign out option. When you click on the sign out link cookies gets deleted and session is cleared. [Read more…]
Sample Test Cases for File Upload
In this article we are going to discuss test cases for file upload. Most of the cloud apps, mail app like Gmail, File sharing app and file transfer feature. That being said, the file upload feature often has javascript enabled or AJAX call. Let’s discuss some test scenarios and requirements before we write the test cases. [Read more…]
Sample Test Cases for Text Field
In this post we’ll discuss test cases for text field. Every web or desktop application has the text input for it’s functionality. In order to test effectively we need to understand the purpose of the text field and the input being processed. [Read more…]
Test Cases for Amazon Search Functionality
In this test cases tutorial, we’ll look at Amazon search functionality test cases.
Search functionality of Google search and now amazon search is the most frequently asked interview question. Most likely the search functionality of the e-commerce website is asked in interview of the e-commerce or payment gateway startups. [Read more…]
Sample Test Cases for SMS
This post lists test cases for SMS application. Short text messaging app is found in almost every type of phone. Regardless of the type of phone – smartphone or classic. [Read more…]
Sample Test Cases for Group Chat
In this post, I’m listing test cases for group chat. The app that I am using for listing the test cases is – Hipchat. You can instead use Slack. The aim behind these test cases is to find as many test cases as possible for business group chat apps. [Read more…]
Software Localization Testing Checklist
In this post, I’m listing localization testing checklist. This post also includes the i18n (or internationalization) test scenarios that are application for software which is supposed to be used globally. In order for such products to work properly, one has to test it for region specific compatibility. [Read more…]