Explain about constants in vb script?
No Answer is Posted For this Question
Be the First to Post Answer
what is used of Property........End Property loop ? how to write the script for it?
can any body give the code to write the function for given suppose user login with usrer id and pwd to yahoomail.after cliking "sign in"if it is valid user id the next page will display userid'message box.( Note u have to use excel sheet to retrive the userid's data)
What is vbscript procedures?
How to get path of the file through scripting?
Explain vbscript in detail?
Write VB script to convert from feet to inches(hint 1feet=12 inches)
Explain about the support of asp for vb script functionality?
how to write codings in QTP using vb script. please help me. i am new to QTP. it is easy or very much tough. please tell me
What are class variables?
how to write function to validate the number of characters entering into the text box?
Explain How do you create a recordset object 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