in qtp if we record a object and we record the object using
virtual wizard then by which way the object is recognized
that means recorded
No Answer is Posted For this Question
Be the First to Post Answer
For which type of project the iterative model is suitable?
scalability testing comes under in which tool?
WHAT ARE THE SHORTCUT KEYS IN QTP?
What are the features of quick test pro(qtp)?
in qtp 3 sheets is there in data table like global, action1, action2. I want to check the rows and columns in action2. how can check using script?
How we can add objects to the object repository during the running?is it possible or not?explain
Describe synchronization point.
what are the limitations of smart identification in qtp 9.0
i can done the project with QTP in that time i can say how many members in my team size?
After running scripts how you report results ,there is any specific report form
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
in which situation u will use recording and in which situation u will used to write script manually