mVermaat / Crm.Specflow

D365 Extension for SpecFlow allows you to automatically test your Dynamics 365 CE implementation. It provides a broad set of SpecFlow steps to help you create your scripts very rapidly. It leverages the EasyRepro library from Microsoft for the User Interface related tests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using UI for Testing and API for data setup in Same Test

mike9182 opened this issue · comments

I am trying to verify that the correct fields are visible on a form, but am having some trouble with record setup. Since the records are created via integration and have forms that are completely read-only, they cannot be created through the UI.

Is there a way to set up data through the API and then test the form field visibility using the UI as part of a single test? I reviewed the code and do not see a simple way to do this.

After the pull request is merged. You can use the tag 'PreferAPI' to run on the API if possible. See the wiki.