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 |
How can you test an application after production and deployed in to the clients system by connecting to the (Client's)server which is located somewhere in the US. I mean how can you connect and test when it is at maintenance
what are the responsibilities for QA tester to test application on UNIX environment??? what skills required for unix???
Yester Day i Attended a interview interviewer asked that Due to Sum Bug the total Testing process is Blocked and still hundred test cases are remaining to execute with in a week u have to reliese to the customer at that time what will you do?
what is agile testing, explain with example
How does one do Regression Testing for Manual Testing projects?
How quickly we need to fix the bug? Or how soon the bug should get fixed?
How do u approach for testing a web application?
What type of testing process do you follow in current organisation?
Test cases have written according to Flow of the software working or according to Screens?
what is v model need clear explanation with advantages and disadvantages?
what is the Difference between Integration testing and system testing?
Define cause effect graphing?