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
What is the syntax for how to call one script from another?
Hi all Can u give me the link where we can download full version of qtp my mail id is karthic.venkitapathi@gmail.com
Where to use function or action?
How to change the priorities of the recovery scenario properties?
How to delete an object from the object repository?
What are the steps involved in the recovery scenario wizard?
How many types of status are there?
When Recovery scenario actually starts while testing the application?
What are the common defects found in your project? (in qtp interview)
Is it possible to change the property value at runtime? How it is possible?
How qtp recognizes the object?
Write the code for,In the page screen we have total 10 Links,out of these I have to click 9th link
Can any give an example(if possible templates) how to test web application using QTP. thanks in advance
What environment does qtp run in?
which type of testing process are you following in ur company? how to recognize a qtp page?