Multiple choice technology testing

If you are typing in expert view and you type an object followed by dot,What does Quick test Display?

  1. Nothing

  2. The Arguments of the Objects

  3. Methods and properties of the objects

  4. The child objects and methods for that objects.

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

In QuickTest Expert View, typing an object name followed by a dot triggers IntelliSense-style autocomplete. This displays child objects and available methods for that object, aiding code completion.