Multiple choice technology testing How can you ensure that all the variables must be declared thin a script? You Can’t OptionDeclare Declare Explicit Option Explicit Reveal answer Fill a bubble to check yourself D Correct answer Explanation In VBScript (used in QTP/UFT), placing Option Explicit at the top of a script forces the developer to declare all variables before using them.