How to capture the text from the application using QTP?
Answers were Sorted based on User's Feedback
Answer / pravati
Browser().page().webobject().getroproperty("innertext")
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nitin
Browser("Browser").Page("Page").Webobject("PropertyName:=Property
value").GetRo("Property")
| Is This Answer Correct ? | 1 Yes | 4 No |
How reliable are the site's Internet connections required to be? And how does that affect backup system or redundant connection requirements and testing?
How can you connect the database with QTP?
how to pass parameters from one action to another using output parameters I am not calling action 2 from action 1, they are being called individually I need syntax please .. Requirement: Action 1 customer = Browser(" ").Page(" ").Link(" ").GetROProperty("value") I want to use the value stored in customer in Action 2 I do not want to use any of these actions as re-usable actions
I want to clear the webedit field without using set"" in qtp script
Describe function procedure in vbscript.
how to retrieve the xml file data through qtp. can anybody send script for this..
Hello everyone, I am trying to parametrize a script. Its clear to me that, we use data table to enter various text data. but if I want to change the radiobutton (e.g. if for first iteration I selected radio button 'A' and for second iteration I want to use 'B' radio button for second iteration) then how can I make it happen. I have tried to define the question but still if not clear plz tell me. Thanks everyone
wht is the difference between action and functio?
Hi I am from delhi, Now I can surely say that no institution of QTP here in Delhi After reading you people I want to get cry, from last six month I am trying to learn QTP, I have knowledge too but dont know VB Script. Now it appears that without learning QTP no one can learn complete QTP, I want to get a formal learning in QTP. Can you suggest me the best institution. and please let me know the charges and span of the course too. thanks in advance to you alkaa.dugaal@gmail.com
can somebody send the script to write a multiplication table in notepad through qtp
In web page there is five OK buttons available, while recording i click on 3rd OK button, How QTP identify the 3rd OK button while running script? Is qtp identify 3rd ok button?
How do u insert an object during runtime in qtp?