while using Keyward driven framework in QTPif new
requirements are added how to manage it...plz ans
How to insert snapshot during manual scripting in QTP?
How to write VB Script for selecting a particular row in a WebTable?
what is resorceallocation
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
How to assign a date value to a variable?
PLz send me the VB scripts which is having more examples my email id : hareen_11@yahoo.com
If else for do while select in vb script?
how does vb script help in web page designing? explain with example.
hi what is called GUI in QTP 8.2 and how can we test the apllication using GUI?
What is the purpose of folders object of scripting.filesystemobject class in vbscript?
write generic functions for webapplication?like generic function for webedit generic function for webbutton generic function for links
What is variant in vb script?