How to throw an error in vbscript?
No Answer is Posted For this Question
Be the First to Post Answer
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
Hi I am having one folder with set of text files now i want to read and write that text files data into QTP. Any help plsss.
How to write VB Script for selecting a particular row in a WebTable?
What methods are used to create text files and open text files in the vbscript language?
write a vb script to display the reverse of vbs
What are lbound and ubound in the vbscript language?
Which function allows you to instantiate an object given its programmatic identifier or progid?
Mention what is the use of option explicit in vbscript?
Which data type/types are supported by vbscript language and what are their specialties?
what is visual basic?
How to generate 3 digit random number?
write a function to read the items from combobox of Flight reservation & save in excel (QTP)??