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…]
Sample Test Cases for Currency Field
This post is for sample test cases for currency text field. Most of the e-commerce websites have custom currency fields if they ship internationally. Often the type of currency is selected by checking the IP. So the user only gets to fill the amount part. [Read more…]
Test Cases for Bank Transactions
In this post, you’ll learn how to write test cases for bank transaction. Each bank has it’s own flow for money transfer. So it is hard to generalize the flow for all the banks. So I am attempting come up with a flow that most of the banks are likely to have in their own money transfer process. You may find a lot of difference depending on the type of the bank that you are using. [Read more…]
Sample Test Cases for Accordion Widget
In this tutorial, let’s cover test cases for Accordion. This component is often used in support pages where FAQ’s are arranged These widgets work similar to tabs however, by default Accordion has hidden property till the mouse button is clicked on them. [Read more…]