What are the types of descriptive programming in QTP
-
Static
-
Tertiary
-
Dynamic
-
Both 1 and 3
D
Correct answer
Explanation
Descriptive programming in QTP has two types: Static (where properties are hardcoded in the script) and Dynamic (where properties are built programmatically at runtime). Both approaches eliminate the need for an object repository. Option B (Tertiary) is not a valid type of descriptive programming.