Difference between Client server application & Web based
application?
Answers were Sorted based on User's Feedback
Answer / vishal gurnaney
CLIENT SERVER :In client server application you have two
different components.Application is loaded on server
machine while the application exe on every client
machine.This environment is used in intranet networks.you
are aware of clients and servers and thier location in test
scenario.
WEB BASED:It is a bit different and complex application is
loaded on the server whose location may or may not be known
and no exe is installed on the client machine.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / shraddha
client server application--application is saved on server
machin and client acces through it.It is within intranet
(with in lan)
web server application--application is globaly saved.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / archana
1. Web applications, sometimes called "thin client"
solutions, are concerned with performing business tasks
through a web
interface. Usually, this involves viewing and manipulating
data in a database.
2. Client-Server applications, or "Thick Client" solutions,
are the more traditional way of doing things. The "server"
side
often has a "middle layer" inbetween the client and the
database, this is called a "3-tier" solution. Sometimes
there are
multiple middle layers which interract, and this is called
an "n-tier" solution. Sometimes there are thin-clients and
thickclients
interracting with the same back-end systems.
| Is This Answer Correct ? | 2 Yes | 2 No |
what is the diff between verification and validation.is verifiction and validation will takes place in each and every phase..pls send a clarified answer
which of the following is NOT a characteristic of User Acceptance Testing?? A.Use of automated test execution tools B.Testing performed by user C.testing against acceptance test criteria D.integration of system with user documentation.
When will we start the regression testing and how(means the process or steps which follows)?
give examples of incremental testing?
How to crash or break the web-based application
Difference between test Plan and test strategy?
What does 100% statement coverage mean?
0 Answers 3i Infotech, Infosys,
What is meant by Enhancement?
What should be the knowledge of white-box tester differs than the back-box tester.?
What skills needed to be a good test maual?
What is error guessing and error seeding?
Write difference b/w waterfall model and spiral (agile)model