difference between web based application and window based
application
Answers were Sorted based on User's Feedback
Answer / rahul chavan
---------------------------------****************-----------***************---------------------------------
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 ? | 0 Yes | 1 No |
Answer / shanmugam n
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 ? | 0 Yes | 1 No |
Answer / hemant
difference between the Web based application
and Window based application is that the Web app. can be
access from anyware in the world through the internet
whereas window based app. need to be install on your
machine to access.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / nikaa
Windows application can be access from machine on which it
is installed while web application can be access from the
internet.
Windows app is Intranet based app.(2 tier Arch)
Web app is Internet based browser based app.(3 Tier ARch )
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / rupeni perumal
Windows application is based and loaded on the desktop and pc but web application is based and loaded on internet and server
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / rupeni perumal
what is the difference between windows application and web based application
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / shine
windows application runs under windows using unmanaged code
web application runs under CLR using managed code
| Is This Answer Correct ? | 1 Yes | 3 No |
Answer / vinay sharma ''i.t.s
we can create the setup of window based application but not
of the web based application
| Is This Answer Correct ? | 3 Yes | 6 No |
Answer / nana nia
Window based application runs on intranet only,
a web based application can always be accesed via internet
and if fiven permission then ny Intranet aswell
| Is This Answer Correct ? | 30 Yes | 40 No |
What is the format for accentence testing. please answer me ASAP
write test condition for testing SMS service of a mobile phone maximun length is 100 character while sending and 80 character for receiving write test scenarios do not write test cases
why do u go for test bed?
How do we perform critical section first (Integration testing) at specification requirement stage of SDLC? I suppose this is incorrect question as integration testing can be initiated when: * The relavant individual code modules have been designed.please correct me if i am wrong
When we have to use Boundary value analysis and when to use equivalence partitioning. Please explain with an example. Urgently required.
we enter that user name field is blank and password field is blank and click on Ok. what type of testing is this 1)functional testing 2)security testing
When test plan will be prepared in v-model?
can anybody tell me .. in realtime how cookies testing is actually done by the tester? And Test case is needed for cookies testingor not required?
Plese tell me What is V model how do u prepair documnet using V model ?
What is test data
When we convert the Client/Server application to web Application can we use same Automation Scripts?
What is the advantage of V-model compared to other models?