Answer Posted / ashish srivastava
Disadvantages
(1) QTP 9.2 does not support any other browser like
opera,safari,firefox etc
(2) If the size of the object repository incresed by 1 GB
then it will reduced the test script performance
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How many types of parameters are available in quicktest professional (qtp)?
what is clean sweep?
How to do call a output parameter from one action to another action??/
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); }
what is the difference betn QTP 8.0 AND PREVIOUS VERSION
tell me abt a time when u had to go above &beyind the call of duty to get the job done
How many types of Automation frameworks are there in UFT? Describe them.
How many types of trigger events are there in qtp?
What is quicktest professional (qtp window?
What are advantages of test automation?
What are the advantages of a Hybrid framework?
Is the qtp course will help to create a virtual object?
What processes will be required to manage updates to the web site's content, and what are the requirements for maintaining, tracking, and controlling page content, graphics, links, etc.?
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
Which scripting language used by quicktest professional (qtp)?