This is my first video on UFT, hope all the automation lovers gain something into the practical aspect of new feature (Image based identification ).
Please share your feedback or suggestions on info@uftHelp.com.
Sorry friends voice quality is not as good, i need to improve on my recorder thing .
Just a Brief summary of topics discussed:-
What is insight and how image based identification works.
When to use this Feature:–
- UFT does not recognizes the AUT
- Running on remote machine or non windows platform
Important points:–
- Mandatory /assistive/smart identification does not work in Insight
- Ordinal /Visual relation identifier can be used
- Two usage ways are manual and automatic
- Image or its names from Object Repository can be used in Editor(Keyword) view
- Similarity feature can be applied
- Descriptive programming is also available
Example:–
Browser(“Flash Calculator”).InsightObject(“imgsrc=:C:Users…Desktopufthelpcom.png”,”Index:=0”)
.Click
2 replies on “Image-based object identification in UFT(Insight Recording)”
how to pass insight object as a parameter in a function
Hello Chef,
Parameterization is similar to passing any normal object.
example:-
set obj = Browser("test").insightobject("image5")
'Function call
call calculator(obj)
Hope it helps.
Thanks