What is the diference between web application And Client server Application Testing?

Showing Answers 1 - 5 of 5 Answers

sireesha

  • Dec 20th, 2005
 

web app: is a three tier application

browser-viaTCP/IP---->server--viaDSN-->DBserver

client/server is two tier application

client------vaiDSN--->server

  Was this answer useful?  Yes

Gangadhar Nidudavolu

  • Dec 29th, 2005
 

While Testing the Web Browser we need to take care of Security, Usability, Performance and URL links.

Web application is internationally so security is ver important here.

Where as Client server we dont need security at high level, It is two tier and it is used only by defined users.

  Was this answer useful?  Yes

Web application: A 3-tier application is an application program that is organized into three major parts each of which is distributed to a different place or places in a network. The three parts are:

-> The workstation or presentation interface-> The business logic-> The database and programming related to managing it

Here we need to do the below testings:

-> GUI testing
-> Functional testing
-> Security Testing
-> Usability Testing
-> Load testing
-> Performance testing
-> Stress Testing
-> Adhoc testing
-> Alpha testing
-> Networking testing ( connection between browser, databae and application)


Client Server: Where as in 2-tier application is an application program that is organized into 2 major parts each of which is distributed to a different place or places in a network. The 2 parts are:

-> The workstation or presentation interface with The business logic
-> The database and programming related to managing it

-> GUI testing
-> Functional testing
-> Usability Testing
-> Load testing ( some times not required as client list is known factor)
-> Performance testing
-> Stress Testing
-> Adhoc testing
-> Alpha testing


Srinivas

  Was this answer useful?  Yes

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