How we can call the scripit from another scripit in
QTP?,Not a call Action

Answers were Sorted based on User's Feedback



How we can call the scripit from another scripit in QTP?,Not a call Action..

Answer / pavithra

Make a function for the script. use the execute file ()
METHOD, CALL THE FUNCTION IN UR SCRIPT

Is This Answer Correct ?    8 Yes 2 No

How we can call the scripit from another scripit in QTP?,Not a call Action..

Answer / uday kumar. a

By default, if u create a Test in QTP, means u r creating
one action for that test. So if u call for another test
means u need to call the action on that test.
Here is the example : Say u have created "test1". So all
the steops for the test is created with "Action1".
Now u have created another test "test2" and want to call
the test1. Here u need to call by using,

RunAction "Action1[test1]",oneIteration.

By using this u can call the test1 script. There is no
other way than this.

Is This Answer Correct ?    5 Yes 3 No

How we can call the scripit from another scripit in QTP?,Not a call Action..

Answer / mohan

Use method RunAction

Is This Answer Correct ?    2 Yes 1 No

How we can call the scripit from another scripit in QTP?,Not a call Action..

Answer / jdev

I am executing the below statement from a new test, say test2.
RunAction "Action1[test1]",oneIteration

This was failing. Is it required to mention the complete
path [absolute path]? Suppose if I have 2 tests with the
same name located in two different locations. Ho does
RunAction identify whicj test to pick.

Is This Answer Correct ?    0 Yes 0 No

How we can call the scripit from another scripit in QTP?,Not a call Action..

Answer / srik

You can run multiple scripts from a vbs file though.

Is This Answer Correct ?    0 Yes 0 No

How we can call the scripit from another scripit in QTP?,Not a call Action..

Answer / krishna teja muppalla

I support Uday Kumar.

What we have to do is in insert call to action options we
have to select call to existing action. fro example if we
want to call 1st action from 2nd action, we have to give
from test as 1. here we need to give relative path.

as we are calling 1st from 2nd, first of all 1st test should
be executed. so, at 1st line we have to insert from current
option.

remaining part is easy

any corrections please...

Is This Answer Correct ?    0 Yes 1 No

How we can call the scripit from another scripit in QTP?,Not a call Action..

Answer / s

Krishna,Ur answer is confusing.. Pls b clear when u post
the answers

Is This Answer Correct ?    0 Yes 1 No

How we can call the scripit from another scripit in QTP?,Not a call Action..

Answer / micky

Pavithra is absolutely correct.

Is This Answer Correct ?    0 Yes 1 No

How we can call the scripit from another scripit in QTP?,Not a call Action..

Answer / satya

Pavithra , is correct.

Is This Answer Correct ?    0 Yes 1 No

How we can call the scripit from another scripit in QTP?,Not a call Action..

Answer / nanda

I agree with Pavitra..

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More QTP Interview Questions

Write a Script With descriptive programming(Without Repository) to update an Update an order in Flight App and verify whether it is done successfully.(Use ChildObjects method)

2 Answers  


What is the use of ordinal identifier in qtp?

0 Answers  


how can we compare descriptive programing with a regular expression

0 Answers  


how are environment variables used in real time projects (testing)?what answer should be given about this in interview.need real time explanation breifly?thnx in advance.

2 Answers  


how do u copy object repository?

1 Answers  






How do you use the parameters.input parameters and out put parameters.

1 Answers   Polaris,


WHAT IS OBJECT REPROSITORY?

4 Answers   BirlaSoft,


How will you handle the situation when object is not captured during record?

12 Answers   AZTEC,


Do we get any issues if we run the testscript on different browsers? what are the options we need to st in QTP?

2 Answers   BirlaSoft,


VB scrip has a special command named LBound, which returns the starting index of an arry. What are the possible indexes an array can start with? options are given below. and one only the correct answer. pl select it 1. any index 2. only even non-negative 3. only 0 4. any non-negative integer

1 Answers  


In a web page, one web table is present which is dynamic. In that table one of the column has links with the same inner text. write a script so that i need to click the third link.

3 Answers  


How to record application running on the Virtual machine?

0 Answers  


Categories