Re: EditText Bug?
- Posted by CChris Feb 17, 2009
- 1264 views
That's great, Derek. It holds together OK for the miniscule amount of testing I can do in a few minutes. It alarms me how long it would take to test all of Win32Lib - like forever, really.
Are you looking after this library for now, or is this a one-off taking care of people from the kindness of your heart? I hope you are, but I wouldn't be surprised if you didn't want the job again.
Thanks very much for your efforts, though.
Andy
One thing I had planned to do is to run a code coverage analysis on all demos, using the profiling facility. This would, after quite some work, tell which lines of codes are being used in the demos, and which aren't. Then, at least add demos that use lins not curently being run. Also, write a series of nondemos demonstrating error cases - for developers only.
Unit testing is not going to help a lot, since testing the library involves random interaction, including with non-win32lib apps. But given that there is hardly a standing bug and that the above process will probably unearth more opportunities to correct code, I expect significantly useful outcome.
CChris