What is the latest version in QTP?
Answer Posted / ayappan radhakrishnan (abs gro
Hi, The latest version of QTP is 11.00.
If you are interested to learn QTP refer blogpost about
online QTP training program.
http://qualitypoint.blogspot.in/2010/09/inexpensive-groupbatch-training-program.html
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain advantages and disadvantages kdf?
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); }
whare exactly we have to use functions and sub routain
Can we write winrunner language i.e TSL in QTP tool?
How you know that a test case is a regression test case
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What is the difference between them? How to handle script issues?
On the website, the protocol has been changed https: to https what you will do? Tell me your approach?
Approach for Installation,comaptibility,system testing
what is keyword driven testing in qtp?n how is it useful?
Explain the concept of object repository?
1.How to record ,capture and also script to capture the close buttons. 2.How to record ,capture and also script to capture the options ---File ->save and File ->close in a browser and PDF files. 3.How to compare the Excel sheet values in a report using QTP scripting. 4.How to compare 2 PDf reports using QTP scripts as well reording. 5.How to compare 2 Excel reports using QTP scripts as well reording. 6.How to save a PDF report to a folder and then translate the report to an Excel type of report and compare that Excel Report with an other excel report. Please clarify me
What is the file extension of the code file and object repository file in QTP?
What are the different kinds of test steps?
What is a Patch in QTP?
Have you used xml check point in your project?