What is the purpose of drive object of scripting.filesystemobject class in vbscript?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More VB Script Interview Questions

How many types of procedures are available in the vbscript language?

0 Answers  


Explain the difference between POST and GET Method.

1 Answers  


I want to count the total no of links present in yahoo home page. The script like Set fileSysObject=createobject("Scripting.FileSystemObject") Set linksFileName=fileSysObject.opentextfile("D:\samplelinkfile.txt",2,true) Set linkDescObj=description.Create linkDescObj("micclass").value="Link" Set noOfLinks=browser("yahoo").Page("Yahoo!India").ChildObjects(linkDescObj) For i=0 to noOfLinks.count-1 linkName=noOfLinks(i).getROProperty("name") linksFileName.writeline(linkName) Next linksFileName.close Set fileSysObject=nothing But while running the script it is fail (the object not present in the object repository).How to overcome please tell me the detail steps...for QTP9.30

1 Answers  


Explain about the extension .hta?

0 Answers  


Which is the default Data types in VBScript?

7 Answers   AppLabs,


write a vb script to display apple that is 1st a should be displayed then ap then app then appl then apple

7 Answers  


filter the array values without using filter function?

0 Answers   CSS Corp, WQED,


generic function for webedit box for web application

1 Answers  


Explain some uses of vb script?

0 Answers  


When does ‘on click of button’ event gets triggered in the vbscript language?

0 Answers  


Mention what is vbscript?

0 Answers  


Hi Friends, I have an issue like the describe below: I'm using QTP and I'm testing on SharePoint. As you knoe, SharePoint has a customize function for user, so that, If I add an object Web Table at the first time, that object was recognized by "index" and "html tag", after that, if someone change the display of web part, the "Index" of my object was changed as well and QTP unable to select that Web Table. Can you guide me how to identify or anyway to keep that Web Table object as unique object? Thanks a lot.

0 Answers   CSC,


Categories