how can i add an action(external action) programmatically?
Answers were Sorted based on User's Feedback
Answer / nandan
While recording Qtp by default one action will create.
if suppose we want one action as external action then first
we need to make it that action as reusable action..
And when we called that reusable action for next test that
is known as "external action".
but by default QTP 9.5 onwards...QTP generates every action
as reusable..when ever we require that reusable action we
can call it by using the option call to existing action in
insert menu item.
i think so there is no programing for this..we have direct
provisions for creating reusable actions..while calling
some how we need driver script.
if am wrong please correct me.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / chowdhury
u can split an action. In keyword view figureout where to
split it.
if u wanna call a reusable action then click call to action
and add that action.
| Is This Answer Correct ? | 1 Yes | 5 No |
can we run the scripts of qtp 8.2 in the qtp7.0?
request to add whatsapp grp for test engineer
Hi All, I need Code For how to export Pass\Fail status to excell sheet without using QC. Thanks Balaji
How do we edit the script in QTP. Anybody can explain in detail..Thanks in advacne...
Hello Everyone, In QTP we have one option Data Driver wizard that comes in Tools -> Data Driver. so, please tell me abtout the use of Add Value and Parameterize options available in Data Driver wizard. And also the concept of value, constants, Parameterized displayed in the wizard. Please explain by giving the example. Thanks in advance, Gaytri
Suppose there is a link present somewhere in an excel sheet. Find the link and click on it. How to write a script using Excel application object in QTP?
what is the difference between development and testing
Plz explain about Virtual object? What is the situation u r using , explain with example?
Where the text version of script file located in file system?
This is Karthic and my mail id is karthic.venkitapathi@gmail.com, please give me an idea to crack qtp 10
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??/
What is the difference between the design-time and run-time data tables?