can u write one user defined function for webedit class.
Answer Posted / murali raju
Public function edit(name)
Browser("yahoo").Page("yahoo").Webedit("User Id").set name
End function
Call edit("Murali Raju")
| Is This Answer Correct ? | 12 Yes | 6 No |
Post New Answer View All Answers
What is the virtual object?
Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?
Is it possible to change the property value at runtime? How it is possible?
How do you handle multiple banners(at the top the page, the banner is scrolling) in a web page(Dont take the name property(regular expression))
can any body clearly explain about keyword driven framework .give me the explanation for files what ever you use in this frame work?
How to open a new test using quicktest professional (qtp)?
If I give some thousand tests to execute in two days what do you do?
How do we handle run-time errors?
What are the different ways to invoke an application using QTP?
How does you pass optional arguments in qtp?
What is smart identification in QTP?
how can you do retesting (datadriven test) using notepad amd by using functions NOTE u should not use datatable methods
What is test object model in quicktest professional (qtp)?
why you have standardized functions? plzzz guys with real time exp. do answer
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?