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 |
How can i find out any "text's" coordinates in excel sheet For example: I want to know the coordinates of "F" Column in the excell sheet While recording when i clicked on F column it is showing the coordinate values 385,9 but with out recording how can i find out them Suppose i want to clik on "H" column writing the script like this Window("Book1").WinObject("Book1").Click (...........) Here I Dont know what (x y )values should i enter Please any one can help me?
I have written some script in QTP and i added those objects in Object Repository. All written script has been executed successfully. After few days when i tried to execute the same script i got error message "objects not found in Object Repositiry". How can we solve this issue?
Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?
what is the difference between testing and debugging?
How you used DDT in QTP?
what is the Exact Meaning of Environment Variables?
If already everything is tested using White-Box testing, then what is the need of using Black box testing?
can anyone proide me reading material on svit00ef27@yahoo.com please thanx in advance
What is XML checkpoint in QTP. How we can use in Web Based application
What are the steps involved in the recovery scenario wizard?
Explain quicktest professional (qtp) testing process?
A web page has two butons with same properties and rotating in clockwise direction. how to click on any of the button?