Challenges in Testing Web Based Applications

发表于:2011-03-15来源:作者:点击数: 标签:
Challenges in Testing Web Based Applications 软件测试 Challenges in Testing Web Based Applications In this tutorial you will learn about Challenges in Testing Web Based Applications Introduction, Why testing Web Applications is different?

  Challenges in Testing Web Based Applications    软件测试

  Challenges in Testing Web Based Applications

  In this tutorial you will learn about Challenges in Testing Web Based Applications Introduction, Why testing Web Applications is different? Factors effecting Testing of Web Applications, Why technology platforms affect testing? Challenges in Testing Web Based Web Applications, Summary.

  Sponsored Links

  Introduction:

  Web based Applications are increasingly becoming more feature rich, important and also the most popular means for developing commercial systems. Most companies opt for developing web based software wherever possible. This helps in catering to large number of end users. The deployment of the apps (once the infrastructure is in place) is fairly easy.

  The web based applications are powerful and have the ability to provide feature rich content to a wide audience spread across the globe at an economical cost.

  Hence it is a daunting task to test these applications and with more and more features testing these apps is becoming even more complex.

  In this article we will study the challenges faced when testing these applications

  Why testing Web Applications is different?

  Testing web applications is different because of many factors scenarios affecting the performance and user experience.

  Web applications can typically cater to a large and a diverse audience. Web Applications can also be exposed to wide range of security threats. Web applications may open up illegal points of entry to the databases and other systems holding sensitive information.

  To ensure that the web application works reliably and correctly under different situations these factors need to be aclearcase/" target="_blank" >ccounted for and tested.

  Hence a lot of effort needs to put in for Test Planning and Test Design.

  Test Cases should be written covering the different scenarios not only of functional usage but also technical considerations such as Network speeds, Screen Resolution, etc.

  For example an application may work fine on Broad Band internet users but may perform miserably for users with dial up internet connections.

  Web Applications are known to give errors on slow networks, whereas they perform well on high speed connections.

  Web pages don’t render correctly for certain situations but work okay with others.

  Images may take longer to download for slower networks and the end user perception of the application may not be good.

  Factors effecting Testing of Web Applications:

  As mentioned above Web Applications can have a lot of variables affecting them such as:

  - 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 an online banking application 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.

  All these Permutations and Combinations need to be tested thoroughly

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

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

  Although this affects the design of the applications, but these factors should be tested in usability testing of the applications

  - 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.

原文转自:http://www.ltesting.net