what is the purpose of .vbs file?

Answers were Sorted based on User's Feedback



what is the purpose of .vbs file?..

Answer / ravi kiran

.vbs stands for the files of type Visual Basic Script.

.vbs files can be executed on windows platform by double
clicking that file or executed from commmand prompt by
WHS 'Windows Host Server' which comes default with any
windows OS. Test scripts in QTP or any functions can be
saved as .vbs files.

Is This Answer Correct ?    1 Yes 0 No

what is the purpose of .vbs file?..

Answer / 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

More QTP Interview Questions

what the difference between shared repository and per action repository?

0 Answers  


What are the properties you would use for identifying a browser & page when using descriptive programming ?

2 Answers  


What are the advantages of parameterization ?

0 Answers  


How to identify whether a web page exists or not without using Browser(" ").Page(" ").Exist?

1 Answers  


How many scripts do you write per day. What is the average number of scripts you have written in your recent project

1 Answers   CenturyLink, Optum, Value Labs,






I am trying to read the rediffmail usign the below code. But facing problem, while i user to get the link of the mail, i am getting all the link of the page, While i just want to get only mail name - link (not all the link of an page) so that i able to read the mail message by clcking on them in qtp. Dim Lnk,Webcheckbox Set Lnk= Description. Create '********* To count and display the webcheckbox Lnk("micclass" ).value=" Link" set LinkName= Browser("Welcome to Rediffmail:" ).Page("Welcome to Rediffmail:" ).ChildObjects( Lnk) LinkCount=LinkName. Count msgbox LinkCount For i=1-1 to LinkCount-1 DataTable.SetCurren tRow(i) DataTable.Value( "Name",1) =LinkName( i).GetRoProperty ("name") Next Waiting for the reply Praveen Saini

1 Answers  


A web page title might be xxxx@xyz.com or xxxy@xxx.co or xyz@abc.in.Using what mandatory properties can be the page identified.Give the regular expression for that.

3 Answers   Virtusa,


There is one parent browser and 'n' number of child browsers on desktop. Write a code to close all the child browsers but parent browser should not be closed.

1 Answers  


tell me about if in the interview what i should tell about pharma application,what r the pharma application concepts,i need pharma application testing features

0 Answers  


How to make Shared object repository in qtp 9.1 and 9.2?

2 Answers  


I want to test my vb.net solution file using qtp. Does Qtp test only .exe file?

0 Answers  


Can any body please tell me the steps of keyword driven framework of QTP.

0 Answers   TCS,


Categories