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 |
in QTP,how to write a descriptive program for "yahoo" or "gmail" Login page
How to supress warnings from the "Test results page"?
Is it possible to run qtp scripts in Test Director(Scripts are uploaded in Test director)???and also how to see the test results in test director???
What is the registration process and examination fees?
anybody give me the real time example for descriptive programming of web application
I have recorded a test using qtp to download a file in an application. Code: Browser("MFA Work Queue Manager").Page("MFA Work Queue Manager").Link("Rules Maintenance").Click Browser("MFA Work Queue Manager").Page("Rule Maintenance").WebEdit("txtSearch").Set "PmtType" Browser("MFA Work Queue Manager").Page("Rule Maintenance").WebButton("Search").Click Browser("MFA Work Queue Manager").Page("Rule Maintenance").WebButton("Export").Click Browser("MFA Work Queue Manager").Dialog("File Download").WinButton("Save").Click Browser("MFA Work Queue Manager").Page("Rule Maintenance").Sync Dialog("Save As").WinButton("Save").Click Dialog("Save As_2").WinButton("Yes").Click Problem: When running this test it gives an error at line no. 5 as Save button object is not identified by it's parent object. This code I ran 4 times after recording at it was working fine but 5th time onwords, it starts giving me the above problem. I used exist property option, Check Property option but none of this changes work at all. Kindly help...
how will you handle the situation when object is not caputred during record?
Wht is Smart Identification Mechanisam in QTP..Actually when do we this Technology means during Recording or running ....how is technology works. Anybody can expalin this .....Thanks in advacne
what is tool interface?
How can we test an XML using QTP? I have been to an interview, where they have given me an XML which had 15 values and they have given those values on a separate page. They asked me to write a QTP script to check the XML is having those particular 15 values.
How to retrieve the property of an object in QTP?
Hi any body can tell me the in detaled information about Description.Create() thanks in advance