• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

SoftwareTestingo - Jira Selenium Protractor Testing SDLC Agile Methodology

Java Selenium Tutorial & Testing Interview Questions

  • Home
  • Interview Questions
  • Java
  • Java Programs
  • Test Cases
  • Selenium
  • Manual Testing
  • Difference
  • Search
SoftwareTestingo » Manual Testing » Test Cases Example » Mobile Apps Test Cases

Mobile Apps Test Cases

Last Updated on: June 8, 2020 By Softwaretestingo Editorial Board

What We Are Learn On This Post

  • Test Case For Mobile Apps | Mobile Apps Test Case
  • Functional test cases for Mobile APP
  • Performance test cases for Mobile APP
  • Battery usage test cases for Mobile APP
  • Usability test cases for Mobile APP
  • Compatibility test cases for Mobile APP
  • Security test cases for Mobile APP
  • Localization testing test cases
  • Recoverability testing test cases
  • Regression testing test cases

Test Case For Mobile Apps | Mobile Apps Test Case

Writing test cases is important to ensure the optimum functioning of any application. The test cases that are written by a team are typically categorized as per different levels. This is done to ensure that there are no duplicate efforts of a team being invested in a single function.

Test Scenario Overview
Post On: Test Case For Mobile Apps
Post Type: Test Case Template
Published On: www.softwaretestingo.com
Applicable For: Freshers & Experience

The levels of writing test cases are:

  • Level 1: This level includes the writing of test cases that are based on the available information about the product’s specification and user documentation
  • Level 2: Considered to be a practical stage, this level includes writing of test cases on the basis of actual functional and system flow of the application
  • Level 3: At this level, some test cases are grouped together to write a test procedure. Test procedure refers to a group of small test cases and can include a maximum of 10 test cases
  • Level 4: The process is automated at this level. This helps in minimizing the human interaction with the system, which enables the QA to focus only on currently updated functionalities to test

Tips to Write Test Cases for Android Application

Writing a good test case is easy. However, it just requires an individual’s hard work, determination, and clear focus. Some of the simple tips to write an effective test case for Android application include:

Test cases should be written in such a way that they allow a person to test only one feature at a time

  • One should not overlap or complicate test cases
  • Cover all the positive and negative probabilities of the test outcomes
  • Write in simple language with exact and accurate names of forms, fields, etc.
  • Android developers should make sure that they continue to create test cases when the application code is still in the process of writing
  • Test cases should be stored in version control along with the source code
  • The focus should also be on continuous integration of the new test cases
  • Tests should be run every time the code is changed
  • Avoid using emulators and rooted devices

If you think about more about various mobile application then you can see:

Functional test cases for Mobile APP

  • Is the application working as designed whenever it starts and stops?
  • Does the app perform accordingly on various mobile and OS versions?
  • Does the app behave accordingly when faced with external interruptions? (ie. receiving SMS, minimized during an incoming phone call, etc)
  • Is the user able to download and install the app without issues?
  • Is the device able to multitask as expected when the app is in use or running in the background?
  • Can other applications perform satisfactorily once the app is installed?
  • Are social network options such as sharing, posting, etc. working as required?
  • Are mandatory fields working as required?
  • Does the app support payment gateway transactions?
  • Are page scrolling scenarios working as expected?
  • Can you navigate between various modules as expected?
  • Are appropriate error messages received as necessary?

Performance test cases for Mobile APP

  • Can the app handle projected load volumes?
  • What are the various mobile app and infrastructure bottlenecks preventing the app from performing as expected?
  • Is the response time as expected?
  • Are battery consumption, memory leaks, GPS, and camera performance within required guidelines?
  • Is the current network coverage able to support the app at the peak, average, and minimum user levels?
  • Are there any performance issues if the network changes to/from WIFI and 2G/3G/4G?
  • How does the app perform during intermittent phases of connectivity?
  • Are existing client-server configurations providing the optimum performance level?
Related Test Cases
☑️ Test Case For Logout ☑️ Test Case For Microwave Oven
☑️ Test Case For Mobile ☑️ Test Case For Mouse

Battery usage test cases for Mobile APP

  • Energy consumption of the mobile app
  • User interface designs using intense graphics or result in unnecessarily high database queries
  • The battery life can support the application to perform under projected load volumes
  • Low battery and high-performance demands
  • How the app performs if in use when the battery is removed
  • Battery and data usage leaks
  • New features and updates are not introducing new battery and data usage

Usability test cases for Mobile APP

  • Buttons are a user-friendly size.
  • Buttons location, style, etc are consistent within the app.
  • Icons are consistent within the application.
  • Zoom in and out facilities work as expected.
  • The keyboard can be minimized and maximized easily.
  • Going back, undoing an action, or touching the wrong item can easily be undone.
  • Contextual menus are not overloaded.
  • Verbiage is simple, clear, and easily visible.
  • The end-user can easily find the help menu or user manual should they need.

