Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Calling different scripts actions in QTP
#3
Solved: 11 Years, 5 Months ago
One way to accomplish this is by putting all your scripts into Subs/Functions and using a master Function to call all these. Something like this:

Code:
Public Sub Login()
    'your code
End Sub

Public Function LogOut()
    'your code
End Function

Code:
Public Function MasterFunc()
    Call Login
    Call Logout
End Function
Reply


Messages In This Thread
RE: Calling different scripts actions in QTP - by Anshoo Arora - 05-11-2008, 06:19 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to call Actions from other Actions Naresh 1 8,039 09-25-2014, 10:26 AM
Last Post: vinod123
  Need Excel template for mapping manual scripts to Automation scripts. ACCBAJPA 0 2,989 09-19-2013, 03:02 PM
Last Post: ACCBAJPA
  Calling a HP Service Test Skript Gandalf2005 0 2,155 09-05-2012, 07:53 PM
Last Post: Gandalf2005
  Calling of function hamzaz 5 4,624 07-25-2012, 12:44 PM
Last Post: Shridevi.Salagare
  Function Calling after executing some steps TaranVohra 2 3,024 06-05-2012, 10:06 AM
Last Post: TaranVohra

Forum Jump:


Users browsing this thread: 3 Guest(s)