PDA

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



swatijain2233
07-24-2019, 03:23 AM
Hello friends,

What Is Difference Between Client Server And Web Testing?

evejones
07-24-2019, 04:27 AM
A client/server application uses a two-tier architecture whereas a web application uses multi-tier architecture.

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.

vijayshah1140
07-24-2019, 09:41 PM
Client-server- User interaction with the server through the user interface
Web application-User interaction through a compatible web browser

ImpalaWardrobes
07-26-2019, 10:47 PM
Difference Between Client Server Application and Web Application. An application that runs on the client side and accesses the remote server for information is called a client/server application whereas an application that runs entirely on a web browser is known as a web application.

RH-Calvin
07-28-2019, 11:24 PM
A client/server application uses a two-tier architecture whereas a web application uses multi-tier architecture.

Saurabh
07-29-2019, 10:52 PM
In the Client-server application, you have two different components to test. The application is loaded on server machine while the application exe on every client machine. You will test broadly in categories like, GUI on both sides, functionality, Load, client-server interaction, backend.

Web applications are supposed to be tested on different browsers and OS platforms so broadly Web application is tested mainly for browser compatibility and operating system compatibility, error handling, static pages, backend testing, and load testing.

Saurabh
07-29-2019, 10:54 PM
In the Client-server application, you have two different components to test. The application is loaded on server machine while the application exe on every client machine. You will test broadly in categories like, GUI on both sides, functionality, Load, client-server interaction, backend.

Web applications are supposed to be tested on different browsers and OS platforms so broadly Web application is tested mainly for browser compatibility and operating system compatibility, error handling, static pages, backend testing, and load testing.

ritesh3592
08-02-2019, 09:15 PM
Client server application
-Use two tier architecture
-It is run on client side and access the remote server for information

Web Application
-Use Multi Tier architecture
-It is entirely run on web browser

imriakapoor
08-04-2019, 10:08 PM
Google is a better place to find answers for such basic questions