Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?
No Answer is Posted For this Question
Be the First to Post Answer
i created script for login in QTP,i parametirized that using global sheet,problem i am facing is first i want to login with first values provided in excelsheet and want to perform some operation,second time if call same action it should login with second values in excelsheet
What is vbscript language used for and which earlier language is it modeled upon?
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
What are the special sub-types in vbscript?
Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?
How to use Text file (Notepad) as ur data source in QTP? Can u please provide some function code for it?
Input = 124 output should be 124421 Please do not use any string functions/variables
How to write functions and sub in vb script?
Mention what is vbscript procedures?
How to find arry size in qtp vb script
VBscript for QTP,best tutorial?
How to write VB Script for selecting a particular row in a WebTable?