Description.Create


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

Post New Answer

More VB Script Interview Questions

How will you get the octal value of the given number in vbscript?

0 Answers  


Why to add checkpoint in QTP What's the purpose of checkpoints & how to add it

2 Answers  


hi what is called GUI in QTP 8.2 and how can we test the apllication using GUI?

0 Answers  


why do u choose to go for testing why cant for devoloping

0 Answers  


Explain the operator precedence in vb script?

0 Answers  






write a vb script to find simple interest using functions

1 Answers  


How you can call vbscript functions?

0 Answers  


How to make sure that items in a wintree are sorted al?

0 Answers   Ness Technologies,


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  


Is vbscript a case-sensitive or case-insensitive?

0 Answers  


can u test the application without add-in?

1 Answers  


write a vbscript for finding the sum of the numbers from 1- 50

3 Answers  


Categories