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

Answers were Sorted based on User's Feedback



how we can take data in the username field text box into variable in web application explain with ..

Answer / deeps

We use the GetROProperty method to retrieve the current
value of a test object property from run time object in
your application.

Is This Answer Correct ?    4 Yes 1 No

how we can take data in the username field text box into variable in web application explain with ..

Answer / deepa

We can also use "Output Value" method to get the value into
a data table.

Is This Answer Correct ?    2 Yes 1 No

how we can take data in the username field text box into variable in web application explain with ..

Answer / girishkumar

example:
Dim variable name
variable name = Browser(browser).page
(pagename).webEdit(usernaem).GetROproperty(text)

in the above example, "text" is the object property which contain the data of the username field. this property will change based on the the type of class of object you selected. if you use object spy, you can get more object information in that you can select which object suitable to meet your requirement.
Ex: if you want to get data from list box, at that time you may use "items count" instead of "text".

EX:variable name = Browser(browser).page
(pagename).webList(Fly from).GetROproperty(items count)

Is This Answer Correct ?    0 Yes 0 No

how we can take data in the username field text box into variable in web application explain with ..

Answer / sreenivas reddy

dont know abt getroproperty but to retrieve data from edit
box this is the statement ----var=browser("yahoo").page
("yahoo-login").webedit("username").getvisibletext
magbox var

Is This Answer Correct ?    2 Yes 3 No

how we can take data in the username field text box into variable in web application explain with ..

Answer / hariprasad reddy

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 3 No

how we can take data in the username field text box into variable in web application explain with ..

Answer / lcsekhar

i can tell you the procedure to get the data of username if
u can read properly then u might be getting the result.
just declare a variable
x=browser(browser).page(pagename).setROproperty("innertext")
msgbxo x
thats it

Is This Answer Correct ?    1 Yes 9 No

Post New Answer

More QTP Interview Questions

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.

0 Answers  


What is smart identification?

2 Answers   Ordain Solutions,


What is the meaning Work bench?

0 Answers  


Suggest and Define a solution for an application whose objects are not recognized by UFT?

0 Answers  


How many types of recording modes in qtp?

0 Answers  






assume i have few url link how will i dynamically call then using descriptive programming?

0 Answers   BirlaSoft,


Can any body help me to write descriptive program to find a cell value (say 2 row, 3rd column) in a datatable which is creating dynamically and statically

0 Answers  


The string is like POWER STAR PAVAN , write a script for this how to findout the number of "A" in the string ?

7 Answers   TCS,


I want to see all the properties of agent name in login window. I will use the script Set a=Window("FR").WinEdit("Agent Name:").Gettoproperties( ) msgbox but my question is how to use the msgbox if i use a it will display only a, so anyone pls let me know how to get the display of all the properties using GetToProperties () or GetRoProperties (). Thanks a lot

5 Answers  


Create an Excel file and pass the values from Flat File? (for ex:data1.txt,data2.txt )

2 Answers   FIS,


In qtp what type of data tables are used , name and list out them

1 Answers   Polaris,


can we run the scripts of qtp 8.2 in the qtp7.0?

1 Answers  


Categories