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
How to test an Scheduled event? For ex: in an investment banking application, the scheduler will create an equity anbd user has nothing to do but tester has to test if the instrument is created properly or not?
Write the 10 high test cases for making video call/face time?? Write the test cases for credit card accessing the money transfer?? Write the test cases for file transfer from one user to other from Google Drive/drop box?
To specify the test artifacts involved in testing.
For any web application, what are the possible login features that should be tested?
How do you test a web application for dump and deaf??
What is split testing?
can anybody send the project you have tested with the clear descriptions,and recent bugs u found in that
How can I use bugzilla in my company to track a bug and to allow the client to see the bug report online throughbugzilla. Please explain in detail. I am really need this.
Can i get answers for telecom testing for eg telecom billing rating can be tested
1. what is baseline document , can you say any two ?
You may undergone many projects. Do all the projects match up with customer’s expectations?
Can you please explain about the erp project
diff b/w desktop based testing & web application testing
What is test plan and contents available in a test plan?
What is the first test in software testing process?