What are the differences in testing a client-Server and a
web Application
Answer Posted / 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 |
Post New Answer View All Answers
What is neutral test case?
what risks do u faced u r projest how do you solve
How can data caching have a negative effect on load testing results?
What r all the security problems u r facing & the measures taken to solve.
Can any one suggest how to write the bug reports effectively by optimizing what we want to describe?
Hi Friends, I have completed 3 rounds of an Interview with HR discussion also and got Offer letter from Cognizant, but after in 30 min they send one more email like Offer is on Hold, and its not valid... Could you please guide me any one , Can i expect Offer again from Cognizant or Can i drop the hopes ?.
Can you explian $ pillar of Agile
Can anyone write test cases on google account creation page in the testing template format , urgent pls and explain if possible how to execute also
What r the features,u take care in prototype testing?
How do u go about testing of web application?
Write test cases on duster
what is your daily activities?
What is the difference between authentication and authorization in web testing?
What is a test severity and test priority? difference between them with suitable examples?
how will you test transfer funds module...explain in detail