What is the Difference between Client Server and a web
Application?
Answer Posted / pawan
1.Client/Server:Client contain views and some programming logic, Server needs to send response data only, not view(form,screen)
2.Web application:In web application our browser act as client and does not have programming logic it just react to user interactions. Server contain all programming logic and views. Server send response data along with view, which is rendered by our browser.
3.Think of gmail:
When you open link it acts as Web application. Once all required javascript load it just send response data not views, so can think of client server.
4.In client server: don't talk about .exe cause it not always case in programming language like Java and platform like Linux. (.exe) file are specific to windows platform.
5.Client server programs are more faster than web application cause server don't need to prepare views, that exist in client. Server needs to send only response data (Yo u can check it against gmail, once loaded it acts much faster cause required views already at client side)
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Have you prepared traceability matrix and how to prepare it?
what is test strategy,test plan and test policy?Does anyone have dummy documents or any links that gives more idea about these?I am a beginner...interested in learning more abt testing.plz help and encourage me........!
What are noise variables?
hi every one can you send me ISTQB Course material on my Email id deeptimundra997@gmail.com
What is frame level testing and how do we test it?
Should testing be done only after the build and execution phases are complete?
How can data caching have a negative effect on load testing results?
What is user acceptance testing (uat)?
Test approach to windows scheduler?
what is independent question and what is retriewing and what is problem of severity.
can anyone help me in getting unix on manual testing i.e can u forward material & web sites to my mail id (suresh_57599@yahoo.com) to understand how the work flow working on manual testing on unix and the contents.plzzzzzzzz help me its urgent.
How to write test case for view the table(i.e it is already stored in database and see the content in the table)
How do you test for the coockies for a web application?
You have a testing team of 10 members, and now you have to reduce it by 5 member and you dont want to increase risk in your product, you are try to cover all functionality to test. What test Strategy you follow.
Can you explain steps in function points?