Google News
logo
Software Testing - Interview Questions
What do you understand by Client-Server testing?
Client-server application is the one where the application itself gets loaded or installed on a server whereas the application EXE file is loaded on all client machines. This environment is usually used in Intranet networks.
 
Following tests are performed on a Client-server application :
 
* GUI testing on both client and server systems.
* Client-server interaction.
* The functionality of an application.
* Load and performance testing.
* Compatibility testing.

All the test cases and test scenarios used in client-server application testing is derived from the tester’s experience and requirement specifications.
Advertisement