Forum Discussion

sastowe's avatar
sastowe
Super Contributor
11 years ago

extensions for unsupported controls

So taking an example a grid that we use that is not supported by Test Complete. I can manipulate the heck out of that grid using its native ActiveX properties and methods. Love it.



I wonder if there is a way to write extensions so that I can expose this functionality to my other test designers in TC friendly language.



For instance, I would like to expose a ClickItem method of the grid which will then execute the code that will loop through the rows and find the desired item. When one of the test designers uses the "extension", they use the grid and intellisense will show the ClickItem method.



Possible?



Thanks