Hi I able to record IE object but not able to record mozilla
firefox 3 object using QTP 10. i don know wats the problem????
Answer Posted / sandipgami84
QTP not Support mozilla firefox 3, if u use older version of firefox e.g. 2. its working fine
Sandip
9714177088
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
When we r doing data driven test with chkpts, i want to insert formulae in data sheet but i didn't get. How we wil do that plz. explain in detail.
What will be happen if i load object repository at run time, but it has already associated.
What are the Disadvantages of shared object repository?
why text area checkpoints cannot used for web applications
How do you do batch testing in wr & is it possible to do in qtp, if so explain?
What is the significance of “action 0” in qtp?
What is the standard timing delay for web based application in qtp?
Explain different types of checkpoints?
What is the syntax to call one script from another?
Analyzing the checpoint results?
What are the different types of recording modes?
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); }
How does qtp identify the object in the application?
What are the different attributes used with regular expression?
Can the user toggle between using Local OR and shared OR for the same action?