Explain the functionality of vbscript?
No Answer is Posted For this Question
Be the First to Post Answer
Is it possible to pass optional argument to function in vb script?
How will you generate Reports using Vb Script?it asked in testing(QTP)Interview.Plz Any Body Let me know. Thanks uday Uday_testing@yahoo.co.in
how to find the textfile in the folder and copy file from one folder to another folder useing parameterigation in QTP
write a script to count no drives in file systems in qtp?
Which in-built function is used to format the number in the vbscript language?
How can the spaces from the string be removed?
hai all.iam chandu..please let me know how to test a link in QTP when it is changing at run time..and what property we should take while we r using descriptive programming for a link..
Explain about the support of asp for vb script functionality?
plz give ans to this in vb script........ "krishna radha" i want to print this string "Radha Krishna" like this
Explain about the extension .hta?
Why to use option explicit in vb script?
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