hi frnds!

can any one help me by answering the below questions.

1.what is client server testing ?
2.what is web-based testing and what exactly tested in this ?
3.and exact difference between these two type of testing methods


i can be reached on shrinivaster@gmail.com if any help
needed from my side.

thanks
shri

Answers were Sorted based on User's Feedback



hi frnds! can any one help me by answering the below questions. 1.what is client server testin..

Answer / kajal

client server is 2 tier architecture ,in this case
application is deployed in client machine and database is
on server for examples applications in foodworld/medical
shop etc.Here both the presentation and business layer are
in client machine whereas database in server machine.

web-based is 3 tier architecture ,they are three layers
those are presentation layer,business logic and data logic
in presentation layer browsers are installed ,in business
layer web server/app servers are installed and in data
logic database servers are installed for ex yahoo server
through browser we type the url(www.yahoo.com) which will
hit the yahoo server which is business layer if any data it
has to access it will get it from database layer.

Is This Answer Correct ?    8 Yes 0 No

hi frnds! can any one help me by answering the below questions. 1.what is client server testin..

Answer / anonymus

Client server appliction is two tier, like the client
(application) wil be in one machine and the server
(Database) will be in another machine.In this the client
performs major tasks lke monitoring and manipulating and
server is used for storing database.

Where as a web based application is three tier. It will
have three parts such as front end screen, webserver and
database. here frontend only maonitors means takes input,
webserver manipulates the data and database stores the data.

Is This Answer Correct ?    2 Yes 2 No

hi frnds! can any one help me by answering the below questions. 1.what is client server testin..

Answer / sandy

Client server architecture:Here CLient will be having
presentation layer and server will be having business and
database layers.Client can send a request using presentation
layer and can get the response from the server
testing the above applications are called client server testing
web based application: here different clients will interact
with different servers and clients will be having
presentaion layer and business layer and database layers
will be distributed across different servers.client can send
a request using web browser and application server which has
the business logics will interact with database server and
it gives the response.
testing the applications in the above architecture are
called webbased testing

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Manual Testing Interview Questions

How do we test the requirements?

3 Answers  


1>what is defect matrix? 2>which is the high priority bug in "Open Window"(when we open some file the window get appear)

1 Answers   First Insight,


wat is perpose of TRM ?(Test responsibility Matrix)

4 Answers   Synergy,


What is interface testing

8 Answers   AZTEC,


14.What is function point breakdown?

0 Answers   Hewitt,






What is the deferace between End to End testing & system testing? Give me at least one example

4 Answers  


Orthogonal array testing enables the test designer to maximize the coverage of the test cases devised for relatively small input domains. is it true.explain orthogonal testing

1 Answers   Infosys,


How you will do the functional testing ?

5 Answers   CTS,


When a website is ready and you are asked to test it what will u do?If you don't have any requirements and your team manager also doesn't have any requirements?

0 Answers  


What is the different cost elements involved in implementing process in an organization?

0 Answers  


there are many test cases in our test case repository like function,integration,system,acceptance test case so which test case should test engineer test first.? please answer me . thanks

3 Answers   century,


Which Server Stats are essentially monitored during a Perf test of a Web Application?

0 Answers   Ordain Solutions,


Categories