how i can get the value of label box , please any body tell
me script of that code
Answer Posted / firoz basha shaik
add the object in the repository.
for ex, the object name is lblSelection
Selection = Browser("Browser").Page("Page").VBLabel
("lblSelection").GetROProperty("text")
msgbox Selection
You will come to know what value it consists of
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
How many number of actions possible in qtp?
In qtp, explain what is keyword driven automation framework?
How many types of recording modes are there?
Where we can use the synchronization?
How is test case write?
Can anyone share/send me QTP 8.2 Crack as I had it before but now it's virus affected. Pls send me on Sawale.vijay@gmail.com Thanks, ~Vijay
Explain the differences between table and db checkpoints?
What are the key points to create a framework in QTP for oracle forms?
How many types of recording facility are available in quicktest professional (qtp)?
how do i know how to use tools
What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?
what is the frame work in J-meter?
regular expression in qtp standar check point for months from accepting months from january to december only
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?
Can you write a script to check if the folder exists or not?