What are the differences in testing a client-Server and a
web Application

Answer Posted / darshana

Client server is a 2-tier application. In this, front end
or client is connected to
'Data base server' through 'Data Source Name',front end is
the monitoring level.


Web based architecture is a 3-tier application. In this,
browser is connected to webserver through
TCP/IP and webserver is connected to Data base
server,browser is the monitoring level.
In general, Black box testers are concentrating on
monitoring level of any type of application.



All the client server applications are 2 tier
architecutures.
Here in these architecutre, all the "Business Logic" is
stored in clients and "Data" is stored in Servers. So if
user request anything, business logic will b performed at
client, and the data is retrived from Server(DB Server).

Here the problem is, if any business logic changes, then we
need to change the logic at each any every client.

The best ex: is take a super market, i have braches in the
city. At each branch i have clients, so business logic is
stored in clients, but the actual data is store in servers.
If assume i want to give som discount on som items, so i
need to change the business logic. For this i need to goto
each branch and need to change the business logic at each
client. This the disadvantage of Client/Server
architecture.

So 3-tier architecture came into picture:

Here Business Logic is stored in one Server, and all the
clients are dumb terminals. If user requests anything the
request first sent to server, the server will bring the
data from DB Sever and send it to clients. This is the flow
for 3-tier architecture.

Assume for the above. Ex. if i want to give som discout,
all my business logic is there in Server. So i need to
change at one place, not at each client. This is the main
advantage of 3-tier architecture.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is test driver and test stub?

692


write the test senario on opening door in the flow diagram format

865


What is strategy to be followed for execution of 500 Test Cases in One day. If only 1 Resource is available.

1481


what exactly is heuristic checklist approach for unit testing?

2731


Explain the manual testing process?

717






Explain stub in testing point of view?

702


list of methods that is used to document the requirements of a software.

1552


What are some best practices that you should follow when writing test cases?

669


Anybody having documents and URLs about BFSI domain...Please share..it is really urgent

1963


what are the risk factors in the project? what is the base for testplan and entry criteria ,exit criteria for test plan?

1942


Can Anbody please send me Daily Work status format in which I can save my daily work activity

2106


Do submit teststrategy to customer if yes at what time

1541


If I want to check compability of software in a MAC OS then which steps shold I follow?

1591


where do we work with Application, web and Database servers Means which type of applications.

1459


few automation basic questions One question to write a scriot in any language you know.

1757