How we can add objects to the object repository during the
running?is it possible or not?explain
Answer Posted / raju
I think it's possible, using the setToproperty.u can add
the one 0r more property's in runtime
SCRIPT:
OH.setTOpropery "property name","propery value"
If u have any doubt just give me the call:
09823257761
pune-14
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
Hi! My OTP script has several bitmap checkpoints included which I check in the test results xml file. The test is for SAP 4.7. I need to save these bitmaps to files or at least export them to the html file using the export function in the test results viewer. Could you please help me with this problem? Thank you in advance! Best regards, Peter
How to associate function library at a run time?
How many types of run modes are there in qtp?
What is the use of text output value in quicktest professional (qtp)?
Can we create a qtp test from qc?
How would you export a script from one pc to another in qtp?
How can we conduct U-I Testing by using QTP??????
write a script to verify the image path(src property) of the images which are in web pages.
before launching qtp, we need to close all the open browsers u dont know what are all the browsers either it might be ie,mozilla etc and u dont know how many brosers are open.... u need to close all these before launching qtp.. can anyone plz temme d solution...
what is stepin & stepout?
UFT 12.02 which ALM version will support
How can I change object description or check point values in qtp?
Want to verify notepad reports using QTP framework or any other BV script method. Can anyone share the method to achieve it? Eg. Person Name is the header and the actual name is John then how can we verify weather person name is John
How do we handle run-time errors?