In a previous post , I mentioned that when writing automated tests, the grey area between pass and fail can be confusing. A point I didn't mention is that often, just determining pass or fail can be hard. Take the Win32 API CreateFile, for example. The
Read More...