can we enable smart identification for test object
Answers were Sorted based on User's Feedback
Answer / chakram-smile,smile
Tools->Object identification->check the check box Enable
smart identification
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / priyareddy
We can do using 'Enable Smart Identification' check box
in 'Object Identification' in Tools menu.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ycy
yes, this option u can enable when the QTP still not
identify the object as unique using Manadatory and Assstive
properties
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the parameter in qtp?
difference between recording methods and recording modes in QTP
what is syncurnisation point? what is the use of this in real time environment? plz explain?
The hybrid framework can be implemented for any application. Is it true?
i'm using QTP 8.2. A person using QTP 9.0 sends me a QTP TestScript, same when i try to open , an error comes "unexpected file format". Why?? and how to resolve the problem??
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
do you prepared framework,pls answer this
Out of 3 recording modes. 1.Standard 2.Analog 3.Low-level, which one is commonly used. As per my knowledge, Analog is used for Graphs , barcoding or DIgital signatures.
What is an object repository?
get the order no from the following orderdetails orderstring="ORD13456PNR" eg:13456
banking project description for software tester
If requirments changed then how we can teach the QTP this is the new requirment