How to assign a date value to a variable?
No Answer is Posted For this Question
Be the First to Post Answer
Which object provide information about a single runtime error in a vbscript?
Which function is used in the vbscript language to convert the specified expression into a date type value?
When are redim statement and preserve keyword used in the vbscript language?
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
What is loose binding? Why is it not a good practice to use it?
How will you trim the spaces on the left of a string using vbscript?
Explain the .wsf files?
Hi, Anybody could tell me What is the script for Reverse of Given number. Ex:236--632. Thanks in Advance..
How to write VB script for login module?
how to comvert 120 into one hunderd twenty rupees only and vice varsa
a function that takes an integer array as an argument and returns the largest value in the array. Use the function in a program
Explain the extension .hta?