What would be some of the test cases involved int testing the copy command in windows environment ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Holy geez! There are likely MILLIONS of test cases that are both legitimate and unique for the “copy” command. Your best approach is to come up with different domains of inputs and scenarios. Here’s the domains I came up with a a handful of scenarios for each classification. Then the fun begins when you start doing testing across different the different domains (e.g. copy from a read-only set of file by wildcard to a network share)
By no means is this an exhaustive list of domains or test scenarios. But should get you started… In the majority of cases, the test should involve comparing the source and destination files to validate the contents match.