How can you create a file object to work with the files in the vbscript language?
No Answer is Posted For this Question
Be the First to Post Answer
What purpose does ‘on error resume next’ serves?
Develop a parameterized action that accomplishes the following a. Launch a browser of users choice ( example : IE, chrome etc) b. Open up a search engine (Google, Bing etc) c. Perform a search d. Click a particular link depending on the user’s choice ( 1st , 2nd or third link)
Explain the filter expression?
write a vb script to find simple interest using functions
How to write VB Script for selecting a particular row in a WebTable?
write generic functions for webapplication?like generic function for webedit generic function for webbutton generic function for links
In what way program "hello world" you can write in vbscript?
what is the differenece btwn scripting language and programming language
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
How to remove the spaces in a string Ex: "Welcome to QTPWorld" ?
Which data type/types are supported by vbscript language and what are their specialties?
Which object provide information about a single runtime error in a vbscript?