GetRoProperty
Related posts:
- What’s the basic concept of Qucik Test Professional? Quick test Professional is widely used for functional testing database and Regression testing. It’s easy to use and script development and maintains is very easy in compare to other automation tools. Quick test professional supports the various languages like Visual Basic (VB), XML, JavaScript, Java, and HTML. User can...
- What is Object Repository? QuickTest adds each object on which you perform an operation as a collection called object repository ...
- What are the different scripting languages you could use when working with QTP ? Visual Basic (VB), XML, JavaScript, Java, HTML....
- Differences between QTP & WinRunner? QTP is object bases Scripting ( VBS) where Win Runner is TSL (C based) Scripting. QTP supports “.NET” application Automation not available in Win Runner QTP has “Active Screen” support which captures the application, not available in Win Runner. QTP has “Data Table” to store script values , variables which...
- What is function library? These are VB scripts which contains build in functionality, which are associated with QTP for Application specific requirements.Each function library is a separate Quick Test document containing VBscript functions, subroutines, classes, modules, and so forth. Each Function library opens in its own window, in addition to the test that is...
- What are the synchronizations in QTP? Synchronization point, wait statement, exist are the three types of synchronization in QTP...
- How to “Turn Off” QTP results after running a Script? Goto “Tools > Options > Run Tab” and Deselect “View results when run session ends”. But this suppresses only the result window, but a og will be created and can viewed manually which cannot be restricted from getting created....
- What is the descriptive programming? what is the use of descriptive programming? QTP uses its object repository to refer to objects present in your test and which have been recorded, if you wish to use objects that were not recorded and are not present in your object repository then we use descriptive programming, where QTP does not refer to object repository but...
- When and Why to use Descriptive programming? The objects in the application are dynamic in nature and need special handling to identify the object. The best example would be of clicking a link which changes according to the user of the application, Ex. Logout...
- What does a Recovery Scenario consists of? Recovery scenario settings enable you to specify how a business component recovers from unexpected events and errors during a run session or during execution Trigger: Trigger is nothing but the cause for initiating the recovery scenario. It could be any popup window, any test error, particular state of an object...