Facebook
Software Testing
1

Factors affecting Testing of Web Applications

Post Views: 590

Web Applications can have a lot of variables affecting, and thus, it can be resolved using Software Testing. Below are the few listed.

– Numerous Application Usage (Entry-Exit) Paths are possible due to the design and nature of the web applications it is possible that different users follow different application usage paths.

For example, in a payment gateway module, a user may directly go to “Bill Pay” page and other users may check account balances, view previous transactions, and then “Pay the Bills.”

Generally, a large number of usage paths are possible, and all are supposed to work well.

Test all these permutations and combinations thoroughly.

– People with varying backgrounds & technical skills may use the application

Not all applications are self-explanatory to all people. People have varying experiences and may find the application hard to use. For instance, a Business Intelligence application with “Drill-Down-Reports” may work out for specific users but not for others.

Although this affects the design of the applications, perform usability testing of these applications.

Read also: eCommerce CMS – Website Development

Intranet versus Internet based Applications

Intranet-based applications generally cater to a controlled audience. The developers and architects can make accurate assumptions about the people accessing the apps and the hardware/software/technical specifications of the client machines.

It is difficult to make similar assumptions for Internet-Based Applications.

Also, the intranet users can generally access the app from ‘trusted’ sources, whereas for internet applications the users may need to be authenticated, and the security measures may have to be much more stringent. Design test cases for various scenarios to void all negative impacts and mitigate risks.

The end users may use different types of browsers to access the app

Typically for Internet-based applications, users may have different Browsers when accessing the apps. This aspect calls for testing too. If we test the app only on IE, then we cannot ensure it works well on Netscape or Fire-Fox. Because these browsers may not only render pages differently but also have varying levels of support for client-side scripting languages such as javascript.

– Even on similar browsers, there is a possibility to present applications differently based on the Screen resolution/Hardware/Software Configuration

– Network speeds

Slow Network speeds may cause the time lag on downloads of various components of a Webpage. Eventually, the application throws errors as a consequence.

The testing process needs to consider this as an essential factor, especially for Internet-based Applications.

– ADA ( Americans with Disabilities Act)

Specific applications require to comply with ADA. Due to certain disabilities, some of the users may have difficulty in accessing the Web Applications unless they are checked for ADA compliance. There is a need to test the application for compliance and usability.

– Other Regulatory Compliance/Standards

Depending on the nature of the application and sensitivity of the data, you perform the testing for relevant compliance standards. The testing compliance standards are crucial for Web-Based Applications because of their possible exposure to a broad audience.

– Firewalls

As mentioned earlier Applications may behave differently across firewalls. Applications may have certain web services or may operate on different ports that are blocked. So there is a need to test the mobile apps for these aspects as well.

If the Application captures certain personal or sensitive information, it may be crucial to test the security strength of the application. Take sufficient care to not compromise with the security of the data.

Source: Affecting Testing of Web Applications

Leave a Reply

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

Captcha *