PublicTest has just made it's first release. Check it out!
I've been running into numerous difficulties, so progress hasn't been quite as brisk as I would have liked it to be. I've been spending a lot of time trying to get the usability right. I know for me, using NUnit alone is a lot of work. If I'm gonna expect to use PublicTest along with NUnit, it's gotta be as EASY program to use.
But in any case, give me a couple of week or two and I should have a solid release ready ;)... read more
Hi Everyone
The GUI and backend have been hooked together. Everything is working fairly well at this point and simple C# projects can be successfully parsed. I need to test more complicated projects before making the first release, however. If everything goes well, that should be within a couple of weeks. Until then, feel free download and compile from CVS on your own. Make sure read the readame.... read more
Welcome!
PublicTest is an automated testing tool. It makes it easier to test code without worrying about accessibility. In essence, it basically just changes all private/protected accessibility members to public, allowing direct testing of members that would normally be inaccessible to a testing class.
Here is an example of what you could do with the program:
Pretend that there is a simple login form. It has 2 text fields, one for
entering a password, and one for entering a username. It also has an ok
button to press. After you press OK, another form is supposed to load ( the
loginForm.successfulLoginForm form). Forgive me for the crappy code.... read more