How to create a run time propertyfor an object?
Answer Posted / firoz basha shaik
for ex, suppose that we want to know what is the data in
the text box while the application is running?
FName = Browser("Browser").Page("Page").Webedit
("FirstName").GetROProperty("text")
msgbox FName
the runtime text which is present in FirstName field will
be stored in FName variable and can be seen using msgbox.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
how can we do the frame work in qtp
What will be happen if i load object repository at run time, but it has already associated.
hi can any body give me a script for creating a modularity or keyword driven framework..i am working as a qtp tester for 2 months but still i am not exposed to framework in my company
How QTP support all types of applications (platforms)?
What is QTP and the use of QTP in TD?
I want to write some certification courses, so friends could you guide me? which certification is best and how to write exam and what tutorials need to be studied,what to do first, I am working on automation tool QTP 9.2
What are the different recording modes and how do they work?
Why is Client side image is preferred over server side image?
what is the latest version of QTP? Main difference between 9.2 and 10 version
can i change the runtime properties of an object ? How can i check if a parameter exists in database ?
Is it possible to split an action? How?
what is key word driven frame work ? why it is called like that ? what is the diference between keyword driven and data driven frame work ?
hi all here i have tab named "Workbench" By clicking on "workbench" tab.it displays 4 tabs like below workbench common cargo commercial charter "common" tab have 10tabs inside,"cargo" tab also haveing 15 tabs inside and remaining two tabs also having few tabs inside. when clicked on "common" tab.it displaying the script like tab("workbench").select"common" if i clicked on "cargo".it displaying the script like tab"workbench_2").select"cargo" if i clicked on "commercial".it displaying the script like tab"workbench_3").select"commercial" if i clicked on "charter".it displaying the script like tab"workbench_4").select"charter" I have used a "FOR LOOP" for common,commercial,cargo,charter tabs.it was stopped at second tab SO, CAN I RECOGNIZE "WORKBENCH_2,_3,_4" AS A SINGLE VARIABLE if not, can anyone plese help me to solve this
How to record a qtp script ?
how can i pass a "cript"as a parameter in to a function