What is the difference bitween Client/Server Applications
and Web Applicaions?
Answers were Sorted based on User's Feedback
Answer / veerendra chaudary potla
c/s application is 2-tier where as web application is 3-
tier.this is the fundamental difference.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / radha krishna singh
Client Server application is not easy to deploy where as
web based application are easy to deploy. User can access
web bases application through url address.
Security is major concern in case of web based application.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / softwaretester4u
Please check my anser.web application there is no
installation @ client side.Your wathcing as vertual mechime
(browser).every request goes to the server and processes
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ram
Dear EDS
C/S or Web Application both require Installation.
Check it up!
| Is This Answer Correct ? | 0 Yes | 0 No |
Hi Ram,
Client applications need to install exe in our system to
process .This is two tier application means client
application and server application. But in web application
we installs run time environments no need to install exe
setup in our system and this is 3-tier application means
URL connects to the web server and web server routs to the
application server or database server
| Is This Answer Correct ? | 0 Yes | 0 No |
Suppose there is a global variable called Counter.And there is a user defined function called my_function.which does not take in any parameters. How can a test engineer utilize Counter inside my_function body?
where does WR records the information about objects in AUT?
how u can crate a database checkpoint in ur script?
how to invoke the window based application in win runner
What is the difference between STATIC FUNCTION & STATIC?
What is the process of file parsing in winrunner?
what are the differences you see in e-commerce and banking domain in testing point of view Thanks in Advance
How can integration testing be done through winrunner??
can anybody tell me about 5 critical,major & low severity and priority with examples.
How do you load GUI map?
How do you handle pop-up exceptions?
Can we use the user defined functions (which inclues script with GUI functions) in Compile module? Example: public function MyGuiFun() { set_window(?Browser main window?); button_press(?OK?); } If yes. pls give some example, how to handle...!