What are class properties?
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
Mention what is vbscript?
Explain the filter expression?
what is descriptive programming in QTP and what is environment variable in QTP? where we store and what is its use?
How can you destroy an object in vbscript?
Mention what if you do not specify anything when you call a procedure?
Explain about vb script?
What is the difference between Javascript & Vbscript?
How to find a latest file from any folder
HI how can handle dynamic image through vb script example we have to create email id fill the edit box(these latters change wrong password) i am wating your answer
How are comments handled in the vbscript language?
compare the string without using stringcomp function?