What are the disadvantages of vbscript?
No Answer is Posted For this Question
Be the First to Post Answer
When inserting strings into a SQL table in ASP what is the risk and how can you prevent it?
write a vb script to generate 3*3 matrix
Out of the different type of operators, which are evaluated first and last in the vbscript language?
about vb scripting programs this type of all question& answers
Explain about the extension .hta?
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
Whenever I use Wscript.Echo Qtp raising Run time error as 'Object required for Wscript' How I can create object for Wscript
Mention the environments where vbscript could be run?
What's the difference between vbscript and vb.net?
What is parametrization ?
How to Convert Hex color code to color name in VB Script?
why variable name should not exceed 255 characters?