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 |
How can we use the "CreateObject ("Scripting.FileSystemObject")" in QTP and what is the definition and purpose of it?
what is test scheduling?
Subj: realtime example of Database check point, Can any one please detail on how the Database check point is utilized/implemented in a real time project. I already know how to make one by creating DSN/ODBC and writing the required query manually and other steps...I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thank you in advance
how can i pass a "cript"as a parameter in to a function
I want to open a GOOGLE page without recording a test in QTP.Can any one answer me?
Can we write class for vb script in Quick Test Professional?
can u store QTp frame work folders in VSS? If Not where u store those?
Plz write the code, function will take the parameter as month number, i.e., numerical value, but it returns the last day of the month in string (weekday). example: input: function parameter: 3(march) output: thursday
How to find array size in qtp?
tell me types of environment variables? what r they? explain details? pls give anwer any one?
What is Terminal Emulators”? Why we used in QTP.? How he works on QTP.
Is there a function to find the number of occurrences of sub strings within a string?