Halloween Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

All CTAL-TTA Test Inside ISTQB Questions

Page: 4 / 13
Total 175 questions

Certified Tester Advanced Level Technical Test Analyst Questions and Answers

Question 13

You have identified existing test cases that require re-factoring, Which is the NEXT task you should perform?

SELECT ONE OPTION

Options:

A.

Adjust the observable behavior of the tests to meet the user stories

B.

Re run the tests to ensure that the test results remain the same

C.

Analyze the Impact of the functionality of the current iteration on the existing regression tests

D.

Make changes to the internal structure of the tests to improve maintainability

Question 14

Within the world of consumer electronics, the amount of embedded software is growing rapidly. The amount of software in high-end television sets has increased by a factor of about eight over the last six years. In addition, the market of consumer electronics has been faced with a 5 -10% price erosion per year. The price of a product is, among a number of other things, determined by the microcontroller used. Therefore, the use of ROM and RAM remains under high pressure in consumer electronic products, leading to severe restrictions on code size.

You are a Technical Test Analyst involved in the review of the architecture of this project.

Which of the following issues would be MOST important to focus on during the review and when verifying the correct implementation?

Options:

A.

Connection pooling

B.

Caching

C.

Transaction concurrency

D.

Lazy instantiation

Question 15

Which of the following statements is true regarding API and GUI testing?

Options:

A.

API testing usually tests Individual inputs rather than combinations whereas GUI testing usually tests combinations

B.

In a service-oriented architecture. GUI testing is more important because of the need to verify the service supplied to the user

C.

Negative testing is used primarily with GUI testing

D.

API testing usually requires the use of tools, whereas GUI testing usually does not

Question 16

How many test cases need to be designed to achieve 100% decision coverage in the following piece of pseudo-code which applies discount rates to hotel room bookings?

Read (Loyalty_level)

Read (Room_price)

IF (Room_price > 200)

IF (Loyalty_level = Platinum)

Discount_factor = 80%

ELSE

IF (Loyalty_level = Gold)

Discount_factor = 85%

ELSE

Discount_factor = 95%

ENDIF

ENDIF

ELSE

IF (Room_price > 150)

IF (Loyalty_level = Platinum)

Discount_factor = 85%

ELSE

Discount_factor = 95%

ENDIF

ELSE

Discount_factor = 100%

ENDIF

ENDIF

Room_price = Room_price * Discount_factor

IF (Discount_factor < 100%)

Show message "Congratulations - you have received a discount!"

ENDIF

Options:

A.

4

B.

6

C.

7

D.

8

Page: 4 / 13
Total 175 questions