Google News
logo
JMeter - Quiz(MCQ)
What is the purpose of the Test Fragment in JMeter?
A)
To define a test plan
B)
To define a test suite
C)
To define a reusable test fragment
D)
To define a test case

Correct Answer :   To define a reusable test fragment


Explanation : The Test Fragment in JMeter is used to define a reusable test fragment that can be used in multiple test plans or test cases. It allows you to define a group of test elements as a single entity that can be easily included in other tests without duplicating code.

Advertisement