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...

what is the purpose of .vbs file?

Answer Posted / srinivas.o

U can save the user defined functions in .vbs file. And we
can debug the script by clicking(two) on that file. It is
also called library file.

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different types of qtp test assets and their extensions?

1174


An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?

1120


How do you send email with attachment from outlook using qtp ?

1019


in my application,validation message has in japanise language.how to validate this message is appears properly or not

2056


What are the different types of recording modes in qtp? Which will be used when?

1060


how can i pass a "automation script" as a parameter in a function give me need full suggestion thank inadvance

1901


How QTP support all types of applications (platforms)?

4542


How do you test DLL files using automation Tool QTP?

3238


Have you done batch testing in qtp? If yes how you are doing?

929


How we can import data from database?

1226


I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing

1975


Give me detailed theritical explanation about keyword driven, hybrid framework, environment variables, hybrid frame work

1918


Explain actions in qtp ?

981


How smart identification works in qtp ?

990


How do you capture tooltip using QTP?

1089