Web application is having a client and a client-server
application aslo have a client. Then what is the technical
difference between thease two clients? can any body expain?
Answers were Sorted based on User's Feedback
Answer / preethi
In both the cases the client meaning is same only,but in
which manner client want to use the application(software) is
different.
In detail For the web application once he release the Url
then thru out world any one can able to access that application.
but for the client server application they have to install
that application once they want to access that client server
application.In this case installing the application is more
important.
Regards
Preethi.G
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / rajendra
Web application client is browser
Client-server application client is tool(application
program written to access info from server)to read/write
information from the server.
Byee friends
Rajendra
rajendra.penumalli@yahoo.com
Call me:+91-9885162742
hyderabad
india
| Is This Answer Correct ? | 0 Yes | 0 No |
Web application client means us. Web application once it
is launched on the internet, every one in the world can
access it from anywhere.
When it comes to client server application, it is built
for a specific business users. Only that specific business
users and employees in that company can access it.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do u avoid redundant test cases?
I need a brief decsrpition on How to test borwser compatabilty and O.S compatibity? Wat are the techniques to test? TIA
types of reviews
what is meant by metrics give some examples and what is meant by testscripts
What if there isn't enough time for thorough testing?
Explain the waterfall model in detail?
What is a test strategy?
What's HTML content-checking tests
What type of testing do we perform in requirement phase?
On one of my form there are three text boxes for 1.To Enter Survey no.-Special characters / and - allowed in input and 2.Village Name 3.Project Name all having Input Range 2 to 50 char.and One SUBMIT button on form then How many Test cases can I write for Funtion Testing of Above fields and button
How to test cookies in Manual testing?
If you're given a program that will average student grades, what kinds of inputs would you use?