What is the difference between web based application and
client server application?
Answers were Sorted based on User's Feedback
Answer / sagar
According to Tester's Point of view------
1) Web Base Application (WBA)is a 3 tier
application ;Browser,Back end and Server.
Client server Application(CSA) is a 2 tier
Application ;Front End ,Back end .
2) In the WBA tester test for the Script error like java
script error VB script error etc, that shown at the page.
In the CSA tester does not test for any script error.
3) Because in the WBA once changes perform reflect at every
machine so tester has less work for test.
Whereas in the CSA every time application need to be
instal hence ,it maybe possible that some machine has some
problem for that Hardware testing as well as software
testing is needed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / bipin
Desktop Application
Single tier application
Application runs in single system
Single user
Client Server Application
2 tier application
Application runs in two or more systems
Limited number of users
Connection exists until logout
Application is menu driven
Known network issues in case of intranet as number of
clients and servers are known
Known users
Web Application
3 tier application
Application runs in two or more systems
Unlimited number of users
Disconnected mode (stateless) – management of cookies
Application is URL driven
Many issues exist like hardware compatibility, browser
compatibility, version compatibility, security issues,
performance issues
Unknown users
htp://soft-engineering.blogspot.com
| Is This Answer Correct ? | 0 Yes | 0 No |
Can any one explain me what is Integration Testing with Stub and Drivers.Explain with Example.who will do Integration Testing?
For your testing you need 15 open accounts. A production data cut has been given to you. What will you do?
What is the difference between white box, black box, and gray box testing?
what is the decission table?
Before starting to write a script, how will you find the test cases that have the same functionality? And how will you maintain the code?
what is the meaning of compatibility testing in view of web application testing?
Explain Load testing
What is the difference between Severity and Priority?
What kind of inputs do we need from the end user to start proper testing?
EXPLORATORY testing means?
explan test metnodology/approch.... with example...
Hi...What is Test design and Test data management in Test plan Document?