Which keyword is used to declare a variable in the vbscript language?
Which in-built function related to an array joins substrings into one string in the vbscript language?
WHAT IS ENVIRONMENT VARIABLES?and where it is used in real time scenario?
how to find greatest of n numbers!
1 2 2 3 3 3 4 4 4 4 5 5 5 5 5 how to find using vbscripting
Why is the use of exit do or exit for statements within loops discouraged?
Mention what is vbscript procedures?
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 write code: to check whether the window of an Application Under Test exist or not . plz give with example
What is the extension of the vbscript file?
How will you convert a given number to long in vbscript?
Hi, Anybody could tell me What is the 3rd Largest Number in the series..Thanks in Advance..
How can you create a file object to work with the files in the vbscript language?