Valid CT-AI Dumps shared by ExamDiscuss.com for Helping Passing CT-AI Exam! ExamDiscuss.com now offer the newest CT-AI exam dumps, the ExamDiscuss.com CT-AI exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com CT-AI dumps with Test Engine here:
A transportation company operates three types of delivery vehicles in its fleet. The vehicles operate at different speeds (slow, medium, and fast). The transportation company is attempting to optimize scheduling and has created an AI-based program to plan routes for its vehicles using records from the medium-speed vehicle traveling to selected destinations. The test team uses this data in metamorphic testing to test the accuracy of the estimated travel times created by the AI route planner with the actual routes and times. Which of the following describes the next phase of metamorphic testing?
Correct Answer: A
Metamorphic Testing (MT)is a testing technique that verifies AI-based systems by generatingfollow-up test casesbased on existing test cases. These follow-up test cases adhere to aMetamorphic Relation (MR), ensuring that if the system is functioning correctly, changes in input should result in predictable changes in output. * Metamorphic testing works by transforming source test cases into follow-up test cases * Here, thesource test caseinvolves testing themedium-speed vehicle'stravel time. * Thefollow-up test casesare derived byextrapolating travel times for fast and slow vehiclesusing predictable relationships based on speed differences. * MR states that modifying input should result in a predictable change in output * Since the speed of the vehicle is a known factor, it is possible to predict the new arrival times and verify whether they follow expected trends. * This is a direct application of metamorphic testing principles * Inroute optimization systems, metamorphic testing often applies transformations tospeed, distance, or conditionsto verify expected outcomes. * (B) Decomposing each route into traffic density and vehicle power# * While useful for statistical analysis, this approach does not generate follow-up test cases based on a definedmetamorphic relation (MR). * (C) Selecting dissimilar routes and transforming them into a fast or slow route# * Thisdoes not follow metamorphic testing principles, which require predictable transformations. * (D) Running fast vehicles on long routes and slow vehicles on short routes# * This methoddoes not maintain a controlled MRand introduces too manyuncontrolled variables. * Metamorphic testing generates follow-up test cases based on a source test case."MT is a technique aimed at generating test cases which are based on a source test case that has passed.One or more follow- up test cases are generated by changing (metamorphizing) the source test case based on a metamorphic relation (MR)." * MT has been used for testing route optimization AI systems."In the area of AI, MT has been used for testing image recognition, search engines, route optimization and voice recognition, among others." Why Option A is Correct?Why Other Options are Incorrect?References from ISTQB Certified Tester AI Testing Study GuideThus,option A is the correct answer, as it aligns with the principles ofmetamorphic testing by modifying input speeds and verifying expected results.