Write a command for setvalue function in a webedit
Answers were Sorted based on User's Feedback
Answer / sudha tiwari
To set Value in edit box:
browser("name").Page("name").WebEdit("name").Set "SSSS"
To set the value of the specified property in the test
object description:
browser("name").Page("name").WebEdit
("name").SetTOProperty "propertyname, "value"
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / harsha
we cab set the value for the webedit by:
Browser("name").page("name").frame("name").webedit
("name").object.setvalue("value")
| Is This Answer Correct ? | 0 Yes | 0 No |
IF application is a Java-based application means 2 0r 3 tier application. How the script will be in QTP. pls kindly give some sample script.
can i able to connect any version of qtp to any version qc
How did you achieve reusability via QTP?
Pls anyone, tell me the script in QTP to find the number of links, and images in a webpage. Verry very urgent. I shall really be very thankful
What is the difference between QTP 8.2 object repository and QTP 9.2 object repository Any body have an please give Answer Mail id: nagireddy.sn@gmail.com
Hi .. i want to write the script for the combo nox list . For example if any combo box having a multipul itme. So how can i retrive each item for each iteration ? help me out .
When do go for loop condition in test?
I am testing a website TheLancet in qtp 9.2 and running a script but its not working.Tell me if m doing anything wrong in the script. If Browser("TheLancet.com - Home Page").Page("TheLancet.com - Home Page").Link("Clinical").exists then msgbox "object exist" Else msgbox"object doesnt exist"
Hybrid framework supports Descriptive programming. Is it true?
can onyone tell me how to comapre the output of two different Data Bases in QTP?
DEFECT LIFE CYCLE,WHO PUT THE STATUS AS OPEN
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?