Pass the iSQI CTFL2018 CTFL_Syll2018 Questions and answers with CertsForce

Viewing page 2 out of 11 pages
Viewing questions 11-20 out of questions
Questions # 11:

A test case starts at S1 and triggers 4 events in sequence: E1, E4, E5, E7. What will be the finishing state and the output(s) from the test case? [K3]

Refer to the exhibit

Question # 11

Options:

A.

S2 and O4


B.

S4 and O2


C.

S4 and O4


D.

S2 and O2


Expert Solution
Questions # 12:

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

Options:

A.

Static analysis tools can be applied to new code but cannot be applied to existing code


B.

Static analysis tools can be used to enforce coding standards


C.

Static analysis tools always generate large numbers of warning messages when applied to new code, even if the code meets coding standards


D.

Static analysis tools do not generate warning messages when applied to existing code


Expert Solution
Questions # 13:

The Cambrian Pullman Express has special ticketing requirements represented by the partial decision table below.

Refer to the exhibit

Question # 13

Carol has a student railcard and is travelling on a Flexible Standard Class ticket. James has a senior railcard and is travelling on a super saver ticket. Which of the options represents the correct actions for these two test cases? [K3]

Options:

A.

Carol is eligible to upgrade; James cannot use the service


B.

Carol is OK to travel; James is eligible for an upgrade


C.

Carol and James are both eligible to upgrade


D.

Carol is OK to travel; James cannot use the service


Expert Solution
Questions # 14:

Which of the following characteristics is most likely to promote effective software testing? [K1]

Options:

A.

Independence from the production process


B.

A belief that programmers always make mistakes


C.

Knowledge of the number of defects typically found in a program


D.

Confidence that the next stage will find defects missed at this stage


Expert Solution
Questions # 15:

“Experience based" test design techniques, typically...

Options:

A.

Use decision tables to generate the Boolean test conditions to be executed.


B.

Identify the structure of the system or software at the component, integration or system level.


C.

Use the skill, intuition and experience of the tester to derive the test cases, using error guessing and exploratory testing.


D.

Establish traceability from test conditions back to the specifications and requirements.


Expert Solution
Questions # 16:

Consider the following pseudo code:

1. Begin

2. Input X, Y

3. If X > Y

4. __Print (X, ‘is greater than’, Y)

5. Else

6. __Print (Y, is greater than or equal to’, X)

7. EndIf

8. End

What is the minimum number of test cases required to guarantee both 100% statement coverage and 100% decision coverage?

Options:

A.

Statement coverage = 3, Decision coverage = 3


B.

Statement coverage = 2, Decision coverage = 2


C.

Statement coverage = 1, Decision coverage = 2


D.

Statement coverage = 2, Decision coverage = 1


Expert Solution
Questions # 17:

Which of the following would NOT be a typical target of testing support tools?

Options:

A.

Automate activities that require significant resources when done manually


B.

Automate activities that cannot be executed manually


C.

Automate repetitive tasks


D.

Automating repetitive inspections


Expert Solution
Questions # 18:

Which statement BEST describes when test planning should be performed? [K1]

Options:

A.

Test planning is performed only once, at the beginning of the life cycle, andgenerates a Master Test Plan


B.

Test planning is performed at the beginning of the life cycle and again at the beginning of test execution


C.

Test planning is performed at the beginning of the life cycle and again at every test level


D.

Test planning is performed continuously in all life cycle processes and activities


Expert Solution
Questions # 19:

Which of the following best describes the Black-box technique?

Options:

A.

It uses decision coverage for completeness.


B.

It ensures all possible branches in the code are tested.


C.

It is based on the internal structure of the system.


D.

It can be done without reference to the internal structure of the component or system.


Expert Solution
Questions # 20:

Consider the following pseudo code

1. Begin

2. Read Gender

3. __Print “Dear”

4. If Gender = ‘female’

5. Print (“Ms”)

6. Else

7. __Print ( “Mr”)

8. Endif

9. End

How many test cases are needed to achieve 100 per cent decision coverage?

Options:

A.

1


B.

2


C.

3


D.

4


Expert Solution
Viewing page 2 out of 11 pages
Viewing questions 11-20 out of questions