Client Server or Web Based Application

How can you know without looking at the Architecture if the application given to you for testing is a Client Server or Web Based Application?

Questions by trailokya.mishra

Showing Answers 1 - 6 of 6 Answers

Clint server application is accessed by using its exe file on each of the system whereas web based application is accessed from the url used by the browser.

  Was this answer useful?  Yes

In Client Server Apllication we have two different components to test
1) Application properly loaded on server
2) Exe is properly executed on Client machine
Broadly we test GUI on both sides, functionality, Load, interaction between client & server, backend.

Web Application is some what typical to test.
The application is loaded on server whose location may or maynot be known.
No exe is installed on client machine. It is mainly tested on different browsers & OS platforms.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions