write a script to count no drives in file systems in qtp?
Answer / sandeep
Set FSO=CreateObject("scripting.filesystemobject")
Set coll=fso.Drives
MsgBox coll.Count
| Is This Answer Correct ? | 3 Yes | 0 No |
in qtp we ve datatable look like excel ,if we want to extract data from excel which saved in my documet how can i get that in datatable using vb script
Mention what is the difference between vbscript and vba?
How do you get the value of a combo box in Javascript?
What is the difference between Javascript & Vbscript?
Can someone please tell me what poor design in a relational database (not the layout or style) is and how it can be avoided? PLEASE...im desperate.
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
what is the difference between modular and data and keyword driven framework
Explain about scrrun.dll?
What are events in the vbscript language?
There are 5 web pages.write a script to click the button on 4th web page.
how to find number of characters(letter a) in the sentence Rain Rain Go away
What is Procedure or Subroutine in VB Script?