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 |
I have written some scripts in QTP by using older version, but I want to run them in latest version. Is there any process to do that.If so can anyone explain me?
Explain roles and responsibilites of 2yrs Automation qtp engineer.
How to import a test case present in ".xls" file to TD under a Test set?
Can we use same virtual objects in many number of tests?
How to handle "Java Runtime error" popup window in the web application ? Sometimes the application throws the error repeatedly... Is there any browser setting available to disable the error ?
How many types of recording modes in qtp? Which will be used when?
Inserting a Call to Action is not importing all columns in Datatable of globalsheet. Why?
During execution, how can we capture the data from the pop- up, ie. when any popup comes with some numbers written on it, then how can we capture the value/number that is coming on the pop-up and save in the dynamic file/or other file, even when the run is going on.
i have batch scripts in qtp and i want to update the status like pass/fail in excel sheet after excecuting the every script in batch.how to write the script for this?
How to Creating an Output Value using QTP?
How to work with multiple browsers when opened in the window, write the script for it
What are the different kinds of test steps?