1.What is the purpose of ?check-in?,? check-out??
Answer Posted / kittu
Check in :
It is a Process of uploading the data or
information from local system to the server.
Check out :
It is a Process of Downloading the data or
information from Server to the Local system.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What kind of input do we need from the end user to begin proper testing?
How does compatibility testing differ while testing in Internet explorer and testing in Firefox?
What is data flow diagram?
What is meant by entry criteria and exit criteria in software testing?
How do you estimate white box testing?
Define performance and stress testing?
what is a data guidelines?
how to write test cases on SRS?tell me any example which type of certification is usefull for less then 1 yr exp. people in testing. can anybody know immediatly sent it which the answer
What type of metrics would you use?
Can you explain process areas in cmmi?
What are testing techniques? What is difference between general and specific?
Hi, I want "Intergraph" placement papers for experienced people which was conducted recently in Hyderabad. Thanks, Purnima.
please send me database stored procedure checklist.
Can you explain usability testing?
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?