Ask a Question

unable to identify the draw image inthe test application

SOLVED
sathish_subrama
Occasional Contributor

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.

 

7 REPLIES 7
BenoitB
Community Hero

if its directly drawn on windows canvas, its not an object thus not visible by object inspection
Depends of the test goal but perhaps work with pixel colors ?

Un sourire et ça repart

sathish_subrama
Occasional Contributor

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?

 

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

Wamboo
Community Hero

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?

sonya_m
SmartBear Alumni (Retired)

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 thatSmiley Happy


Sonya Mihaljova
Community and Education Specialist

sathish_subrama
Occasional Contributor

i have used image compare method for validation. its working fine.

sonya_m
SmartBear Alumni (Retired)

@sathish_subrama Great! Thanks for the update!


Sonya Mihaljova
Community and Education Specialist

cancel
Showing results for 
Search instead for 
Did you mean: