How will you transfer file from remote server to your machine
if ftp is disable
Answers were Sorted based on User's Feedback
Answer / saket kale
You can also use scp for transferring files remotely
| Is This Answer Correct ? | 15 Yes | 1 No |
Answer / nimisha
Using SSH protocol
Login to Putty using SSH
then sftp file.
| Is This Answer Correct ? | 5 Yes | 9 No |
Describe some staff conflicts you have handled.
What is driver and stub? where it is used, in top down or bottom up approach?
why a developer is not good tester?
What is checkpoint? How can you handle the checkpoints?
What is the difference between SIT AND IST?
How to do integration testing on duster......
what is basis for testcase review?
which are the mandatory fields in QC while rising new bug??
Can u any 1 please explain the below question and answer? Given the following code, which statement is true about the minimum number of test cases required for full statement and branch coverage? Read p Read q IF p q > 100 THEN Print "Large" ENDIF IF p > 50 THEN Print "p Large" ENDIF a) 1 test for statement coverage, 3 for branch coverage b) 1 test for statement coverage, 2 for branch coverage c) 1 test for statement coverage, 1 for branch coverage d) 2 tests for statement coverage, 2 for branch coverage
How do we find Effectiveness of Test Cases..Thanks in advance...
What methodologies have you used to develop test cases?
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.