Skip to content

User-Friendly Accessible Applications Through Web App Testing

Author: Sri Priya P Kulkarni

Last updated: April 19, 2024

Web App Testing
Table of Contents
Schedule

There’s a great quote from James Whittaker that says, ”A tester is a translator between the developer and the customer.” In today’s digital and competitive world, the Internet is an integral and crucial part of doing business. Whenever we need information, we look it up online. Hence, websites play an important role in day-to-day business activities.

It’s not enough to just host a website. It needs to be developed in a user-friendly way that is accessible to all, which requires it to be thoroughly tested through Web App Testing.

 

 

What is Web App Testing?

Web applications are a type of software application accessible via a web browser, which can perform a set of tasks that are also customizable. As for web pages, they’re developed in CSS, JavaScript, HTML, and other technologies. 

The web app testing process is a set of standards and best practices used to prepare these applications for customer use. Web app testing covers security, compatibility, performance, functionality, usability, as well as globalization, and localization.

 

 

Why Web App Testing Is Important

Web app testing has a significant role in the Software Development Life Cycle due to its ability to:

  • Minimize defects and make websites user-friendly.
  • Allow for effective and frequent use.
  • Ensure the web application is secured.
  • Ensure compatibility with different platforms, browsers, and operating systems. 
  • Store data (databases should be tested to ensure security).
  • Ensure efficacy at high user volumes.
  • Ensure the application meets host country standards.

 

 

Web App Testing Checklist

The best way to ensure that the process of web app testing runs smoothly, teams should include checklists of what requires verification along the way. Below are some suggestions of what to consider when revising.

 

Security Testing

The following checklist covers many of the critical aspects of security testing that require verification:

  1. The web page containing important data like passwords, credit card numbers, and secret answers for security questions is submitted via HTTPS (SSL). 
  2. Passwords are displayed in an encrypted format.
  3. The user is unable to login with the old password once the password is reset.
  4. SQL Injections.
  5. Cookie information is stored in encrypted form.
  6. The web app can withstand a brute-force attack.

Compatibility Testing

Compatibility Testing helps us test whether the application works with other browsers, operating systems, and hardware.

Compatibility Testing can ensure:

  1. The web application is displaying properly in all major browsers.
  2. HTML version is compatible with all the appropriate browsers.
  3. Images, web elements, and animated GIFs are displayed properly in different browsers.
  4. Functionality is working as expected on all relevant platforms.

Performance Testing

Performance testing verifies the compliance of a system with the specified or desired number of users and performance requirements.

Performance Testing can:

  1. Ensure the application’s performance under different load conditions.
  2. Verify the app’s stability and scalability.
  3. Test the bottlenecks of the web app’s infrastructure.
  4. Test the response time of the application for different functionalities.
  5. Test the hardware and software to handle the desired load and volumes
    .

Functionality Testing

Functional testing ensures that each application feature meets the software requirements, such as:

  1. Testing all mandatory fields and indicating them with an asterisk(*) symbol.
  2. Ensuring that validation and error messages are displayed properly.
  3. Ensuring the Tooltips text is meaningful.
  4. Ensuring placeholders are displayed correctly.
  5. Ensuring that dropdowns are displayed with the first entry as ‘Select’.
  6. Ensuring that currency fields are displayed with appropriate currency symbols.
  7. Testing each text field for special characters.
  8. Testing maximum and minimum values for numerical value text fields.

Usability Testing

Usability testing examines the user-friendliness of the application and system navigation.

Some examples of Usability Testing can include:

  1. Checking all pages for spelling or grammatical errors.
  2. Standardizing font size on each web page.
  3. Standardizing all the buttons and associated text.
  4. Ensuring that disabled fields are grayed out and that there are no broken links and images.
  5. Testing the web pages in different resolutions.

Globalization and Localization Testing

Globalization testing ensures the web application meets host country standards. There are two types of globalization testing: Internationalization Testing (118N testing) and Localization Testing ( L10N testing).

Globalization Testing can include ensuring:

  1. Language vocabulary is based on each supported language.
  2. Date and time notation.
  3. Currency formats.
  4. Telephone numbers and pin codes are displayed in the correct format.

 

 

Website Test Cases

As any website will include a header, body, and footer, below are some common test cases.

 

Header Testing

The header plays a very important role as it contains major functionality. Testing the header can make sure that:

  1. The header section is displayed on the web application.
  2. The logo of the web application is correct.
  3. The header is standardized.
  4. Header links work as expected.
  5. Users are directed to the home page when clicking the logo.
  6. The search bar is included on the header menu.
  7. The header and body sections are distinct.
  8. Important events are logged in log files.
  9. Error messages do not reveal any sensitive information.
  10. The window size is adjustable.

Body Testing

Testing the body ensures:

  1. The content is correct.
  2. All the links are working.
  3. Crashes or unavailable pages are redirected to the error page.
  4. Numeric input fields with character input values. 
  5. Proper validation messages are displayed.
  6. Downloadable files are pointing to the correct file paths.
  7. The default window and child window sizes are correct.
  8. Scroll bar functionality for parent and child windows.
  9. The correct data is saved in the database once the page is submitted successfully.
  10. Tests for SQL Injection attacks.
  11.  Secure pages use HTTPS protocol.

Footer Testing

Leaving room for footer testing should be included as it ensures:

  1. The section is aligned at the end of the web page.
  2. The section is standardized across all web pages.
  3. Logos are displayed and aligned on the footer.
  4. All social links with icons to the footer.
  5. Correct spelling on the footer section.
  6. All links are correct.
  7. Whether a “subscribe” button/field is included.
  8. Confirmation messages.
  9. Correct copyright information and icons.
     

 

In Summary

Any web application should be comprehensively and thoroughly tested. The previous checklists are common for any web application. However, to identify the bottlenecks, it’s important to do web application testing under real user conditions. It’s critical to understand the web application and user requirements to derive the test cases, keeping in mind performance, security, compatibility, globalization, and functionality testing.

 

Sri Priya P Kulkarni

Sri Priya P. Kulkarni is a test engineer with a focus on the full system development life cycle. Certified in ISTQB, Scrum, and Six Sigma, she currently works at American Express in Bengaluru, creating test cases, executing tests, and reporting defects. She often shares on her LinkedIn and website.