Compatibility test cases for Mobile APP

  • Have you tested on the top mobile app testing devices and operating systems?
  • How does the app work with varying parameters, such as bandwidth, operating speed, capacity, etc?
  • Does the app work properly with various mobile browsers like Chrome, Safari, Firefox, Microsoft Edge, etc?
  • Does the app’s user interface (UI) remain consistent, visible, and accessible on various screen sizes?
  • Is the text readable for all users?
  • Does the app work seamlessly across various configurations?

Security test cases for Mobile APP

  • Can the mobile app withstand any brute force attack to guess a person’s username, password, or credit card number?
  • Does the app permit an attacker to access sensitive content or functionality without proper authentication?
  • This includes making sure the communications with the backend are properly secured.
  • Is there a strong password protection system within the mobile app?
  • Verify dynamic dependencies.
  • Measures are taken to prevent attackers from accessing these vulnerabilities.
  • What steps have been taken to prevent SQL injection related attacks?
  • Identify and recover any unmanaged code scenarios.
  • Ensure whether certificates are validated and if the app implements Certificate Pinning or not.
  • Protect the application and the network from denial of service attacks.
  • Analyze data storage and validation requirements.
  • Create session management for preventing unauthorized users to access unsolicited information.
  • Check to see if the cryptography code is broken and repair what’s found.
  • Are business logic implementations secured and not vulnerable to any attack from outside?
  • Analyze file system interactions, determine any vulnerability, and correct these problems.
  • What protocols are in place should hackers attempt to reconfigure the default landing page?
  • Protect against malicious client-side injections.
  • Protect against malicious runtime injections.
  • Investigate and prevent any malicious possibilities from file caching.
  • Protect against insecure data storage in the app’s keyboard cache.
  • Investigate and prevent any malicious deeds from cookies.
  • To provide regular audits for data protection analysis.
  • Investigate and prevent any malicious deeds from custom created files.
  • Prevent memory corruption cases.
  • Analyze and prevent any vulnerabilities from different data streams.

Localization testing test cases

  • Localized content should be checked for accuracy. This should also include all validation or error messages that may arise.
  • Language should be properly formatted. (ie. Arabic format of right to left, the Japanese writing style of LastName, FirstName, etc.)
  • Terminology is consistent across UI.
  • Time and date are properly formatted.
  • Currency is the local equivalent.
  • Colors are appropriate and convey the right message.
  • Ensure license and rules obeying target region laws and regulations.
  • The text content layout is error-free.
  • Hyperlinks and hotkey functionality work as expected.
  • Entry fields support special characters and are validated as necessary (ie. postal codes)
  • Ensure the localized user interface has the same type of elements and numbers as the source product.

Recoverability testing test cases

  • Does the app resume at the last operation in case of a hard reboot or system crash?
  • What – if any – is causing crash recovery and transaction interruptions?
  • How effective is the application recovery after an unexpected interruption or crash?
  • How does the application handle a transaction during a power failure?
  • What is the expected process when the app needs to recover data directly affected by a failed connection?

Regression testing test cases

  • Check any changes to existing functionality
  • Check new changes implemented
  • Check new features added
  • Check for possible side effects after changes are launched
Tasks To Improve Your Knowledge
☑️ Mobile app testing checklist ☑️ Test cases for uber app
☑️ How to test mobile application manually ☑️ Mobile application test cases pdf
☑️ Mobile app testing strategy ☑️ Mobile testing types
☑️ Test cases for camera application ☑️ Test cases for video call
Let We Inform you, For improves your knowledge you can take the above as a task and you can work on that. But from the above task list some of the tasks we have already completed and you can find those on our blog. After Completion if you want to share with us that then you can write to us at softwaretestingo.com@gmail.com.

In return for that maybe we plan something more surprising for your career.

I hope you have found some valuable information on this post. Feel free to update us, and you can do that by putting the update information in the comment section. Let me know if you need more information or have any suggestions. Then you can comment that in the comment section.

    Filed Under: Test Cases Example

    Reader Interactions

    Leave a Reply Cancel reply

    Your email address will not be published. Required fields are marked *

    Primary Sidebar

    Join SoftwareTestingo Telegram Group

    Tutorials Important Links

    • Software Testing Jobs
    • Manual Testing Tutorial
    • Selenium Tutorial
    • Core Java Tutorial
    • TestNG Tutorial
    • Java Programs
    • Selenium Programs
    • Manual Test Cases
    • Interview Tips
    • Contact US
    • www.softwaretestingo.com

    Important Links

    • Software Testing Interview Questions
    • Agile Interview Questions
    • Manual Testing Interview Questions
    • Testing Interview Questions
    • Selenium Interview Questions
    • Selenium Real Time Interview Questions
    • Selenium WebDriver Interview Questions
    • Automation Framework Interview Questions
    • Appium Interview Questions
    • TestNG Interview Questions
    • Java Interview Questions
    • Core Java Interview Questions

    Categories

    Copyright © 2021 SoftwareTestingo.com ~ Contact Us ~ Sitemap ~ Privacy Policy