is qtp 9.2 create the scripts with the application run on
mozilla firefox browser?
Answer Posted / gs
qtp 9.2 supports ie 6/7 & ff 2.0. but all scripts dont work on all these browsers. we need to add plug ins & insert appropriate code to check browser first then act accoringly where ever the browser compaq issues occurs
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the check points in quicktest professional?
How can get count of list box?
What is the diff between image and bitmap check point?
Suppose I have three hyperlinks with same properties. How to solve this and what are the ways to solve this. we can solve this by using index property but what are the other ways we have have to solve this problem. Login (href: btnlogin.aspx) Login (href: Sourcelogin.aspx) Login (href: homelogin.aspx)
Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?
How do I get the QTP scripts result in xml format by using vb script function?
What is a programmatic description?
What are the two types of repositories available, explain them?
Describe how Smart Identification is used
How many types of parameters are there?
What is synchronization point in QTP?
Plz Explain AUTOMATION REFERENCE MODEL?
In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail
How the exception handling can be done using quicktest professional?
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); }