How to retrive the property of an object?
Answers were Sorted based on User's Feedback
Answer / sharath
Spy the object
a dialog box comes with the properites and the associated
methods
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / jayadev acharam
Example:
Dim link_Text
link_Text=Browser("abcd").Page("efgh").Link.GetROProperty
("innertext")
| Is This Answer Correct ? | 1 Yes | 0 No |
how to run the script If QTP tool not identify object in web page
After running scripts how you report results ,there is any specific report form
How to call Datable values in the QTP program. exp: I have two parameters like Email id and Password this two i would like to add multiple entries in the datable to use it. What is the difference between Gobal/Action datatable
what are the settings to be done to make the recovery scenario created for one test to be used bye all the other tests. please tell me recovery scenario process in detail.
How we can we create a Text checkpoint in QTP 9.1,Actually what i did is first i put in recording mode and gofor Inser menu>Checkpoint>Textcheckpoint>click,Now an hand symbol came and i showed it to some textbox and cliked but the QTP9.1 is giving an error message like "The Obkect you are selecting doesn't support this operation" If i go for Help of QTP 9.1 information I didn't get any solution,pls help me in this issue.
suppose 3 excel sheets are there * we are trying to check for login credentials for a page. userid from excel1 , password is from excel2 whether the page is opened or not that checkpoint is result is should be stored in excel 3.... this qus i have faced in IBM technical round... please tell script for above query
Could anyone please tell me one situation where you have used recovery scenarion in real time with an example?
How u do the back end testing in QTP?
when i add the items to the repositry, the item is loading is "winmenu", but wn i write the script the tool is not able to recognise the item, i know that we need to define the mandatory or assitive properties here, but i am confused wt i need to difine here and on wt basis i need to select the properties and define it, can any one help me out on this.
Tell me few important difference Between QTP and WinRunner?
what is qtp automation frame work,what is the use of that frame work?
64 Answers Cap Gemini, IBM, iGate, TCS,
can i login a page by giving username and password and click on ok button through database parameterization.and if its yes then please write the code of that