Difference between Web based application and web application
Answer Posted / rocky
1. Windows application communicates more with the installed system than the web application.
2. Windows application runs faster than Webapplication.
3. Windows application have many inbuilt classes in .Net compared to Web application.
4. Events in windows application will be fired out immediatedly where as in webapplication, a post back event is called, after that code for event will be executed.
5. Windows application has to be installed in each of the computers in which we want ot execute where as Web application has to be installed only in the server and browser just access it.
6. Web applications are very much useful when they are hosted. If they are hosted we can access it from any part of the world provided our system has internet connection.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How would u test and automate an Antivirus application ?
Write notes on apparel testing equipments.
How do u determine,what to be tested?
can anyone help me regarding testing patterns?
Can you explain tpa analysis?
10 scenarios for security testing using gmail applications?
Can anyone write test cases on google account creation page in the testing template format , urgent pls and explain if possible how to execute also
hi experts, i was asked to write down the requirement description,test scenario, and test cases for gmail login and send email and then to check the email was sent in the sent mails.the format given to me was like this: Req ID, Req description, Test Scenario, Test cases....Can anybody please help me out with this..
Explain severity with example and expalin each example?
What is Web architecture that are followed while doing online project and tell the samples of architecture?
Explain the difference between severity and priority.
What is unit level testing?
When do we perform smoke testing?
What is the difference between Sleep and wait in winrunner what is integration testing and types of testing present what is system testing what is data driven testing what is functionality testing if requirements are given to you then how do you write the test cases for it Account number = Ok cancel For above given form the valid account number starts from 1 to 1000 so is it necessary to input the 1,2,3 ….998,999,1000 test cases to check the conditions of valid account numbers I,e is it compulsory to write 1000 test cases for the above form
Could some one tell me test cases for multi line text boxes like Notes field?