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 Friends, while playing the recorded test i am getting this error "Cannot identify the object "q" (of class WebEdit). Verify that this object's properties match an object currently displayed in your application." error is coming in this line of code "Line (2): "Browser("Google").Page("Google").WebEdit("q").Set "airtel broadband"". " .... please tell me how to overcome this problem. need help asap... Thanx in advance
What is the Diff between Image check-point and Bit map Check point?
What is iteration? How it is related to Test Results in QTP?
Hello Everybody, Can anyone tell me that in QTP how to count the number of webelements from the object repository. Please provide the code. Thanks in advance, Gaytri
str="QTP AUTOMATION TESTING" here how many T are there in the str finally i want to display the T
How to make an Action as reusable?
I have a login page like username, password and login. I have to pass the 50 user names and 50 passwords but how can i test this page with out using parameters?
Hi, How to give drop down values as input [Variable] from data table in QTP? If u know share with me.
in login module login button chage regularly(means login button change to submit button).What is the code for it.
HI All i need one suggestion.is there any companies taking corresponding degree courses. i have 3+ yrs exp in QTP and i am working north side. iam looking for job in south.
What is quicktest professional window?
how can i call an external action,which is not added external action of an action?