PDA

View Full Version : What Is Difference Between Client Server And Web Testing?



swatijain2233
07-24-2019, 10:53 AM
Hello friends,

What Is Difference Between Client Server And Web Testing?

sinelogixtech
07-25-2019, 05:50 AM
Hi Friends,
1. A client/server application uses a two-tier architecture whereas a web application uses multi-tier architecture.
2. In a client/server application, the user interaction with the server is mainly through a user interface whereas in a web application the user interaction is through a compatible web browser.
3. A client/server application lacks robustness because if a server fails, the requests cannot be completed whereas a web application exhibits robustness.
4. A client/server application requires installation on the client’s machine whereas a web application can run directly from a compatible web browser.
5. In a client/server model, the server may become overloaded with the increasing client requests which results in low performance whereas multiple users can use a web application at the same time and also deliver superior performance.

RH-Calvin
07-25-2019, 08:23 AM
A client/server application uses a two-tier architecture whereas a web application uses multi-tier architecture.