What are the advantages of vbscript?
No Answer is Posted For this Question
Be the First to Post Answer
Explain about scrrun.dll in vbscript?
Hi, can any one tell this Actually I AM NEW TO QTP I have one qtp script in which it calls the vbs file during it's run TIME by using the ExecuteFile "absolute path" If the vbs file is executed seperately it will give the output in a msgbox In the same way if qtp script is executed the result will be displayed in w result window right? Now the question is how to get that vbs file output in the qtp result window when I run the qtp script which calls the vbsfile during it's run TIME
How can the spaces from the string be removed?
write a vb script to display the size of the folder,date created and name of the folder
Is it possible to pass optional argument to function in vb script?
I'm new to QTP, i facing a a problem in the script says"Object not found", "Browser("").page("").frame(Name:=fminfo).webtable(). the issue is, QTp is not able to identify the web table in run time.becuase in that fram"fminfo" there are "n"table and the table do not have the names,Html id. 1) i need to count the number webtables available on that page. 2)need to identify the webtable cell values. 3)How Loop the once i get the count and retrive the cell data of each webtable? Can anyone help on this, plz.. Thanks, Suresh
Which is the default Data types in VBScript?
How to Convert Hex color code to color name in VB Script?
what is fire event method in qtp?
How will you check that a variable is an array in vbscript?
How to use Text file (Notepad) as ur data source in QTP? Can u please provide some function code for it?
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