A few days ago
Melissa

How would you test your own software code and someone’s elses’s software code?

How would you test your own software code and someone’s elses’s software code?

Top 3 Answers
A few days ago
Dan

Favorite Answer

Unit testing…

http://en.wikipedia.org/wiki/Unit_testing

0

A few days ago
Stephen H
First you need to compile both codes, then load and run each on the same computer. Check for operability within parameters, handling of out-of-parameters inputs, and speed of handling. Be sure the computer you run this on is not connected to the internet, and that all other files on it are backed-up on removable storage media. Run a virus scan on the program BEFORE LOADING IT!
0

A few days ago
Robert W
I woudn’t, personally. It’s much better to get someone else to use the (your own) software and have them feed back.
0