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 Posted / 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 |
Post New Answer View All Answers
How did you use regular expressions in QTP and also in WR?
If you have two monitors one is of 19inch and the 2nd one is of 24inch,if you want to write same QTP script in both the two monitors is there any changes required in the script?
breef description of batch testing ?
what is the hierarchy to use properties in descriptive programming
how do i know how to use tools
Get the count of files of similar types from a folder.
How should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.
Hi! Using Descriptive Programming How do we get Parent object for an object by writing script(DP). Say, i want to get a parent object for a "Link" in a web page by writing script in Descriptive Programming.
This is Karthic and my mail id is karthic.venkitapathi@gmail.com, please give me an idea to crack qtp 10
The hybrid framework can be implemented for any application. Is it true?
How you debug your script?
Hi All, How to get repeated word in string . Thanks Balaji
is it possible to add sheets to excel at runtime
How reliable are the site's Internet connections required to be? And how does that affect backup system or redundant connection requirements and testing?
What is the difference between per-action and shared?