Testing 21. What is Boundary Value Analysis? BVA is similar to - TopicsExpress



          

Testing 21. What is Boundary Value Analysis? BVA is similar to Equivalence Partitioning but focuses on corner cases or values that are usually out of range as defined by the specification. his means that if a function expects all values in range of negative 100 to positive 1000, test inputs would include negative 101 and positive 1001. 22. What is Branch Testing? Testing in which all branches in the program source code are tested at least once. 23. What is Breadth Testing? A test suite that exercises the full functionality of a product but does not test features in detail. 24. What is CAST? Computer Aided Software Testing. 25. What is Capture/Replay Tool? A test tool that records test input as it is sent to the software under test. The input cases stored can then be used to reproduce the test at a later time. Most commonly applied to GUI test tools. 26. What is CMM? The Capability Maturity Model for Software (CMM or SW-CMM) is a model for judging the maturity of the software processes of an organization and for identifying the key practices that are required to increase the maturity of these processes. 27. What is Cause Effect Graph? A graphical representation of inputs and the associated outputs effects which can be used to design test cases. 28. What is Code Complete? Phase of development where functionality is implemented in entirety; bug fixes are all that are left. All functions found in the Functional Specifications have been implemented. 29. What is Code Coverage? An analysis method that determines which parts of the software have been executed (covered) by the test case suite and which parts have not been executed and therefore may require additional attention. 30. What is Code Inspection? A formal testing technique where the programmer reviews source code with a group who ask questions analyzing the program logic, analyzing the code with respect to a checklist of historically common programming errors, and analyzing its compliance with coding standards.
Posted on: Thu, 14 Nov 2013 13:00:00 +0000

Trending Topics



Recently Viewed Topics




© 2015