write a script to count no drives in file systems in qtp?
Answer Posted / sandeep
Set FSO=CreateObject("scripting.filesystemobject")
Set coll=fso.Drives
MsgBox coll.Count
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are the environments supported by vbscript language?
There are 5 web pages.write a script to click the button on 4th web page.
Explain about the support of asp for vb script functionality?
How to declare an array in vbscript?
What are subprocedures in vbscript?
Mention how to access array data?
1) How can we use VB script in testing the application? 2) What all are the things(Software application to be installed in PC) we need to learn VBscript?
about vb scripting programs this type of all question& answers
what is event handling?
i need to sort the data using qtp script for this how i need to write a qtp script
What is the scope of a constant declared using public?
while using Keyward driven framework in QTPif new requirements are added how to manage it...plz ans
Mention if qtp generates vbscript code as we record actions, can't it possible to directly write using vbscript code when qtp does the same thing too?
Explain about adodb.stream class?
When to use function procedures and what are its characteristics?