Explain a few date functions in vbscript
No Answer is Posted For this Question
Be the First to Post Answer
Explain about tristate constants?
write a vb script to display 3*3 matrix
How will you get the exponent of the given number in vbscript?
What are the advantages of vbscript?
if u ve resrevation for train and u get a number supose 1234xxxokie.after sucessul entering all required fields. now u put that number in search and want to chk wether these ar same or not if both ar same then its okie otherwise test fail.what would be the vb script code for it to compare these two values of different page.
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
regular expression that will recognize a browser as long as its name property starts with mybrowser
What is the use of the recordset object and which statement is used to create such an object?
write a Vb script to find a whther a selected drive exits.
What is the main difference between function and sub-procedure?
how to store charecters of HARIBABU Using arrays
Explain about arrays in vb script?