SOFTWARE ENGINEERING

SOFTWARE ENGINEERING TOOLS AND ENVIRONMENTS

AUTOMATED TESTING TOOLS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the following benefits are MOST likely to be achieved by using test tools? a.Easy to access information about tests and testing. b.Reduced maintenance of testware. c.Easy and cheap to implement. d. Greater consistency of tests.
A
A and C
B
B and C
C
A and D
D
B and D
Explanation: 

Detailed explanation-1: -Greater consistency and repeatability: People have tendency to do the same task in a slightly different way even when they think they are repeating something exactly. A tool will exactly reproduce what it did before, so each time it is run the result is consistent.

Detailed explanation-2: -Like configuration management allows the testers to manage their testware and test results using the same configuration management mechanisms. Configuration management also supports the build process, which is important for delivery of a test release into the test environment.

There is 1 question to complete.