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 |
what are the different kinds of frameworks in automation?
hello, i was install Q.T.P.8.2 in windows xp version .when i am running my programs all the desktop icons are disappear why so. please guide me anybody how can i come out side this problem.
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?
how can you describe the basic flow of automation with conditional and programmatic logic?
How to Import data from a ".xls" file to Data table during Runtime.
Explain in brief about the QTP Automation Object Model.
How to measure transaction time through VBScript without using start and end transaction points?
How QTP identify the system time that's changes every seconds?
Write a QTP script to enter a keyword in to Google search engine?
Is it possible to change the name of a test object. I mean when we are recording the script for an object (for Ex: Username is a text field which has value "Babu",i am recording that). Then the Name of the object will become "Babu" in object repository. If i want to change "babu" as "xxxxx" .. is it possible to do? Pls help me in this .. if you didn't understand the question, pls let me know.
we have 10 actions in out test how can we convert 9th action is main action ? how ?
Explain abt the File System Object in QTP with ex