Forum Discussion

seafalcon's avatar
seafalcon
Contributor
15 years ago

Does TestComplete support DevExpress Lookupedit control?

I am doing the evaluation of TestComplete for our regression testing. Currently I got stuck to make TC recognize the cell values in a gridControl.



We use DexExpress controls in our .Net win form application.



We use 



    this.gridControl.MainView=this.gridView;



    We also implement textEdit and some other controls on gridView.

All cells contain lookupedit controls remain unrecognized when I use table checkpoint (or property checkpoint). TC can only partly recognized the some cells' value.



I use 



    value1=View["GetRowCellValue"](row, state);

    value2=View["GetRowCellValue"](row, state)["Text"];    

    Log["Message"](value1);

    Log["Message"](value2);

try to debug the test script, when th cell is a textedit object, the cell's value would be printed into log. But lookupedit cell  is still unable to print out the cell's value in log.



Does TC support DevExpress lookupedit control?



Could you give me a list of supported DevExpress controls' name?



Thanks


12 Replies