unable to identify the draw image inthe test application
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
unable to identify the draw image inthe test application
unable to identify the draw image inthe test application
Its drawan application contains four layered diagram.
Solved! Go to Solution.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Depends of the test goal but perhaps work with pixel colors ?
Un sourire et ça repart
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
its directly drawn on windows canvas -which i am unable to identify the object using test complete.
Could you please explain how to do with pixel color identification?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
To access the pixels array of an object, just do that (pseudo code):
...
// Get the image of the object var image = myObject.Picture(Region bounds)); // Accessing individual pixel by if (image.Pixels(i, j) == MycolorToCheck) ...
// MycolorToCheck could be a predefined Windodws color (clBlack, clAqua, ..) or in RGB format.
For more information, type Pixels and Working with color in your TestComplete help (magic F1 key).
Un sourire et ça repart
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi sathish_subrama
What exactly Do You want to do with this picture?
1. Compare?
2. Read as obj and use in function?
3. Anything else?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you Benoit and Wamboo! We appreciate your input.
@sathish_subrama did you find a way to identify the image using suggestions from this thread or any other way? Please update and let us know if you still need advice on that
Sonya Mihaljova
Community and Education Specialist
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i have used image compare method for validation. its working fine.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@sathish_subrama Great! Thanks for the update!
Sonya Mihaljova
Community and Education Specialist
