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 |
suppose there r 10 action in a test i want to execute action 5 to 10 how would i do that
How does QTP identifes the object in the application?
Suppose you are using shared objects repository in your test and you want to split your present action? At that time shared object repository is single or it’s also splits?
What are the things(properties, and other details) will be recorded while recording an object using normal recording?
How can i select multiple values from drop down list using vb script in qtp? and wt is the script for clicking msg box box automatically with a specific time. Thanks in advance...Kalyani.
How to call Datable values in the QTP program. exp: I have two parameters like Email id and Password this two i would like to add multiple entries in the datable to use it. What is the difference between Gobal/Action datatable
Is it possible to run qtp scripts in Test Director(Scripts are uploaded in Test director)???and also how to see the test results in test director???
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma
What is meant by Repository?
7 Answers ALFiNE IT Solutions, Four soft,
what is Compile Module in QTP? what exactly it contains Functions or Actions?
How do we analyze the checkpoint results?
How u perform Batch Program in QTP?