Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to initiate from 3rd script
#5
Solved: 10 Years, 10 Months ago
If you are talking about scripts, then it can be done like:
Write .vbs file where you will have a function to execute the scripts by launching the qtp.
EX:
Code:
If (Condition1) Then
ExecuteScript "Path\script1"
Else
   If (Condition2) Then
     ExecuteScript "Path\script2"
   End If
End If
Public sub ExecuteScript(ScriptPath)
..
..
..
End Sub


Now run this vbs file.
Reply


Messages In This Thread
how to initiate from 3rd script - by quicktest - 10-06-2010, 05:36 PM
RE: how to initiate from 3rd script - by PrabhatN - 10-06-2010, 05:44 PM
RE: how to initiate from 3rd script - by Pallavii - 10-06-2010, 05:54 PM
RE: how to initiate from 3rd script - by KavitaPriyaCR - 10-06-2010, 06:03 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Function return value is not passed during the 3rd iteration premanand1979 0 2,096 10-16-2014, 09:40 PM
Last Post: premanand1979

Forum Jump:


Users browsing this thread: 1 Guest(s)