How can you create a file object to work with the files in the vbscript language?
What is Procedure or Subroutine in VB Script?
Which operator can be used to do an xor operation in vbscript?
Write a function for Instr(). We need to write a function that works as same as Instr(). Code or Even pseudo code is good enough for me.?
How to delete a cookie using vbscript?
How to replace junk code recorded by QTP with a mall function.
about vb scripting programs this type of all question& answers
Differentiate javascript and vbscript?
best training centre in bangalore
In qtp, how to use XML files for framework. if the XML files are more Efficient than Excel files?
Illustrate briefly about the different types of statement
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
How to open a file. What is the perpose of true and false mode there?