Answer Posted / kundan yalangi
Client Server Application :
Keywords :
Client : Its the one who's in interest of a service
Server : Its the one who provide the services which the
client has requested .
Client and Servers are two nodes in a network , in which
the client send some requests for the services to be done
and server accepts it and accomplish the request and sends
it back to the client depending on its port number present
in the IP Headers . Client Server Application is Many to
one mapping ( N number of clients may access a single
potential Server ) . If more than one client accesses the
server then server fork a new process which behaves as an
existing server clone and completes the client's
requests ;While the Main server Awaits new client
requests :)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Elaborate the scripting standard while executing testing
On what basis you can map the success of automation testing?
IS DATA INTEGRITY TESTING AND INTEGRATION TESTING ONE AND THE SAME?IF DIFF CAN U SPECIFY THE DIFFERENCES
What criteria do you consider for automating a test?
Highlight attributes of good framework?
If i am doing the automation of test suites in a project. Then what will be the system interfaces for that?? The tools I am using or something else... please help..!!
How could the web element attributes be inspected in order to use them in different locators?
explain add in manager and virtual object wizard in winrunner
22. Scenario: There are 1 to 100 numbers. Each number should be keep in the each column like from A column to Z column ie 1 to 26. From 27 to 52 should be in 2nd row in the excel sheet. This has to be continue till 100. How do you write Java program and what are various methods.
How can we make one test method dependent on other using testng?
can any one tell me the examples of white box testing
What are the primary features of good automation tool ?
In what condition we cannot use automation testing for agile method ?
What are the advantages of automation testing?
What is test driven development?