Basically I'm wondering if anyone has any tips for ensuring your code is well tested without getting any help from anyone else in a limited time frame?
In the past I've always been able to find someone else to do testing on my code or had a dedicated quality assurance team go over everything and find all the errors.
I'm usually pretty careful but I always find there a things I miss and when I test them I just don't see them.
However in my current job I've been given two PHP web applications to write in a very limited time frame and I've been told I need to do all the testing myself despite my feedback that this wasn't a good idea.
I was wondering if anyone else had this problem before and could offer some insight?
I was thinking perhaps it would be good to write a quick test plan before coding each area and also to double check the requirements before doing testing.