Mention what are the rules to name variable in vbscript?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More VB Script Interview Questions

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

0 Answers  


write a vbscrpit to swap values

2 Answers   Adani,


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

0 Answers   IBM,


Explain about scrrun.dll in vbscript?

0 Answers  


generic function for webedit box for web application

1 Answers  


write a vb script to display ***** ***** ***** ***** *****

4 Answers  


join all the array values without using join function?

1 Answers   CSS Corp,


Which function is used to perform string comparison?

0 Answers  


How to Pass Multiple values in functions by using vb script? Function value(arg1,arg2) N1=arg1+arg2 N2=arg1-agr2 N3=arg1*agr2 N4=arg1/arg2 Value= How to pass ? End Function

3 Answers   iGate,


How to generate 3 digit random number?

3 Answers   IBM, Virtusa,


i have developed the below QTP script to count the no of items available in the web list "Select a product" in www.bankrate.com and also want to print what are the items??? can any one help me to rectify the below script??? SystemUtil.Run "iexplore.exe","www.bankrate.com" a=Browser("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").page("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").Weblist("name:=select").GetTOProperty("items count") msgbox a Dim List() ReDim List(a-1) For i = 1 To a List(i-1)=Browser("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").page ("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").Weblist("name:=select").GetItem(i) Print List(i-1) Next

1 Answers  


To get data from table which method will be used in QTP

3 Answers  


Categories