can u write one user defined function for webedit class.

Answer Posted / adlajaipal

'@generic function for Webedit
'@ arguments to pass values
Function WebEdit(sValue,sItem)
set Edit=description.create()
Edit("micclass").value="webedit"
set
basepage=Browser("micclass:=Browser").page("micclass:=Page").childobjects(Edit)
sCount=basepage.count
for i=1 to sCount
Edit=basepage(i).getroproperty("name")
if sValue=Edit then
basepage(i).set sItem
exit for
end if
next
end function
'@ call
WebEdit "Editbox name", "value of edit box"

Is This Answer Correct ?    5 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the syntax for how to call one script from another?

772


Hi all Can u give me the link where we can download full version of qtp my mail id is karthic.venkitapathi@gmail.com

1561


Where to use function or action?

841


How to change the priorities of the recovery scenario properties?

810


How to delete an object from the object repository?

782


What are the steps involved in the recovery scenario wizard?

757


How many types of status are there?

788


When Recovery scenario actually starts while testing the application?

1749


What are the common defects found in your project? (in qtp interview)

1804


Is it possible to change the property value at runtime? How it is possible?

763


How qtp recognizes the object?

849


Write the code for,In the page screen we have total 10 Links,out of these I have to click 9th link

1054


Can any give an example(if possible templates) how to test web application using QTP. thanks in advance

1764


What environment does qtp run in?

771


which type of testing process are you following in ur company? how to recognize a qtp page?

1569