Print Page | Close Window

Multi-Access Web Application

Printed From: One Stop Testing
Category: Types Of Software Testing @ OneStopTesting
Forum Name: Web Testing @ OneStopTesting
Forum Discription: Discuss All that is need to be known about Web Testing and its Tools.
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=1156
Printed Date: 01Jun2024 at 8:17pm


Topic: Multi-Access Web Application
Posted By: Charu_mid
Subject: Multi-Access Web Application
Date Posted: 02May2007 at 1:39am
I'm going to build a test plan for an application, and I'm at a bit of a loss as how to test the load.

We are building an application that will be called upon by five separate URLs - all of which may have multiple calls at the same time. How do you test the stability of the application to handle multiple calls from various URLs all at the same time? 



Replies:
Posted By: Unnati_08
Date Posted: 02May2007 at 2:51am
You might consider testing the application with no regard for the URLs calling them. Even

though each URL will call different functions in the application, you can just test each

function. With a test harness, just make multiple simultaneous calls to several functions

in the application from multiple test clients. You can verify that the application can

handle a load while processing each function. 



Print Page | Close Window