+ 3
What is dry run in programming language?🤔
2 Answers
+ 2
The way i learned is it is testing you program with intentional failures. Kind of like bug testing but you give it bugs before runtime on purpose.
+ 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.