Login
Remember
Register
Ask a Question
Can we call QTP test from another test using scripting. Suppose there are 4 tests and I want to call these tests in a main script. Is this possible in QTP?
+1
vote
asked
Apr 12, 2020
in
QuickTest Professional (QTP)
by
amita rallin
recategorized
Apr 12, 2020
by
amita rallin
Can we call QTP test from another test using scripting. Suppose there are 4 tests and I want to call these tests in a main script. Is this possible in QTP?
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 13, 2020
by
rajeshsharma
Yes. You can call 4 or even more scripts in your tests.For this, first you will need to make the Actions in the corresponding scripts re-usable.Then from the destination script you can make calls to these re-usable actions.
...