0
votes

I am doing automation testing of a winform and html application with codeduitest and underlying technology uses DevExpress version DevExpressComponents-15.1.6. I see devexpress provides something for codedui only for universal subcscription.

I do not understand what they provide because they do not give exact information how it is used with codedui. I have few questions and I hope someone can answer these questions. Visual Sudio Codedui does not recognise inside teechart screens, devexpress should provide this ? VS codedui alread recognize devexpress tables using MSA, what this feature provides extra ? Should the program alsose be developed by universal subscription ? What this devexpress provides actually with DevExpress Coded UI ? An extension to codedui library in Visual Studio ?

1

1 Answers

1
votes

Check the https://documentation.devexpress.com/CodedUIExtension/11028/Coded-UI-Test-Extension documentation section to learn how to use DevExpress Coded UI Extensions. In addition check the https://www.devexpress.com/Support/Center/Question/Details/KA18720/coded-ui-test-extension-faq ticket for frequently asked questions. Note that you cannot do automation testing of your web app with DevExpres Coded UI Extension.

Not sure what you mean by 'does not recognise in graphic screens', but the extension is designed to write automation tests for DevExpress WinForms controls and forms.

-Should the program alsose be developed by universal subscription ? Not really. But you need to have universal subscription to write Coded UI tests.

-What this devexpress provides actually with DevExpress Coded UI ? An extension to codedui library in Visual Studio ? Not exactly. It is a library or libraries referenced in a Coded Ui project.