5 pts.
 Testing Issues: Windows vs Web
Hi, 

Please explain testing issues relating to Windows application verses Web applications?

Thanks

HallF



Software/Hardware used:
n/a
ASKED: June 7, 2010  11:23 AM
UPDATED: November 9, 2010  11:03 AM

Answer Wiki:
Window Application: It has rich GUI and to be installed specifically in a machine for execution. But this drawback is resolved using click once deployement in Visual Studio. Full access to everything - less security. Web application: It will be exposed over intra or internet and can be accessed via URL and both has the capability to use Databases. it is great because they don't need to be distributed. Session-management, user contexts / security, and other things tend to be a lot messier than with desktop applications. If u want to give the whole world an online catalog, go with a web appl and if u want to do any serious data entry work, it is better off with a real Windows appl.
Last Wiki Answer Submitted:  November 9, 2010  11:03 am  by  Subhendu Sen   22,035 pts.
All Answer Wiki Contributors:  Subhendu Sen   22,035 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _