software development PROCESS ‐ monitoring and improving the process, making sure that any agreed‐upon standards and procedures are followed, and ensuring that problems are found and dealt with. It is oriented to 'prevention'. ‐‐from http://www.softwareqatest.com/qatfaq1.html
and execute a test plan Remember every page in the application Know the steps to reproduce a bug Thinks of every possibility (or at least a lot of them) Communicates well with the team States things briefly and clearly Is sensitive to the feelings of others Can communicate priority level of bug when asked
or shrinking Insulative properties of materials used in mug—safe to hold in your hand no matter how hot the coffee is Easy to carry, hold, walk with for people with small or large hands Decent amount of coffee fits in mug Mug fits in standard car cup holder Mug does not leak even after coffee is left in it for days, with variations in temperature Coffee comes out of drink spout evenly – doesn’t spill all over your clothes Keeps coffee warm for a reasonable amount of time Advertising on mug is clear and conveys meaning Materials are durable over time and repeated use Mug is balanced and does not tip over in cup holder or on reasonably flat surface Etc.
will be used—is it a game for kids to play online? U.S. Census Bureau survey? Medical software? Tech savvy level of users Browsers used / most common monitor size Scope of the application Software methodology of your team Time to market
design Test Plan: the set of ideas that guide a test project Test Case: A test case is usually a single step, or occasionally a sequence of steps, to test the correct behaviour/functionality, and features of an application. An expected result or expected outcome is usually given.
of manual testing. Test Driven Development / Behavioral Driven Development can improve code quality and efficiency of developers. Manual testing is more adaptable, no tests to maintain, just a test plan.
without peering into its internal structures. White box testing (aka clear box testing, transparent box testing) uses an internal perspective of the system, as well as programming skills, to design test cases. Gray box testing is a combination of both.
a system or device and measuring its response. Performance testing is the process of determining the speed or effectiveness of a computer, network or software program or device. Stress testing determines the robustness of software by testing beyond the limits of normal operation. (More important for medical software.) Regression testing is used to ensure that any new changes have not introduced new bugs—that everything remaining the same continues to function as it should.
what the user expects to happen, happens. Negative test cases are designed to test what will happen outside the range of normal use. Edge cases test boundary conditions.