What is the current version of QTP and now it is the
product of Mercury or HP
Answer Posted / kamal kishore
Now Current Version is QTP10.00. This is HP product.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Give the syntax to import/export xls into qtp.
How to use Environment parameterization? Explain with an example.
How would you export a script from one pc to another in qtp?
How to test fly out menu in qtp?
Can UFT be connected to Quality Center? If ‘Yes’ brief the process or steps.
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 to use the QTP choose the data from oracle? e.g. i input the identity card NO. this will be add new record in the database ,and now i want get this record's prime key.
How does qtp identify the object in the application?
what are the limitations of smart identification in qtp 9.0
Hi, I am using OutputCheckPoint and I am storing the value in the data table. The stored value for column:bedroom:"Bed:4" The another value for column:bathroom:"Bath:2 Full,1 Partial" I need only the no 4 from the first column. I need only the no 2,1 from the second column. I used split array,but it also show array(0) has the value"bed:4" ..... Even though I highlight only 4,It is seleting the full value "bed 4".How can I get only the nos Thank you Uma
How to test background color and dynamic images during run time can you put the check point for moving objects?
How many ways is to parameterize the value?
What is quick test pro?
What are benefits of qtp?
How does QTP identify an object?