ExamGecko
Home / ISTQB / CTAL-TTA / List of questions
Ask Question

ISTQB CTAL-TTA Practice Test - Questions Answers, Page 13

List of questions

Question 121

Report Export Collapse

Which option below BEST explains the value of a test charter in exploratory testing'5

SELECT ONE OPTION

Become a Premium Member for full access
  Unlock Premium Member

Question 122

Report Export Collapse

A unit test should be isolated Which option correctly describes the meaning of 'isolated' as a characteristic of a unit test?

SELECT ONE OPTION

Whenever it is run under the same conditions, it should produce the same results.

Become a Premium Member for full access
  Unlock Premium Member

Question 123

Report Export Collapse

A unit test should be deterministic. Which option correctly describes the meaning of 'deterministic' as a characteristic of a unit test9

SELECT ONE OPTION

Become a Premium Member for full access
  Unlock Premium Member

Question 124

Report Export Collapse

You need to implement a Java class that validates a password entry field. The validation critena states that the password must:

1. be a minimum of 8 characters

2 contain at least one special character.

You are focusing on validation criterion 1 and have written a test class that checks that a 7 character password entry will fail validation.

You have written code designed to make this test class pass, however, on first execution of the test class it has failed

What should you do next9

SELECT ONE OPTION

Become a Premium Member for full access
  Unlock Premium Member

Question 125

Report Export Collapse

Your team is developing an e-shop application (the SUT) that will use a third-party service to process payments via an API. This third-party payment gateway is itself still under development Which statement contains a pair of benefits that can BOTH be expected from service virtualization in this circumstance'

SELECT ONE OPTION

Become a Premium Member for full access
  Unlock Premium Member

Question 126

Report Export Collapse

The F in the mnemonic FIRST stands for Fast Which option correctly states the meanings of the other four letters (IRST)?

SELECT ONE OPTION

Become a Premium Member for full access
  Unlock Premium Member

Question 127

Report Export Collapse

You are working on a project to develop an application that allows users to collaborate via bespoke, online whiteboards. The first release, delivering core functionality, highlighted misunderstandings of the user stories between testers, developers and the product owner during sprint development Since that release, the developers have agreed to implement a TDD approach for future software development.

Creation of the product backlog for the second release is underway and you have recommended to the project stakeholders that an atdd approach be adopted for the backlog's user stories. What would be a GOOD REASON for making this recommendation?

SELECT ONE OPTION

Become a Premium Member for full access
  Unlock Premium Member

Question 128

Report Export Collapse

You have been given this piece of pseudocode to review Assume that the variables have been declared set and validated in code that precedes this piece that you are reviewing Looking only at this part of the code what requires further discussion?

If a < b then

If a > 12 then

seta = 21

else

set a = 23

endif

If b < 17 then

set a = 24

endif

lfb> 14

set a = 25

set b = 10

else

set a = 5

endif

else

set a = 7

endif

Become a Premium Member for full access
  Unlock Premium Member

Question 129

Report Export Collapse

Consider the following section of code:

If ((A > B) or (C > D)) and (E = F) then

print A:

Endif

Which of the following sets of test data can be used to achieve Modified Condition/Decision Coverage with the least number of tests?

ISTQB CTAL-TTA image Question 129 48606 09182024210654000000

Become a Premium Member for full access
  Unlock Premium Member

Question 130

Report Export Collapse

Which of the following is a common technical issue that can result in an automation project failing?

Become a Premium Member for full access
  Unlock Premium Member
Total 175 questions
Go to page: of 18
Search

Related questions