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…]
Archives for 2016
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…]