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 |
Answer / Arun Prakash Krishna Vimal
Web-based applications are accessed through a web browser and rely on the server to provide dynamic content, process user input, and manage data. They can be developed using technologies like HTML, CSS, JavaScript, and various web frameworks or libraries (e.g., React, Angular). The user interface is rendered in the browser, and the application logic runs on the server-side.
Client-Server applications are installed on a user's device and communicate with a remote server to access data or services. They can be developed using various programming languages such as Java, C++, or Python. The user interface is rendered locally, and the application logic may run either on the client-side, server-side, or both.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the difference between reference key and foreign key
what is meant by Pre-Conditions that we include in Test Cases? Can anyone provide those for this Website?
what is meant meant by test log?
1 Answers DSR Management, Mastek,
Testing Methodologies
There are 100 test cases. And you got a bug at 85th test case. You reported it to dev. and dev. fixed that bug. when you are doing regression testing from which test case u'll do testing?? will start from 85 th test case are u'll execute 100 test cases?
What is network Entry procedure in WIMAX -TEch mahidra question?
can any body pls tell me an example for a bug having high sivirioty and low priority..........?
in customer details form having fields like customer name,customer address. after completion of this module, client raise the change as insert the two radio buttons after customer address. how you can check as a tester.
As a tester how much server knowledge is enough to know. I worked in Tomcat 5 and Jboss 4.0.3 server but I didn't have any knowledge on that please help me to know more about this? i had lot of questions in this. What architecture, what configuration, draw how it works..but not able to manage. please help me.
Write testcase for delete functionality?
How to crash or break the web-based application
what is the difference between Test-bed and test topology?