What is Associate Repository in QTP 9.2 ?
No Answer is Posted For this Question
Be the First to Post Answer
In a page i have N number of links at a time i would like to open those links by using QTP?how to do that?
explain structured testing? plz guys with exp. do answer
To count the no of links present in the yahoo home page i have written the script like this 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 While running the script it showing error that object "yahoo"isnot found in the object repository. Is there any setting before running the script? if yes what is the steps for it.Im using QTP9.0
What is action?
what is regular expression how will you implement it?
Shared Object Repository is preferable while dealing with dynamic objects ok? descriptive prog also same? ok but why descriptive?(only for w/o application)
how to call multiple scripts in QTP at a time
How is UFT 11.5 version different from UFT 12.0?
how to merge object repositories?
How many types of actions are there in quicktest professional (qtp)?
how do pass parameters from one action to another action
WHAT IS THE FRAMEWORK & ARCHITECTURE OF YOUR PROJECT