开发者

Test Cases for moving files to folder A to folder B

开发者 https://www.devze.com 2023-02-02 10:55 出处:网络
Write test cases to move all files from folder A to folder B (I don’t know the number of file present in folde开发者_如何学编程r A and B as well as I don’t know if there are file having same name in

Write test cases to move all files from folder A to folder B (I don’t know the number of file present in folde开发者_如何学编程r A and B as well as I don’t know if there are file having same name in folder B).


When writing testcases, I find it best to brainstorm.

Sit down and think: 1. Positive: What are all the NORMAL ways I can do action X? 2. Positive: What are all the CRAZY/non-normal ways I can do action x? 3. Negative: What should generate error messages / not be allowed? 4. Positive/Negative: What actions can I do the developer didn't think of? 5. What stress tests can I apply?

Talk with the devs, other testers and your manager to see what you missed. Enjoy.

0

精彩评论

暂无评论...
验证码 换一张
取 消