Mention what is the main difference between function and sub-procedure?
No Answer is Posted For this Question
Be the First to Post Answer
How to pass argument by reference to a function in vbscript?
1) How can we use VB script in testing the application? 2) What all are the things(Software application to be installed in PC) we need to learn VBscript?
How are values assigned to the variables in the vbscript language?
What is vbscript?
what is extension of the file if its saved from recovery manger to some drive
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..
how to display all the links in one page using vb script in qtp.
1 Answers DST Global Solutions,
Explain the functionality of vbscript?
How to Import data from a file (file is on the desktop) to the data table
can anyone send me a vb scripts code for clicking on a link and coming back on home page again does the same for many links on a web page.
How to create a function in vbscript?
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