Which of the following is a correct set of boundary values to test the "Group Size" parameter, as defined by the following statement;

Which of the following is a correct set of boundary values to test the "Group Size" parameter, as defined by the following statement; "In a reservation system for groups visiting a small museum, the graphical user interface presents a field asking the number of group members. Group size can be...

January 31, 2024 No Comments READ MORE +

Which of the following is NOT a factor on which test estimation is dependent upon?

Which of the following is NOT a factor on which test estimation is dependent upon?A . Defect debugging and resolutionB . The outcome of testing of previous test cycleC . Characteristics of the development processD . Characteristics of the productView AnswerAnswer: B Explanation: Test estimation is the process of predicting...

January 31, 2024 No Comments READ MORE +

A data driven approach to test automation design is best described as:

A data driven approach to test automation design is best described as:A . Using action words to describe the actions to be taken, the test data.B . Scaling to support large numbers of users.C . Being based on Equivalence Partitioning testing techniques.D . Separating out the test data inputs and...

January 31, 2024 No Comments READ MORE +

Which of the following correctly states a limitation in the use of static analysis tools? [K1]

Which of the following correctly states a limitation in the use of static analysis tools? [K1]A . Static analysis tools can be applied to new code but cannot be applied to existing codeB . Static analysis tools can be used to enforce coding standardsC . Static analysis tools always generate...

January 31, 2024 No Comments READ MORE +

For complete coverage of all combinations, how many combinations of the above are to be tested?

The following diagram lists various types of operating systems, databases and application servers supported by the application under test. For complete coverage of all combinations, how many combinations of the above are to be tested? A . 11B . 5C . 45D . 3View AnswerAnswer: C Explanation: The diagram lists...

January 31, 2024 No Comments READ MORE +

How many test cases are necessary in order to achieve 100% statement coverage?

The following program part is given: IF (condition A) then DO B END IF How many test cases are necessary in order to achieve 100% statement coverage?A . 1B . 2C . 4D . a very high numberView AnswerAnswer: B Explanation: To achieve 100% statement coverage, you need to execute...

January 30, 2024 No Comments READ MORE +

"Statement Testing" is part of;

"Statement Testing" is part of;A . Experience based testingB . Decision TestingC . Specification Based testingD . Structured based testingView AnswerAnswer: D Explanation: Statement testing is part of structure-based testing, which is a type of testing that verifies the internal structure or implementation of a software system, such as code,...

January 30, 2024 No Comments READ MORE +

Which sentence is correct?

The following sentences refer to the Standard for Software Test Documentation' specification (IEEE 829). Which sentence is correct?A . The key to high quality test documentation regimes is strict adherence to this standardB . Any deviation from this standard should be approved by management, marketing & developmentC . This test...

January 30, 2024 No Comments READ MORE +

What is static analysis?

What is static analysis?A . The decision between using white or black box test techniques.B . Executing software to validate the most common path through the code.C . A technique to find defects in software source code and software models, performed without executing code.D . It is a testing technique...

January 30, 2024 No Comments READ MORE +

The four test levels defined for a common V-model testing approach are:

The four test levels defined for a common V-model testing approach are:A . Unit, integration, system and maintenance.B . Functional, glass box, incremental and maintenance.C . Component, integration, system and acceptance.D . Unit, component, functional and alpha/beta.View AnswerAnswer: C Explanation: These are the four test levels defined for a common...

January 30, 2024 No Comments READ MORE +