Forum Discussion
AlexeyKolosov
Staff
14 years agoHi Uday,
TestComplete provides a number of built-in features for grid controls testing. If your control is specially supported by TestComplete, you'll be able to use TestComplete's wrapper objects to work with it. If it's inherited from one of the supported controls, you'll be able to map your custom control as one of the controls specially supported by TestComplete and work with it just like with a specially supported control via the Object Mapping feature (see the "Object Mapping" help topic (http://support.smartbear.com/support/viewarticle/31342/) for more information). Finally, if the control is not specially supported and is not inherited from a specially supported control, you'll still be able to work with it via its native properties/methods or via other approaches. Please see the "Working With Grids" help topic (http://support.smartbear.com/support/viewarticle/32834/) for more information.