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 |
I need Major Help with a Script I recorded in QTP 9.5. I am recording scripts for a Web-based application(s) I have all the URLs for each application in Excel spreadhsheet so that QTP can pull that particular application from the spreadsheet and run it. The problem is QTP isn't recognizing one particular URL so when I hit run in QTP to run this script it opens the internet Explorer but isn't open the URL I have in the Excel spreadsheet. I've retyped the URL and still QTP won't open this Particular one for some reason. The site its self is working fine but for whatever reason QTP won't open it. How do I resolve this? I have a deadline of next Friday the 7th to complete this task so please help me in any way you can. Thanks in advance
Write the vb script for the lowest and highest values of an array?
How to add a runtime parameter to a datasheet?
What are the things(properties, and other details) will be recorded while recording an object using normal recording?
How to create basic scripts from a manual test case in QTP?
hi all, I have installed QTP successfully on windows vista. I am able to record and run on windows applications, but facing problem with web applications. While recording, I am able to open the web application, but when I click on any object or give login name and password, the events are not getting recorded in QTP. Could anyone solve the problem. Any settings to be done for web applications other than selecting web-addin? Waiting for replies. Thanks in advance.
in which situation u will use recording and in which situation u will used to write script manually
Did QTP prove efficient for your project? Yes or No, explain?
What are the different types of recording modes in qtp? Which will be used when?
How does QTP identify an object?
Hi, I am working on microsoft infopath forms..It is standalone form..(not dotnet or web.) . I am not able to indentify any objects in it.. I am currently using active accessibility in the macro for the same but its execution is too slow.. Kindly help in case you have better solution.
What is the difference in the global and action sheet in qtp?