Multiple choice technology testing

We can make use of particular packages in RFT by using below statement

  1. Inherit

  2. Use

  3. Import

  4. Include

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Java uses the 'import' statement to include packages and classes. In RFT scripts written in Java, you use 'import com.rational.test.*' style statements to access RFT-specific classes and functionality.