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

static and dyanamic testing

2 Answers  


how to test manually from date and todate selection from calender

3 Answers  


what is the difference between compatibilty testing and configuration testing?

6 Answers  


write five negative testcase for web application?

2 Answers  


I have 3 years of experience as a software manual tester. What can i study further for a career growth. Please advice if there is anything apart from automation testing

1 Answers   HP,






1. what is severity and priority and who will decide what .?

8 Answers   Winspire Solutions,


what are the inputs fo writing testcases and what are the outputs after executing the testcases?

4 Answers   TCS, Tech Mahindra,


what is defect density?

2 Answers  


is smoke and sanity testing is same? Please clear this doubt.

3 Answers  


What is pending/Rejected defect. Did ever come across such defect? Give example

2 Answers   Cap Gemini,


hi i am arun In interview i will answer( the allinterview com ) answers it is accepatable by interviewer it is real time answer only

5 Answers  


you will be given a program and asked to write the Test Data and expected output for the same. for eg: there is a program which returns the sum of largest two numbers in an integer array.

1 Answers   Amazon,


Categories