How to capture the text from the application using QTP?
Answer Posted / pravati
Browser().page().webobject().getroproperty("innertext")
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
hi, FOR 3+ QTP INTERVIEW, FOR EXAMPLE WE PUT ONLINE BANKING SYSTEM PROJECT IN OUR RESUME, IN PROJECT MANAGER ROUND...WHAT R THE MAJOR QUESTIONS ARE ASKED IN P.M? PLS TELL ME ATLEAST 10 QUESTIONS?.....AND IF POSSIBLE POST ANSWERS ALSO....
Can anyone pls tell me how to do action parameterization (input and output parameters) with respect to login window and insert order of flight reservation window in detail( pls give a clear step by step explanation with example) anyone please. Will be very thankful to u
How do you do batch testing in wr & is it possible to do in qtp, if so explain?
When Recovery scenario actually starts while testing the application?
How will you check that your test cases covered all the requirements?
How to record a qtp script ?
what is review
What are the different attributes used with regular expression?
Hi, My name is kishan. I have good Conceptual Knowledge on QTP. In order to Boost up my Confidence Level, I want to do a Project oriented Training only on QTP in Hyderabad. Kindly Let me know which is the Best QTP Project Training Institute in Hyderabad. Thanks in Advance kishan
how to acess a test in RSA?
Explain the terms test and business component?
iam working in QTP for 2+ of exp if i attend the interview what r questions asked in perfomence testing{loadrunner} ? pls any one can say answer to this question?
On the website, the protocol has been changed https: to https what you will do? Tell me your approach?
What is Curd testing?
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks