How to create Reusable and Multiple Actions?
No Answer is Posted For this Question
Be the First to Post 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 the expert view?
what are the difference ways of parameterising?
What r the features of QTP9.2,other than QTP8.0 What r the extre features of QTP9.2.
OR is full with objects but i want to add 5 more objects,but i tried merging files,shared mode and descriptive ,iwont work.is there any alternative for that
Expalin Text/Text Area Checkpoint
any body want to learn qtp with real time concept on Banking domain contact ciraaj@gmail.com
How to use reporter.report event in qtp ?
How to handle the exceptions using recovery secnario manager in quicktest professional?
How we can import data from database?
What if recovery scenarios is also failed for identify the alert ? (We are handling unexpected popup through recovery scenarios but if still recovery scenarios also failed than what should be the approach)
what is check point?