Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How to load vbs functions in qtp

Answer Posted / ananymousb

U can directly use the function
ExecuteFile "vbsfunctionname.vbs"

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to declare an array in vbscript?

1308


How to create a function in vbscript?

1215


i wrote vbscripit code in notepad i got error i am in learning stage if u ps tell me what wrong in my code my error is "object required descriptive at line one run time error"and my code is "set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signinobj("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Set secure.Crypt.Encrypt("enter password") browser("gmail").page("gmail").WebButton("siginobj").click

1846


Explain the scope of the variables using dim, public, and private keywords respectively.

1148


Explain what is loose binding? Why is it not a good practice to use it?

1069


Program to use input box and send even numbers into sheet1 and odd numbers into sheet2 and prime numbers into sheet3 using vbscript(QTP)?

3030


how to check whether link is disabled in QTP??

6106


If we take 2 strings as “good” and “bad” then what will ‘+’ and ‘&’ operators return?

983


How many types of operators are available in the vbscript language?

954


Mention if qtp generates vbscript code as we record actions, can't it possible to directly write using vbscript code when qtp does the same thing too?

997


Is vbscript a case-sensitive or case-insensitive?

1253


Mention how to access array data?

983


How to Import data from a file (file is on the desktop) to the data table

2057


how to automatically update the sql server2005 database records when insert in vb6?

1946


How will you convert a string to upper case string using vbscript?

995