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…
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)- A75% (33)
- B5% (2)
- C14% (6)
- D7% (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
Community Discussion
No community discussion yet for this question.