Answer Posted / uday
Both represents the same thing.
While writing description for an object we use micclass.
While calling that object type we say it as Class/Class Name.
Ex: Find a link with name Google.
When you spy the link object it says Class Name as Link.
But when you write code to work on this object, we have to
use micclass like
set lnkObj=description.create
lnkObj("micclass").value="Link"
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
in qtp 3 sheets is there in data table like global, action1, action2. I want to check the rows and columns in action2. how can check using script?
how to disable the pop ups through QTP using a script
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
Why is Client side image is preferred over server side image?
hi in real time who will execute the qtp test scripts? my faculty said, in a companty automation testers are written the test scripts and manual testers are execute the test scripts...IS IT RIGHT OR NOT?
what is object and child object.. explain ..if possible give some example for better understanding ..
What is the Difference between copy to action and call to action?
PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME
Define Environment Variable in UFT and its uses?
How do you convert manual test cases to automated test cases?
can test automation improve test effectiveness?
How to Test the mainframe application?
What are the major/ important methods, functions in QTP we use realtime testing
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s.
In qtp, explain what is keyword driven automation framework?