Editorial / Best Answer
Answered by:
kiran gopisetty
In Web Testing, you test the application with different browsers and different versions of the same browsers. Here, you would be concentrating on User Interface, Functionality and Performance of the application. In Client Server Testing, you don’t require any media/browser to test the application.
A higher degree of Security, Performance and Reliability testing is required for web based applications than client server applications becoz web based applications are multi user applications whereas client server applications are single user applications.
If the database is changed in client server application, the front end source code needs to be changed where as in web based, if the database changes, only the middleware has to be changed accordingly as client never interacts with the server directly. The business logic is @ middleware in web based application where as the same is at client in fat client/thin server architecture and at server in thin client/fat server architecture.
Difference between Web application Testing and Client Server Testing.
Editorial / Best Answer
Answered by: kiran gopisetty
In Web Testing, you test the application with different browsers and different versions of the same browsers. Here, you would be concentrating on User Interface, Functionality and Performance of the application. In Client Server Testing, you don’t require any media/browser to test the application.
A higher degree of Security, Performance and Reliability testing is required for web based applications than client server applications becoz web based applications are multi user applications whereas client server applications are single user applications.
If the database is changed in client server application, the front end source code needs to be changed where as in web based, if the database changes, only the middleware has to be changed accordingly as client never interacts with the server directly. The business logic is @ middleware in web based application where as the same is at client in fat client/thin server architecture and at server in thin client/fat server architecture.
Related Answered Questions
Related Open Questions