How to check bitmap output value?
No Answer is Posted For this Question
Be the First to Post Answer
What is meant by a Check Point in UFT? Also, explain the applicable Check Points.
How to find the length of the string in qtp?
what are the different types of framesworks in QTP?what is the keyword driven framework?
I have given u a application.To automate it what are the things will u consider?
How to Parameterize Object repository in QTP?
Where we can use the synchronization?
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
QTP -object reposistory spy tool is not able to spy the pop up message appearing in the application, so how is that i can handle such run time pop ups in QTP by code???
Hi experts. I want to create a framework for the Flight Reservation sample application.Can anybody tell me the files and the contents , and how to create them.Thanks
is there any addin for remedy user application
Write the code for select the 5 values from drop down list. drop down list having the 10 values.
How do you perform testing on web based application using qtp 9.2?