nerdexam
iSQI

CTAL-TA_SYLL2019 · Question #25

A car navigation system needs to be integrated in the overall car software It is important to verify that the car navigation is functioning correctly once integrated. Thus functional correctness is…

The correct answer is A. State transition testing. State transition testing is a technique that tests the behaviour of a system or component based on its transitions between states in response to events. It is suitable for testing systems that have complex interactions and dependencies, such as a car navigation system that…

Black-Box Test Techniques

Question

A car navigation system needs to be integrated in the overall car software It is important to verify that the car navigation is functioning correctly once integrated. Thus functional correctness is considered to be important. Which of the following techniques is most likely to support the required functional correctness testing?

Options

  • AState transition testing
  • BMultiple condition testing
  • CVulnerability scan
  • DHeuristic evaluation

How the community answered

(44 responses)
  • A
    75% (33)
  • B
    5% (2)
  • C
    14% (6)
  • D
    7% (3)

Explanation

State transition testing is a technique that tests the behaviour of a system or component based on its transitions between states in response to events. It is suitable for testing systems that have complex interactions and dependencies, such as a car navigation system that needs to integrate with other car software components. State transition testing can verify the functional correctness of the system by checking if it responds correctly to different inputs and events, and if it reaches the expected states and outputs. Reference = ISTQB Certified Tester Advanced Level Syllabus Technical Test Analyst, page 54, section 4.2.2.2.

Topics

#state transition testing#functional correctness#integration testing#technique selection

Community Discussion

No community discussion yet for this question.

Full CTAL-TA_SYLL2019 Practice