How should i Create Email invite with server-side Coding?
No Answer is Posted For this Question
Be the First to Post Answer
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
Hi, Can anyone please send me vb script examples to practice vb and also material to learn vb scripting in QTP? my email id : hareen_11@yahoo.com
i want to when we will write the scripts either after getting the build or after getting the SRS?
Mention what if you do not specify anything when you call a procedure?
how to delete folder test3,test4 and test5 using vbscript?
How to get the length of the string by making use of the string function?
what is extension of the file if its saved from recovery manger to some drive
Mention what is variant in vbscript?
write a vb script to display ***** ***** ***** ***** *****
Explain about the extension .hta?
what is the features of visual basic?
Explain the scope of the variables using dim, public, and private keywords respectively.