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 |
Got job with 3 years fake Experience
what is the difference between wait and wait function
Hoe can we do retesting using functions please give the code for it using login page
Why divide a test into three action calls?
What is the Risk Analysis? Waht types of risk analysis are there?
Could you please any one give code for the following ? Scenario : Suppose a excel file contains 10 records and earch have 5 fields. how can i input this excel file for datadrive wizard ? Please explain
How can we extract data like "Details","Result","Time" from the 'Run Error' result generated in QTP after run time errors are generated during a run & import the details etc...into excel sheet
1.How do u prepare the test suits in QC? 2.How do u convert requirements to test plan in QC?
i need code for how to click on particular mail in utlook mail box .its urjent Thank You Balaji
How can I find out the cursor position through QTP suppose I am keep tabbing(Pressing the tab key continuously) and stoped at a position Now I want to find out where the cursor position is
I wanted to create Data Driven test for login page (loginname,password). Password is same for all the loginnames. I recorded the script for one user. I mentioned all the user names in the global excel sheet with the column name as "Loginname". I mentioned 5 loginnames. I selected tools- >datadriver and select loginname. Select parameterize and select parameter all option.Changed the parameter name to "loginname" which i mentioned in the global excel sheet. I executed the script. For the users 2 and 4 only, the script is failing... can anybody explain why the script is failing for users 2 and 4.
I am a new tester that needs to create an automatic script involving security questions. On a webpage I need to select a security question(which are random) from a drop down menu, and then input the answer as the last word from the security question. I have the script set-up to automatically select the first security question from the drop down. The problem I am having is trying to insert the security answer. How do I insert the security answer based on the selection from the security question?