Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

ISTQB Exam CTAL-TTA Topic 4 Question 10 Discussion

Actual exam question for ISTQB's CTAL-TTA exam
Question #: 10
Topic #: 4
[All CTAL-TTA Questions]

You are testing software that will be used in nuclear power plants. The particular piece of code you are testing has been classified as SIL 2. The following section of code falls under this classification:

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

Endif

Which of the following sets of test data would supply the minimum tests needed to achieve the "highly recommended" level of coverage?

Show Suggested Answer Hide Answer
Suggested Answer: B

Keyword-driven test automation is a framework where test cases are written using keywords that represent the actions or tests to be performed on the system. This is an extension of data-driven test automation, which focuses on separating test scripts from the test data, allowing the same test script to be run with various sets of data. Keyword-driven test automation further abstracts the process by allowing tests to be written in a more human-readable form that corresponds to business processes. This approach can improve maintainability and readability of test cases, making them easier to understand and modify. It's not necessarily the case that one is more maintainable or easier to develop than the other (Options C and D); rather, they serve different purposes in test automation strategy.


Contribute your Thoughts:

Britt
8 hours ago
Wait, did they just ask us to test a piece of code that's being used in a nuclear power plant? I sure hope they're taking this seriously!
upvoted 0 times
...
Quentin
5 days ago
Because Set 3 covers all the conditions in the code snippet.
upvoted 0 times
...
Margurite
9 days ago
This question is a tricky one! I'm not sure if I can trust my own judgment on this.
upvoted 0 times
...
Barabara
10 days ago
Why do you think that?
upvoted 0 times
...
Quentin
15 days ago
I think the answer is Set 3.
upvoted 0 times
...

Save Cancel