Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Answers were Sorted based on User's Feedback



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

Answer / 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

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

Answer / swati

venky,

darshan is not clear, he is not specific about the
technology used in the eg he has considered. i wish he does
it for us to discuss more

if its web based den we could go for browser based else
we could go for .exe installation on clients we could use
remote logins to connect to the server. do correct me if i
am wrong. I wish someone throw highlight on thin or thick
client concept of client server architecture.

regds,
swati
swty79@rediffmail.com

Is This Answer Correct ?    1 Yes 0 No

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

Answer / murali

hi guys

environment means a group of hardware components with some
basic software which can hold business logic,presentation
logic,database logic.

client server application is two tier architecture,one tier
is for client machine and one tier is for database server.
Each client machine contains business logic and presentation
logic and database logic is placed in a database server.
whenever the clients need to share a common data this type
of application is useful.but no security for business logic.

Web application is a 3 tier architecture.one tier is for
client,one tier is for application server,one tier is for
database server.presentation logic is stored in client
machine,business logic is stored in application
server,database logic is stored in database server.
whenever the application is used by worldwide with limited
no of users.Here business logic is full secured and we can
easily update the business logic.

For unlimited users we go for n tier architecture i.e.,
distributed environment

Is This Answer Correct ?    1 Yes 0 No

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

Answer / venky

In the example taken by Darshan(i.e Supermarket) for the
client Server application how do u connect to the server?

Do an .exe or any other application is to be installed in
the client m/c to connect the server

or can we connect to the server using a browser from the
client m/c

pls clarify

Is This Answer Correct ?    0 Yes 0 No

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

Answer / swati

hi

i want to add to dharshana's answer....
the tier has nothing to do with client/server or web
application. we can go for 2-tier in web application too
like fetching of static html pages from server. so plz dont
not use all client.server applications are two tier. one of
my project is a client server application built on n-tier
architecture...that is the business logic on server is
spilt into many units...i wish viewers tooo add to this
answer.

regds,
swati, swty79@rediffmail.com

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Manual Testing Interview Questions

What is pending/Rejected defect. Did ever come across such defect? Give example

2 Answers   Cap Gemini,


What is manual testing and what is it process?

0 Answers   TCS,


Explain about Founctionality Testing in webbased application?

1 Answers   Crea,


What is system level testing?

0 Answers  


How do we do Database testing?. How does our knowledge on SQL is useful in Database testing?. Please explain the process if possible.

2 Answers  


on what basis low,medium,high,critical will be assigned to a bug.give m examples

2 Answers  


Hi,friends i am going to write ICST certificate exam on augest.So can anybody post some of sample qusetions for ICST certificate exam.Really it will be useful for me

0 Answers  


What is the difference between QA and QC?

8 Answers   Millennium,


what is format of the final report u submitted to ur client?

1 Answers  


What is the difference between Game (video game, mobile game, facebook game...etc) Testing and Software Testing? Why some company dont use testcase for Game, they only find bug and describe it directly to bugbase? And some testcase for Game if u think testcase is necessary for game (ex: testcase for Tetris game)

1 Answers   GameLoft, Raylabs,


How to write a mail to PM and Client regarding Bug status report.And how u r introducing your self to the client through mail.I want a format of both.

1 Answers  


Which test cases are first written white boxes or black box?

1 Answers  


Categories