Skip to main content

Posts

Showing posts with the label Testware

ISTQB Exam Question Paper, Part 3

ISTQB Exam Question Paper, Part 3 1.Software testing activities should start a. as soon as the code is written b. during the design stage c. when the requirements have been formally documented d. as soon as possible in the development life cycle 2.Faults found by users are due to: a. Poor quality software b. Poor software and poor testing c. bad luck d. insufficient time for testing 3.What is the main reason for testing software before releasing it? a. to show that system will work after release b. to decide when the software is of sufficient quality to release c. to find as many bugs as possible before release d. to give information for a risk based decision about release 4. which of the following statements is not true a. performance testing can be done during unit testing as well as during the testing of whole system b. The acceptance test does not necessarily include a regression test c. Verification activities should not involve testers (reviews, in...

What is a Configuration Management Tool?

What is a Configuration Management Tool? Configuration management (CM) tools are not strictly testing tools, but are typically necessary to keep track of different versions and builds of the software and tests. The benefit of a configuration management tool are: Store information about versions and builds of software and testware. Enable traceability between testware and software work products and product variants. Are particularly useful when developing on more than one configuration of the hardware/software environment (e.g. for different operating systems)