
Loading ...
At times, there are situations where we need to execute the same operation on multiple objects. Example of such situations is listed below
Checking/Unchecking all Check Boxes on a web page
Setting all the Text Boxes to blank value
Selecting the first possible value for every WebRadioGroup
The usual way to do it in Descriptive Programming (DP) is to [...]
Register or Login to read the full article...
Tags used -
Action, Descriptive Programming, execute, Framework, function, GetTOProperties, multiple, RegisterUserFunc, SI, Smart Identification

Loading ...
QTP provides 4 methods for working on a Test object properties
GetTOProperty
SetTOProperty
GetTOProperties
GetROProperty
A lot of times developers (Yes we are not testers) using QTP mix these methods and don’t know which one to use in which situation. After reading this article you will clearly understand Why, When and How to use these methods.
Before we go deep into [...]
Register or Login to read the full article...
Tags used -
GetROProperty, GetTOProperties, GetTOProperty, identification, Object identification, Object Repository, Repository, SetTOProperty, Smart Identification, test object