How can we test a java web application ?Is there any other function to test web application ?

Showing Answers 1 - 4 of 4 Answers

arkjmkt

  • Feb 28th, 2006
 

Allam,

Its quite simialar as u did for Clients server application.

In web based applacation, we first test the applcation interface  whether its user friendly or not. and look for the images on a interface.

Check all the links, whether they performing what they supposed to do. and can u able to navigate to the next page or not.

Check the URL and application Cookies.

  Was this answer useful?  Yes

In web application we concentrate more on security testing. First we check the UI then functionality of each and every field as per customer requirements, checking for broken links and also navigation testing whether the particular link is taking to the desired page or not.  And also we concentrate more on the performance testing ,because in client server application the number users are predictable but in web application the users are more .

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions