Misplaced Pages

Web testing: Difference between revisions

Article snapshot taken from[REDACTED] with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Browse history interactively← Previous editNext edit →Content deleted Content addedVisualWikitext
Revision as of 20:34, 6 June 2021 editJede123 (talk | contribs)2 editsNo edit summaryTag: Reverted← Previous edit Revision as of 02:14, 7 June 2021 edit undoWalter Görlitz (talk | contribs)Extended confirmed users, Pending changes reviewers294,571 edits Restored revision 1025136862 by Jmccormac (talk): Poor sourced and good links removedTags: Twinkle Undo copyright violation template removedNext edit →
Line 1: Line 1:
{{copyvio-revdel|url=https://drpete.co/?topic=25-point-website-usability-checklist|start1=1027181747|end1=1027222145}}
{{multiple issues| {{multiple issues|
{{expert needed|1=]|date=January 2016}} {{expert needed|1=]|date=January 2016}}
Line 5: Line 4:
}} }}


Web testing is the name given to software testing that focuses on web applications. Complete testing of a web-based system before going live can help address issues before the system is revealed to the public. Issues may include the security of the web application, the basic functionality of the site, its accessibility to handicapped users and fully able users, its ability to adapt to the multitude of desktops, devices, and operating systems, as well as readiness for expected traffic and number of users and the ability to survive a massive spike in user traffic, both of which are related to load testing. '''Web testing''' is the name given to ] that focuses on ]s. Complete testing of a web-based system before going live can help address issues before the system is revealed to the public. Issues may include the security of the web application, the basic functionality of the site, its accessibility to handicapped users and fully able users, its ability to adapt to the multitude of desktops, devices, and operating systems, as well as readiness for expected traffic and number of users and the ability to survive a massive spike in user traffic, both of which are related to ].

E-commerce had many expensive failures in the past, some of which could have been avoided by better testing before the site was opened to the general public. Other factors that need to be improved regarding web applications are security, reliability and recoverability. People expect that websites are secure, and available all the time. Designers should be careful about this, as the consequences of badly operating websites are severe, and even affect the brick and mortar stores that the websites are enabling online. Moreover it’s important that the website is working on computers and mobile phones at the same time.
<ref>Kundu, S. (March, 2012). School of Computer Applications. Web Testing: Tool, Challenges and Methods</ref>

The applications usually undergo all the typical test:
* Functional Testing
* Usability Testing
* Security Testing
* Performance Testing
* Database Testing
* Mobile Application Testing
* A/B testing.
<ref>Software testing help (April 30, 2021) 8 Important Segments Of Testing ECommerce Websites. Retrieved on 5.6.2021 from URL: https://www.softwaretestinghelp.com/ecommerce-testing/
</ref>


== Web application performance tool == == Web application performance tool ==
Line 28: Line 13:
* Operating System compatibility * Operating System compatibility
* Windows application compatibility where required * Windows application compatibility where required
* Insufficient Hardware resources
* Bottlenecking
* <ref>https://stackify.com/ultimate-guide-performance-testing-and-software-testing/</ref>Poor Scalability

Web Performance Testing metrics<ref>https://stackify.com/ultimate-guide-performance-testing-and-software-testing/</ref>:
* Response time
* Wait time
* Average load time
* Peak response time
* Error Rate
* Concurrent Users
* Requests per second
* Transactions passed/failed
* Throughput
* CPU utilisation
* Memory Utilisation




WAPT allows a user to specify how virtual users are involved in the testing environment.ie either increasing users or constant users or periodic users load. Increasing user load, step by step is called RAMP where virtual users are increased from 0 to hundreds. Constant user load maintains specified user load at all time. Periodic user load tends to increase and decrease the user load from time to time. WAPT allows a user to specify how virtual users are involved in the testing environment.ie either increasing users or constant users or periodic users load. Increasing user load, step by step is called RAMP where virtual users are increased from 0 to hundreds. Constant user load maintains specified user load at all time. Periodic user load tends to increase and decrease the user load from time to time.

Load testing identifies<ref>https://theqalead.com/tools/load-testing-tools/</ref>:

1. Maximum operating capacity of an application

2. Whether current infrastructure is sufficient to run the application

3. The sustainability of an application with respect to peak user load

4. Number of concurrent users that an application can support, and scalability to allow more users to access it.


