what is the difference between ClassName and class in QTP?
Answer Posted / 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 |
Post New Answer View All Answers
What is data driver in qtp?
How to create Reusable and Multiple Actions?
I AM TRYING PORT CODE FROM WINRUNNER TO QTP AND DON'T KNOW TO HOW TO CHECK THE ERRORS. IN WINRUNNER FUNCTION RETURNS EIGHER 0 OR -1 AGAINST WHICH RESULT CAN BE MADE PASS OR FAIL BUT IN QTP I DON'T SEE FUNCTIONS RETURNING ANY VALUE. APPRECIATE IF ANYONE COULD HELP ME CONVERTING FOLLWOING WINRUNNER CODE TO QTP. set_window("Customer Service"); rc = web_obj_get_text("Summary","#2","#4",ssn,""," ",1); if (rc != E_OK) { report_msg("[GetSubscriberSummary] Could Not get subscriber SSN; rc = "&rc); myRC = rc; } else { ssn = StripBlank(ssn); if (DEBUG) report_msg ("[GetSubscriberSummary] SSN: "&ssn); }
Is text area check point supports for web applications?
Print the Prime numbers in below format only up to 20(Need commas also) 1,2,3,5,7,9,11,13,17,19
please any one can explain the keyword driven framework. with gmail example.
How you can find length of array in qtp?
Explain the difference between call to action and copy action?
What is keyword view in qtp?
Can any one tell me about "Mapping Repository Parameter Values" and why we use it....??How to use it???Please, tell the preconditions also...........???? Thanks in Advance
Explain the concept of object repository and how qtp recognises objects?
What is the basic concept of quicktest professional (qtp)?
Can you brief the hurdles you faced during Automation testing?
What is recovery scenario manager? When you go for recovery scenario manager?
distinguish between old version and new version QTP features.