What is difference between client/sever , web server application in Testing Point of view ??

Questions by kondal.quality

Showing Answers 1 - 3 of 3 Answers

rameshn3

  • May 26th, 2008
 

1.Client server applications have a controlled client.
web applications are client server applications. The browser is a client and the webserver is a server
2. Client server application is loaded at the server and in every client machine an exe is loaded to call the application.
3.Client server systems works within a company's intranet & may be obscure enough that none tries to hack it or even cares to.

1.Web applications: these are tested with many different client versions and configurations.
2. Applicationm is loaded at the server but no exe is installed at the client machine we have to call the application through browser.
3.Web applications are exposed to the open internet.

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