Can I use Insight with LeanFT
Question ID: 106312
0
0

I heard that I can use Insight recognition with LeanFT like I can do with regular UFT. Is this true?

Marked as spam
Posted by (Questions: 227, Answers: 22)
Asked on August 7, 2015 2:16 pm
212 views
Answers (1)
1
Private answer

1.Create the image file you want to use to identify the object.
JPG, BMP, and PNG are the supported types.

2.Initialize an InsightObject test object class and as the constructor, provide an image that is loaded from a file that you created in step 1.

C# example:

string imageFolder = Directory.GetCurrentDirectory() + ''SubmitButton.jpg''
Image image = Image.FromFile(imageFolder);
var submitButton = window.Describe(new InsightDescription(image));

3.You can also optionally provide:

* an index or VRI definition in the object description to help ensure unique identification of the object

* a similarity property that enables you to control the % tolerance of the recognition

Marked as spam
Posted by (Questions: 2, Answers: 477)
Answered on August 7, 2015 2:16 pm
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top