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 are the differnt error code that comes when an error occured in web application?
What is the difference between IE, Opera & Mozilla Firefox in web Testing and which brower will think that is much better?
what is stub and driver and tell me how can we introduce them in integration testing
Hi frnds im mini. can any one give correct answers for this interview questions. i have an interview in 4days..pls 1.What are tests that u have participated in Testing. 2.What is diff between Load testing Stress testing? 3.What is sanity testing when do u start it? 4.how can you test ur application with negative testing? 5.when can u start test case writng? 6.what is the tool your are using and the version? 7.what is the tool you used to report the bug ? 8.what is a formate of test case document in your company and also bug report document formate? pls send me reply.. tank u frnds.............
What is exploratory testing and when should it be performed?
As a QA point of view choose any one only (what u will do first) 1. System Testing 2. Functional Testing
What is Scalability Matrix
How do you go about testing a project?
You are testing a new feature that includes a builder(wizard)that walks you through the creation of an item.There are 10 configuration checkboxes you can check/uncheck for the item being built.The builder makes you select 3 of these 10 options.You can choose any 3 options. A)How many possible ways could the item in question be created (i.e. how many possible configurations)? Describe the technique you would use to determine this.
can anyone please tell me how to test the functional specification?
Can some one tell me what is test environment? And What is test set up?
what are the types of testing