how we can take data in the username field text box into
variable in web application explain with example and give
all functions to get data into variables
Answer / sreeprasad
Any Application, it may be web or it may be window based
applications, we use getroproperty() method to get the data
from the Editbox.Same way if u want to set the data to the
editbox we use set()method.
for example:
Dim variable name
variable name = Browser(browser).page
(pagename).GetROproperty("Logical name")
if u want to print in dialogbox use msgbox()function OR
if u want to print in test result use reporter.reporter
event() function
| Is This Answer Correct ? | 0 Yes | 0 No |
How u prepare Test result summary in QTp?
Can i run the qtp, without OBJECT REPOSTIRY...
what is exacltly TIERS ?
1. Pls can anyone give me the descriptive programing script to find the number of edit boxes in a login window in flights reservation (windows application only not web). 2. Using descriptive programing, how do you handle changing URLs. Pls anyone, very urgent
Is there is any method how to connect remote desk throw QTP if yes please answer with a example?
How to add synchronisation points in qtp?
what is difference between wait and synchronization point.
your doing one project testing then how u know itis wheather web based application or windows based application?
What is descriptive.create () in QTP?
What is the use of sendkeys and what are send keys
Hi All, I have QTP installed on my machine but the application under test is on remote machine. I need to automate the scenarios which consist of automatically enter the remote machine through IP address ,record the application in remote machine and run it also when played. Can some one tell how to record the application in remote machine.
who QTP recognizes the object stored in object repository?