Hi Guys...I just started working with QTP now.The frame
work they use hear is Write all the functions in function
libraries and pass data using data dictionary either from
data table or excel .I kind of understood evrthing but one
thing I need to know is How do they recognize objects .Do
they use object spy and recognize objects or record
them ..Does soemone have any idea how they generally do
this is such kind of framework
No Answer is Posted For this Question
Be the First to Post Answer
I have 3 add buttons of same properties in my page but i want trigger one of them i required in my recovery scnario manager is qtp recognizes it to recovre d scnario if so how qtp recognizes it
How to Analyze the Checpoint results with Standard Checpoint ?
What are the general steps involved in the data driven framework?
Hello friends can anybody tell me about the architecture of QTP with diagram of it.this architecture is same for any domain like ERP/Banking/CRM/Healthcare or it's different then please tell me.thanks
what is Supplemental Objects ?
Can we add the function library directly from scripting in qtp instead of adding from resource tab?
What are the file extensions for per-action, shared object repository files and what is the extension for library files?
How to use custom checkpoints in QuickTest Professional?
In QTP, If you have list of checkboxes, how can i select a particular checkbox and delete if the checkboxes are changing dynamically?
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
how do check the links in a webpage ?
write vbscript on veb applications in qtp with exapmles?