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 |
What is debug mode in Winrunner?
Name the different modes of recording?
Explain the difference between gui map and gui map files?
How do you suppress a regular expression?
what is mean feasablity testing,
If u press a push button in an application the winrunner generates tsl statement like button_press(..) i.e the class name of the object and the event on that object but Why if u click a static text in an application the winrunner generates tsl statemen like win_mouse_click rather than the statement with combination of classname and event..??
What is GapAnalysis? i am not getting the coorct answer for this question still now.
When you create GUI map do you record all the objects of specific objects?
Are you created any custom dialog box during test runs?
what is validation? What is verificaion? What is the diffefernce between validation and verification?
Some of the importent functions in data driven test(ddt)?
we have three windows with title(logical description),India.com,Government of India.com,India Inc.com.All three windows have similar properties and object.A test script has to be run on all these windows.what changes will u make in GUI or script so that the script runs succesfully on all these three windows with the least alteration required? Please explain clearly with steps.