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

What is the meaning of incident in testing?

9 Answers   Alcatel, Cambridge,


What is the difference between Two Tier and Three Tier Architecture?

12 Answers   HCL, TCS,


What do you do in Configuration Management?

1 Answers   Zensar,


what are the techniques(steps) to follow for writing test cases? could u explain me with brief real time example?

3 Answers   Intelligroup,


I studied MBA, I want learn any softwarecourse, which course is better hadoop or testing tools(manual+selenium?)

0 Answers  






is programming knowledge is necessary for testing

3 Answers  


What are the possible Test cases for Save in M.S word ?

3 Answers   R Systems,


i heard that mainframe testing is diff from other environments & has lot of keyboard input????pl clarify my doubt & let me know in what way its diff??

0 Answers  


In a systen design to work out the tax to be paid: An employee has Rs 4000 of salary tax free. the next Rs 1500 is taxed at 10% , the next Rs 28000 is taxed at 22% , any further amount is taxed at 40% , the nearest whole Rs, which of these is a valid boundary value analysis test case ???? a)Rs 1500 b)Rs 32001 c)Rs 33501 d) Rs 28000.

2 Answers   ADITI, LinguaNext,


what is uml

5 Answers  


What r the sequences that leads to automation?

0 Answers   Midas Technologies,


What is ISO 9000?

2 Answers  


Categories