Explain about the extension .hta?
No Answer is Posted For this Question
Be the First to Post Answer
How can I access an object in another frame?
Give me sm ideas to write Vbscripts abt protocol testing abilash700@gmail.com.
What are the different types of operators and their order of precedence?
How to Import data from a file (file is on the desktop) to the data table
How will you get a string with the specified character the specified number of times in vbscript?
hey please tell me how to retriev data from excel sheet which puts the login name and password in the application? plz send me the code..please help me
Which loop is used in case of arrays in the vbscript language?
create a form to accept username and password validate the username and password with using message box, display the corresponding user message
There are 5 web pages.write a script to click the button on 4th web page.
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
I want to import the sheet from the Excel to the Datatable using VB Script. I used the Syntax as 'Datatable.ImportSheet "Filename","SourceSheet","Destinat ionSheet" Ex: Datatable.ImportSheet "D:\Data1.xls","Sheet1","Global" Qtp producing run time error,How I can solve the problem
Write a vbscript procedure that converts feet to inches. Hint: there are 12 inches in a foot?