What is the purpose of folders 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

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  


how to organize files in object repository of qtp

1 Answers  


How will you release the memory acquired by an array variable in vbscript?

0 Answers  


Which operator is used for fetching the modulus of the 2 numbers in the vbscript language?

0 Answers  


What is event handling in vbscript?

0 Answers  






Can u describe what kind of testing are for OTC derivates by banks.

0 Answers   BoA,


Write a Fucntion to close all Opened browser expect desired one?

2 Answers   Ness Technologies,


What is difference between Active screen and movie screen recorder in QTP 9.2?

1 Answers  


Difference between Function and Sub routine?

0 Answers   Polaris,


Mention what is vbscript procedures?

0 Answers  


Write a code to print numbers from 5 to 0?

0 Answers  


what is resorceallocation

0 Answers  


Categories