what is the difference between ClassName and class in QTP?
Answers were Sorted based on User's Feedback
Answer / shekhar
"Class Name" represents the type of object like webButton,WebEdit.micclass represent the same while using DP
and "class" is just a selector to provide styling in HTML.
that is userdefined.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / gaurav anand
class is present in the html code and its an attribute there. However, class name is an identifier used by qtp for different kind of webobjects viz. links, webedits etc. as "micclass."
| Is This Answer Correct ? | 0 Yes | 1 No |
What are "Ordinal Identifiers" and where it is used in QTP. AS FAR AS i KNOW, its is used to identify the object. but i want clarity regarding this.
Explain the keyword driven framework for the window based application complete creation of library files,env file,test data,recovery file,excel file ,repository etc and as a test engineer how is ur approach
Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji
hi, i am trying to capture "web element" names in a web page, and i written the code like this,, with Browser("title:=") with .page("") .webelement("htmltag:=...").getroproperty("innertext") end with end with //////////////////////////////////////////////////////////////////////////////////// QTP RETURN ERROR like this: " object's description matches more than one of the objects currently displayed in your application. Add additional properties to the object description in order to uniquely identify the object" ok fine , i need to search another property other than "index" i use all the properties like class,text,innerhtml,innertext,visible=true,x , y,abs x ,abs y...but qtp returns error ..... in this webpage index is difficult to find? how to solve
Have you performed Debugging and how did you?
WHAT ARE THE SHORTCUT KEYS IN QTP?
How to record application running on the Virtual machine?
I want to assign values in a table in my software, in first column i will give values, table is of 4x4 i.e 4 row and 4 columns, i m using VBScript in my automation work. it is a simple table for giving values.
How to analyzing Test Results using QTP?
What are the Automation Limitations??
How to send QTP scripts to our colleagues?
what is difference between wait and synchronization point.