what is used of Property........End Property loop ? how to
write the script for it?


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

Post New Answer

More VB Script Interview Questions

why variable name should not exceed 255 characters?

0 Answers  


how to check whether link is disabled in QTP??

0 Answers  


what is event handling?

0 Answers  


Explain the filter expression?

0 Answers  


What is the output of a + b in vbscript if a = 5 and b = 10?

0 Answers  






In what way program "hello world" you can write in vbscript?

0 Answers  


Which constant is used for print and display functions and works as same as pressing enter key?

0 Answers  


How do display output message without using msgbox function?

5 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 constants in vb script?

0 Answers  


How will you get the largest subscript of an array in vbscript?

0 Answers  


What are string functions in vbscript?

0 Answers  


Categories