how to test power point using QTP 8.2 ?
What are different methods to retrieve value from Application during runtime ?
Answers were Sorted based on User's Feedback
Answer / sandy
You can use Output values or Getroproperty("value")
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / rocky
You can use GetRoProperty("innertext/text"), GetCellData(Row,Col) and GetVisibleText.
Is This Answer Correct ? | 1 Yes | 0 No |
we r conduction testing on a project USING QTP, regarding that project the object repository is full ? Till that project having objects that r not recognised by repository, then what wil you do? How we wil recogine remailning objects? Is it possible to maintain another shared(or)peraction repository? what is the maximum capcity of object repository? How the technical people decide this much object repository is enoughf for this project?
Explain the types of object repository?
what is the smart identification techniqu?what r the different mechanisums used in it?
where is the bitmap checkpoint be saved
Is it possible to call from one action to another action in qtp?
What is environment variable in qtp and why to use it?
When can shared object repository fails?
While writing script using For Next Statement in QTP, I try defining the variable in Lib File I am getting syntax error whereas if I use the variable in script file, the script works fine. Can anyone help me in finding the reason behind this?. E:g Dim intStartRow (Define in Lib File----- say abc.vbs) Dim intRow (If I define this variable in Lib file I am getting Syntax error where as if I define in the script file ---- say xyz.mts the script works fine) IntStartRow=2 For intRow = intStartRow to xlWrksht.UsedRange.Rows.Count ‘Some Code here Next
How to change the scripts from Per-Action object repository to shared object repository
Explain about Test Fusion Report of QTP?
Wat is the command used to add an object(properties) to an object repository?
What is the extention of Virtualobject