DevExpress LookUpEdit And Coded UI Tests
问题 We are developing software using Windows Forms and DevExpress controls. And also we want to use Coded UI tests to test our application automatically. As our recent experiences taught us that DevExpress does not support CUIT. But we have no options to neither give up from DevExpress control nor give up from CUIT. Recently i created a test case using MTM that tests a form which includes LookUpEdit controls. As you would guess i couldn't use parameters correctly. Is there any way to workaround