What is difference between Class and MicClass
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / ram
Both represents the same thing but....
MicClass represents the type of an objet and class is a normal property which can be blank.Micclass property is alway there because it gives the type of object.
Please clarify if I am wrong.
Thanks,
Ram
9109699851282
| Is This Answer Correct ? | 1 Yes | 0 No |
Hi, Is there any function or vbscript in QTP to clear the cookies,sessions. Please help me in this.
In my script there is a link(e.g. 'My Page') when I execute the script sometimes(not every time) QTP throws an error that "My Page(as link)" not found. Pleaase tell me where I need to update
i have written some lines of code today..tommorow some lines of code deleted in middle of that code..how to handle this type of script
How can we conduct U-I Testing by using QTP??????
What is a recovery scenario?
What is the difference between the design-time and run-time data tables?
1.how can we report the QTP test result in a different excel sheet 2.
when we enter url,one page should open.write a vb script ,that page is open or not
2 Answers Blue Chip India, Persistent,
How to retrieve particular cell data in excel sheet ?without importing method.
In the application that I'm testing is having a WYSIWIYG editor.QTP is recording editor's body as web element. I want to add some data to this web Element at run time. The problem is that I cant find a method to add contents to this web Element. Can any one come up with an answer for this. Thankx.
Tell me Three major differences between QTP & Winrunner?
what is the difference between window command and dialog command