+ 3
What is dry run in programming language?đ€
2 Answers
+ 1
It is a testing method, when the possible fail doesn't matter so much as if it was real. When you create a file manager, for testing you will want to use some virtual machine, in order not to damage your files.