Advice about testing an application before release?
Posted
by
Troy
on Stack Overflow
See other posts from Stack Overflow
or by Troy
Published on 2010-12-24T17:33:03Z
Indexed on
2010/12/24
17:54 UTC
Read the original article
Hit count: 207
I would like to get some tips from peer developers about how you go about testing an application you developed, prior to release to QA. Keep in mind, this is a small scale application (requirements are verbal), and so doing formal testing processes wont work, especially, since your boss told you to develop this app quick, push it out the door.
Despite the time restraints, I would like to make sure it is bug free, however, numerous times in the past, I have had the app sent back to me because clicking the "Reset" button, messes up the other controls alignment etc.
I know there are people out there that develop small scale apps fast, and send them out with minimal bugs. How can I achieve that?
I researched this post, but it didnt quite answer my question. Testing your code before releasing to QA
© Stack Overflow or respective owner