what is difference between web application and client
server application

Answers were Sorted based on User's Feedback



what is difference between web application and client server application..

Answer / parameswaran

(1) Webserver serves pages for viewing in web browser,
application server provides exposes businness logic for
client applications through various protocols

(2) Webserver exclusively handles http requests.application
server serves bussiness logic to application programs
through any number of protocols.

(3) Webserver delegation model is fairly simple,when the
request comes into the webserver,it simply passes the
request to the program best able to handle it(Server side
program). It may not support transactions and database
connection pooling.

(4) Application server is more capable of dynamic behaviour
than webserver. We can also configure application server to
work as a webserver.Simply applic! ation server is a
superset of webserver.

Is This Answer Correct ?    3 Yes 1 No

what is difference between web application and client server application..

Answer / srividya

web application:
-In this we don't have much control over the application.
-Application is loaded on the server whose location is may
or may not be known and no exe is installed in client
machine.You have to test different browsers.
-Web applications are supposed tobe test on different
browser and OS platforms.
-web application is mainly tested for browser
compatability,OS compatability,error handling,static
pages,backend testing and load testing

client-server application:
-in this we have to test different components
-Application is loaded on server while the application exe
on every client server.
-we have to test broadly categories like GUI testing on
both sodes,functionality,load,client-server
interaction,back end
-this environment is mainly used on intranet network.
-we are aware of no of clients and servers and their
location in the test scinario.

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More Manual Testing Interview Questions

What is the V model,Tell me in brief??

4 Answers  


wht r 6 sigma standards

4 Answers  


Give me some sertification courses in testing?

2 Answers  


Your manager has taken you onboard as a test lead for testing a web-based application. He wants to know what risks you would include in the Test plan. Explain each risk factor that would be a part of your test plan

1 Answers   Crea,


Mention five negative testcases for Gtalk?

1 Answers   TCS,


what do you mean by documentation testing

4 Answers  


Can any one give answer for this question. Suppose im having employee table with fields, eno, ename, dept, address1, address2, address3. In address field employee can fill only address1 or address2 or address3... at a time he can fill three address fields. now i want all employee names who filled only one address field.. Plz its urjent can any one give querry.. Thanks in advance.

2 Answers   JPMorgan Chase, Zenith,


what is ur testing process in ur compnay?expalin from starting req phase to last phase brifely?

1 Answers   CTS,


What is a Module?

4 Answers  


When a project was started in an organisation ,Testing team will get BRS & FRS documents and starts preparing the Test cases for the application.when the Build was released whether the Testing team will execute only the written Test cases (or) they may update further testcases

3 Answers   Siemens,


What are the possible scenarios for LMS?

2 Answers  


what is web based testing and web based application? what are the check list for the web based application?

1 Answers  


Categories