By default in vbscript the arguments passed to functions and subroutines are by reference or by value?
No Answer is Posted For this Question
Be the First to Post Answer
What is byref and byval parameters in vbscript?
In what way program "hello world" you can write in vbscript?
Can anyone send me a vb script function for verifying the functionality of active links on a web page
What is the difference between Javascript & Vbscript?
Explain vbscript in detail?
Compare java script and vb script?
How to add actions in driver script to run those actions in QTP?
what is fire event method in qtp?
how to find the textfile in the folder and copy file from one folder to another folder useing parameterigation in QTP
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
Write program for identifyig duplicates in flight Departing from and Arriving in mercury tours(web application).
Does VB/Win make standalone .EXE files?