Overview

Overview

Welcome to QTP interview questions

Hello software Quality engineers. Welcome to our Software testing world and common QTP(Quick test pro) related technical issues, interview questions etc. . Over 2 years, I am trying to update all possible interview questions in testing area of QTP. With your continuous comments on the topics and suggestions, we are growing day by day.

Wednesday, December 19, 2007

Explain ‘Option explicit’ in QTP? What is the benefit of Option explicit in qtp?

Option explicit is used to declare the variables in QTP script. Normally we use DIM to declare variables in QTP script. For this to declare we need to mention option explicit on the top of the script. If we declare option explicit and not declared any variables, then it shows an error.

No comments:

Post a Comment