== Web security testing == == Web security testing ==
Line 73: Line 30:
}}</ref> }}</ref>
There is a web application security testing plug-in collection for FireFox<ref>{{cite web|title=Web Application Security Penetration Testing :: Collections :: Add-ons for Firefox|url=https://addons.mozilla.org/en-US/firefox/collection/webappsec|website=addons.mozilla.org}}</ref> There is a web application security testing plug-in collection for FireFox<ref>{{cite web|title=Web Application Security Penetration Testing :: Collections :: Add-ons for Firefox|url=https://addons.mozilla.org/en-US/firefox/collection/webappsec|website=addons.mozilla.org}}</ref>

Webpages and web applications are becoming more and more versatile and offer plenty of functionalities that were previously only limited to desktop applications. As many users shift their usage to the web, so does the data related to those activities such as private content, shopping, money operations such as banking and transfers pretty much everything has shifted on the web. That brings security concerns because of all the data accumulated on those web pages that might be prone to attacks from cybercriminals.

Testing for security issues within web applications is a sub-type of software testing and is necessary to pinpoint various weaknesses within the website that cybercriminals could use for cyberattacks. The testers have to test the website or web application on different elements of security such as integrity, confidentiality, vulnerability, continuity, and authenticity. The testing on different layers as infrastructure, access points ( tablet, mobile, computer ), and network identify the potential risks the website faces. When those risks are detected security experts and developers can fix those vulnerabilities to make the website or web application safer for the users.
<ref>How to Implement Security Testing for Web Applications. (n.d.) Preformance Lab. Retrived from https://performancelabus.com/web-security-testing-implementation/
</ref>


== See also == == See also ==

Revision as of 02:14, 7 June 2021

This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
This article needs attention from an expert in Software. Please add a reason or a talk parameter to this template to explain the issue with the article. ] may be able to help recruit an expert. (January 2016)
This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.
Find sources: "Web testing" – news · newspapers · books · scholar · JSTOR (November 2008) (Learn how and when to remove this message)
(Learn how and when to remove this message)

Web testing is the name given to software testing that focuses on web applications. Complete testing of a web-based system before going live can help address issues before the system is revealed to the public. Issues may include the security of the web application, the basic functionality of the site, its accessibility to handicapped users and fully able users, its ability to adapt to the multitude of desktops, devices, and operating systems, as well as readiness for expected traffic and number of users and the ability to survive a massive spike in user traffic, both of which are related to load testing.

Web application performance tool

A web application performance tool (WAPT) is used to test web applications and web related interfaces. These tools are used for performance, load and stress testing of web applications, web sites, web API, web servers and other web interfaces. WAPT tends to simulate virtual users which will repeat either recorded URLs or specified URL and allows the users to specify number of times or iterations that the virtual users will have to repeat the recorded URLs. By doing so, the tool is useful to check for bottleneck and performance leakage in the website or web application being tested.

A WAPT faces various challenges during testing and should be able to conduct tests for:

  • Browser compatibility
  • Operating System compatibility
  • Windows application compatibility where required

WAPT allows a user to specify how virtual users are involved in the testing environment.ie either increasing users or constant users or periodic users load. Increasing user load, step by step is called RAMP where virtual users are increased from 0 to hundreds. Constant user load maintains specified user load at all time. Periodic user load tends to increase and decrease the user load from time to time.

Web security testing

Web security testing tells us whether Web-based applications requirements are met when they are subjected to malicious input data. There is a web application security testing plug-in collection for FireFox

See also

References

  1. Hope, Paco; Walther, Ben (2008), Web Security Testing Cookbook, Sebastopol, CA: O'Reilly Media, Inc., ISBN 978-0-596-51483-9
  2. "Web Application Security Penetration Testing :: Collections :: Add-ons for Firefox". addons.mozilla.org.

Further reading

  • Hung Nguyen, Bob Johnson, Michael Hackett: Testing Applications on the Web (2nd Edition): Test Planning for Mobile and Internet-Based Systems ISBN 0-471-20100-6
  • James A. Whittaker: How to Break Web Software: Functional and Security Testing of Web Applications and Web Services, Addison-Wesley Professional, February 2, 2006. ISBN 0-321-36944-0
  • Lydia Ash: The Web Testing Companion: The Insider's Guide to Efficient and Effective Tests, Wiley, May 2, 2003. ISBN 0-471-43021-8
  • S. Sampath, R. Bryce, Gokulanand Viswanath, Vani Kandimalla, A. Gunes Koru. Prioritizing User-Session-Based Test Cases for Web Applications Testing. Proceedings of the International Conference on Software Testing, Verification, and Validation (ICST), Lillehammer, Norway, April 2008.
  • "An Empirical Approach to Testing Web Applications Across Diverse Client Platform Configurations" by Cyntrica Eaton and Atif M. Memon. International Journal on Web Engineering and Technology (IJWET), Special Issue on Empirical Studies in Web Engineering, vol. 3, no. 3, 2007, pp. 227–253, Inderscience Publishers.
Software testing
The "box" approach
Testing levels
Testing types, techniques,
and tactics
See also
Categories:
Web testing: Difference between revisions Add topic