Are there any good\reasonable application testers available which dont cost the earth?
I need a reliable way to test my applications but since im not making a huge ammount of money from them i obviously dont want to spend a huge ammount.
Thank you.
Printable View
Are there any good\reasonable application testers available which dont cost the earth?
I need a reliable way to test my applications but since im not making a huge ammount of money from them i obviously dont want to spend a huge ammount.
Thank you.
Start with Nunit (www.nunit.org).
That will be your first line of defense.
Next, create your own test scripts. Follow them every time completely before you release your product. You can do some pretty insane testing, or just enough to ensure the product works. This approach won't cost you anything but your time. :)