Hi all,
what is the latest version of QTP?
Answers were Sorted based on User's Feedback
Answer / rajendraprasad m
QTP V11.00
Thanks,
Rajendraprasad Medepalle
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / chamu
The Latest Version of QTP is 11.0 released by HP for
functional Testing.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you invoke an application using the step generator in qtp?
How can the functions inside DLL be called from QTP? i mean How can i use those functions(Inside DLL) in QTP
Can any one tell me.......How the test engg's start testing in the compy environment.....real time tester PLSSSS help me i need in depth information regarding this...
how we can take data in the username field text box into variable in web application explain with example and give all functions to get data into variables
How to add verification steps to tests?
what kind of erros can be handled with the using QTP?
Explain the features and benefits of quick test pro(qtp)?
There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code
I have written some scripts in QTP by using older version, but I want to run them in latest version. Is there any process to do that.If so can anyone explain me?
Dear All, How to generate Pass or Fail Report in QTP without using Reporter.Report Event Method ? Thanks Balaji
Hi, I got some difficulties in automating a web check box in a peoplesoft application. Let me explain the scenario, When clicked on a look up button in the application, it navigates to a new page with check boxes and respective options. Below is the source code for one check box and its option. <input type='checkbox' name='H1AU_BUNDLE_WRK_H1AU_SELECT_CH$2' id='H1AU_BUNDLE_WRK_H1AU_SELECT_CH$2' tabindex='34' value="Y" onclick="this.form.H1AU_BUNDLE_WRK_H1AU_SELECT_CH$chk$2.valu e=(this.checked?'Y':'N');submitAction_win0 (this.form,this.name);" /> </td> <td align='left' class='PSLEVEL1GRIDODDROW' > <span class='PSEDITBOX_DISPONLY' >$29 - $29 Cap with FREE Mobile</span> I want to parametrize using "$29 - $29 Cap with FREE Mobile". I am not aware of how to parametrize this. Currently I am parametrizing with 'H1AU_BUNDLE_WRK_H1AU_SELECT_CH$2' Can any one please help me out with this??/
How can I generate customized logs in QTP ?