what is the main difference between client server and
webserver???
Answers were Sorted based on User's Feedback
Answer / shailaja
client server is a 2tire architecture.
webserver is a 3tire architecture.
| Is This Answer Correct ? | 17 Yes | 0 No |
Answer / ranjith kumar
In client server appilication testing team conducts mainly
the functionality testing.
Web server testing includes Performence testing,testing the
hyperlinks,browser capability.
| Is This Answer Correct ? | 13 Yes | 2 No |
Answer / sripathi venkata ramesh
I am Sripathi Venkata Ramesh working as a software Test
engineer - different people have given different
answers......I confused so many times.............
So the correct answer is here...
Windows application: Example is windows media player,
flight reservation etc
1.Single user only
2.Application runs in single memory ( front end and back
end in one place )
Client server application: Example metasolv application
1.Limited number of users
2.Application runs in two or more machines
3.less number of network issues when compared to web
Web application: Example www. Yahoo.com
1.Unlimited number of users
2.URL driven application
3.Many issues like hardware compatibility , browser
compatibility , version compatibility , security issues ,
performance issues etc
| Is This Answer Correct ? | 13 Yes | 2 No |
Answer / sm irfan
client server is nothing but which will sends the request
for servers services is called as the client server or client.
where as the web server is nothing but,it will receive the
all the requests from the clients and process that request
and send back the appropriate result to the requested client.
| Is This Answer Correct ? | 1 Yes | 1 No |
What expected result should come when Enter any sql query like “Select * from hello;” without quotes and with quotes.
If I have written the test cases for Login window . If one new field is added to login window then steps of test case changed in the next build. my question is that should I make change in the steps of previous test case or write another test case with new steps?
When testing a module incase due to hardware failure or any system problems if the testing fails what wil be the test result???
design a black box test suite for a program that accepts two strings and checks if the first string is a substring of the second string and displays the number of times the first string occurs in the second string.
What is the procedure of manual testing?
In the place of button developer use image, during the tab movements image(button) is not highlighted is it bug or not?
what is the good test case ? how can we tell this is good test case ? (test case characterstics)
why we use sql server in webapplication
How you intearct with client in your organization ,plz give me real time scenario
when there is minimal or no document available to carry out the testing for a login screen, what will you do?
what are test cases for edit,add,delete,save,preview and main buttons and test scenarios
What are the main key components in web applications and client and server applications?