What is the use of the formatdatetime function in the vbscript language?
No Answer is Posted For this Question
Be the First to Post Answer
create a form to accept username and password validate the username and password with using message box, display the corresponding user message
What is vbscript procedures?
how many types of recording are there?
What are subprocedures in vbscript?
Mention what is the main difference between function and sub-procedure?
Hellow friends, I am learning QTP,but here problem is VB script. please guide me how to learn VB script w.r.t QTP and if you know any books tell me or if you have any materials or any use full material or any else w.r.t QTP please post me p.p.sekhar
What is a difference between scripting language and programming language?
How to identify column in VSFlexgrid? My VSFlexgrid window is identified as 'Active X Control'
Illustrate briefly about the different types of statement
what does create object actually do when you call it 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
Why is it recommended to close the database connection every time after the work is completed?