Answer Posted / uday kumar_anem
We can also call an action at run time using:
RunAciton "Action#[Script Name]"
Ex: RunAction "Action1[SampleScript]"
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain in brief about the quicktest professional automation object model?
What are the key elements available in test result window?
What is a quick test professional?
How does qtp identify the object in the application?
How do you perform Regreession Testing?
Can anybody post some real time scenario in qtp? please its very urgent.
What is QTP testing process?
what is the diff b/w assistive and mandatary rules of object repository in QTP???
How will you report the bug and explain the defect tracking sheet you handled?
Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?
How many types of parameters are available in quicktest professional?
hi i am working with vbwindow on qtp.first i am openning qtp whenever open qtp my application not open that time generated error like "Runtime error 0" and fatal error:automation error how to solve this problem pls tell me
what are the mandatory properties for a tex boxc (scenario?)
assume i have few url link how will i dynamically call then using descriptive programming?
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?