Let’s discuss Sample Test Cases for Calendar App. Consider any android calendar app. In our case here in this post, I am going to use an example of MIUI’s calendar app. You can also use the default android calendar app. But each phone comes with tweaked version of that app. And it becomes difficult to have scenarios for the UI because of that. In such case let’s stick with one ROM and then make a sample test cases for that calendar app.
[Read more…]Sample Test Cases for Dialog Box
In this article, we discuss test cases for Dialog Box. Basically we are going to check both functional and non functional scenarios under which we are going to test the dialog box. You can take the below context of the test cases for the interview or for your work. But you may have to adjust accordingly considering the one I have presented below are more of generic and context specific test scenarios.
[Read more…]Test Cases for Amazon Login Screen Page
This article explains login screen test cases for Amazon. You may notice that there are some of the tester interviews where the test cases are asked for the Amazon’s login flow. In past the Amazon login was simple. And single page had option for both adding the username and password. Recently Amazon changed the login functionality to username on front side. And after adding the username, system checks for the database validation. And then asks for the password. [Read more…]
Sample Test Cases for Online Editor
In this post we are going to discuss test cases for online text editor. There are plenty of online text editor. And some of them are now even being used as an IDE. However we are going to limit our discussion to the online text editor. [Read more…]
Sample Test Cases for Online Book Shopping
In this article, we discuss test cases for online book shopping. Recently we had one request where the user wanted to know how the process of the book shopping online is tested. [Read more…]
Sample Test Cases for Refrigerator
In this article, we discuss Test Cases for Refrigerator. There are various types of Refrigerators in the market. You can find that each one of them has different capacity. It also comes with various settings and options for the cooling. So we are going to discuss some of the common options that are available with the Refrigerator. So let’s take a look at some of those requirement from the Refrigerator. [Read more…]
Sample Test Cases for Water Dispenser
We’ve got some test cases interview questions in our comment box. In this article we discuss test cases for water dispenser. We take a look at both functional and non functional scenarios. [Read more…]
Sample Test Cases for Search Filter
In this article, we discuss how to write search filter test cases. These days almost every database enabled application has the filter and sort options. And filter search option allows filtered output of the database content. However each of the application has it’s own ways to handle the search filter options. [Read more…]
Learn RStudio IDE
In this article, we take a look at RStudio IDE. We take a look at some of the simple features of IDE that allows us to write and execute the R code. As we progress further, we will see more advanced features of IDE in upcoming articles in this series. [Read more…]
Introduction to R Programming
R is one of the popular language for statistical computing and graphics. As data science has increased in popularity, it has lead to more usage of Python and R programming language. In this article, we take a look at introduction of R programming language. [Read more…]