difference between web based application and window based
application
Answers were Sorted based on User's Feedback
web based application: Application will be loaded in the
server.Client machine use the application using URL.you
have to test it on different web browsers. Web applications
are supposed to be tested on different browsers and OS
platforms so broadly Web application is tested mainly for
browser compatibility and operating system compatibility,
error handling, static pages, backend testing and load
testing.
Window based application: runs on personal computers and
work stations, so when you test the desktop application you
are focusing on a specific environment.
| Is This Answer Correct ? | 310 Yes | 28 No |
Answer / aman
In Web based applications we use protocols but in window
based application no protocols are needed .
| Is This Answer Correct ? | 183 Yes | 42 No |
Answer / rocksin
a web based application is installed on server and can be
accessed from different clients.where as a desktop
application is installed on every individual system where
it has to be used. A desktop application service is not
available 24*7 hrs example in bank staff people have
separate n/w only in this n/w they can access their
applications but outside office they cannot.Where as web
application is available from any place 24*7hrs
ex:atm,accessing websites.
| Is This Answer Correct ? | 137 Yes | 17 No |
Answer / pooja narang. cpj colg
web based application is known as internet based
application & browser based app. It works on 3 tier
arhitecture.
window based application is known as intranet based app &
desktop based app. It works on 2 tier architecture.
| Is This Answer Correct ? | 83 Yes | 16 No |
Answer / saurabh bansal
web based application: Application will be loaded in the
server.Client machine use the application using URL.you
have to test it on different web browsers. Web applications
are supposed to be tested on different browsers and OS
platforms so broadly Web application is tested mainly for
browser compatibility and operating system compatibility,
error handling, static pages, backend testing and load
testing.
Window based application: runs on personal computers and
work stations, so when you test the desktop application you
are focusing on a specific environment.
| Is This Answer Correct ? | 56 Yes | 15 No |
Answer / difference between web based a
web application is loaded server side
and
window application is loaded pc example exe file
| Is This Answer Correct ? | 18 Yes | 2 No |
Answer / lakshmi
Windows Forms
User Interfaces, data binding etc. : Easy to build
Deployment and Maintenance: Complex. New versions of
assemblies, configuration files, and other required files
must be deployed on all client machines. Usually user
interaction required
Performance: Faster
Robustness and Reliability : One client machine goes down,
other users are still live.
Network Congestion : Depending on the data transfer and
connections made to the server from various clients.
Resources : Runs on the client machine.
Catastrophic failure : User interaction required.
Framework dependency : All client machines have to install
required versions of .NET framework and other required
libraries.
ASP.NET Web Application
User Interfaces, data binding etc.; Difficult to build
Deployment and Maintenance: Easy. Need to deploy
assemblies and configuration files on the server only.
Transparent to the client.
Performance: Slower
Robustness and Reliability : Usually web servers are never
down. However if the server goes down, all users are
affected.
Network Congestion: Depending on the data transfer and
connections made to the server from various clients.
Resources : Runs on a Web server.
Catastrophic failure : Usually user interaction not
required.
Framework dependency : Only server needs to have .NET
framework and other required libraries.
| Is This Answer Correct ? | 16 Yes | 1 No |
Answer / bhanu pratap
Web Application: In software engineering, a Web application
or webapp is an application that is accessed via Web browser
over a network such as the Internet or an intranet. It is
also a computer software application that is coded in a
browser-supported language (such as HTML, ASP, PHP, Perl,
Python etc.) and reliant on a common web browser to render
the application executable.
Windows Application: A program that is written to run under
Microsoft's Windows operating system. Such applications
typically run under all 32-bit versions of Windows, but
earlier applications might also run under the 16-bit
versions (Windows 3.x) as well.
| Is This Answer Correct ? | 31 Yes | 19 No |
Answer / arpit
web based application: Application will be loaded in the
server.Client machine use the application using URL.you
have to test it on different web browsers. Web applications
are supposed to be tested on different browsers and OS
platforms so broadly Web application is tested mainly for
browser compatibility and operating system compatibility,
error handling, static pages, backend testing and load
testing.
Window based application: runs on personal computers and
work stations, so when you test the desktop application you
are focusing on a specific environment.
| Is This Answer Correct ? | 14 Yes | 3 No |
Answer / nikhil
There is only one difference b/w window and web based
application is that window based application is O.S
dependent while web based application is not..
| Is This Answer Correct ? | 19 Yes | 9 No |
What is Buddy Testing?
1. can u explain about testing levels and its type with example? 2. First explain about both testing.then difference B/W sanity and smoke testing? 3. Explain about integration , functional , system testing? 4. what are methods use to writing test cases?
What exactly we have to say when interviewer asked "Tell me about your self"?
Test cases for Chat Component
What is there in the final Test Summary Report
Whatz the main use of preparing Tracebility matrix and explain the real time usage
Can you explain decision tables?
What is meant by Testware?
What is Memory Testing> Do you perform ever memory testing on Desktop or Web application ?
How do you test if you have minimal or no documentation about the product?
write a test cases for facebook
What is remedy testing,expalim that and how can use that