what is the difference between web based application and
client server application as a testers point of view?
Answer Posted / samyuktha shetty
Client server application: In this type of architecture,
the entier application has to be installed on client
machine, and whenever you do any changes in your code,
again it has to be installed on all the client machines.
Web based application:Core application resides on the
server and client can be thin client( browser).whatever
changes you do, you have to install the application in
server, NO need to worry about the clients,bcoz u will not
install anything on client machine
| Is This Answer Correct ? | 27 Yes | 2 No |
Post New Answer View All Answers
what is the general pattern of explanation of projects in interview, can u ans me plz.......... ex: online banking application
There are some features to improve the performance of a Product. What are those factors?
What is the difference between a defect and a failure?
What is Batch testing? Facets Benefit Configuration
what is scrum how with ex?
hi can anyone tell me about vision plus testing? and what about its future
what is fusion testing and impact analysis???
How the application is launched to the production environment?
What is desk checking and control flow analysis
what are the testing appraoch that you have tested for Bread toaster
What is Wound Fixing?
What is the Testing strategy for testing client server applications/products?
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }
Different types of design diagrams that supports to write test cases ?
what is metrics in software testing? give me a brief detail about it?