-
Notifications
You must be signed in to change notification settings - Fork 15
Tutorial 12
PhuocLe edited this page Aug 27, 2018
·
9 revisions
- Create UI Automation Test
- Finish Tutorial 1: Plugin
- Finish Tutorial 2: Unit Test Plugin
- Finish Tutorial 3: WebResource
- Finish Tutorial 4: Unit Test WebResource
- Finish Tutorial 5: Custom Workflow
- Finish Tutorial 6: WebApiClient
- Finish Tutorial 7: Custom Action
- Finish Tutorial 8: Plugin and Unit Test Plugin
- Finish Tutorial 9: Qualify Lead
- Finish Tutorial 10: Unit Test Custom Workflow
- Add
New Project
08. C# Ui Test Project
to your solution- A popup form
Add new Test Project
opened - Click button
><
to create/select a Dynamics 365 connection - After connected
PL.DynamicsCrm.DevKit
loaded all entities and bind to dropdownProject Name
- Keep the text box
Project Name
empty - Select
9.0.2.4
in theCrm Version
PL.DynamicsCrm.DevKit
get allMicrosoft.CrmSdk.CoreAssemblies
version fromNuGet
- Select
4.5.2
in the.Net version
- Click
OK
-
PL.DynamicsCrm.DevKit
created test project name:Paz.LuckeyMonkey.UiTest
- A popup form
- Rebuild solution to restore
NuGet
packages - Add
New Item
06. C# Test Ui Class
toPaz.LuckeyMonkey.UiTest
project- A popup form
Add new Ui Test CLass
opened - Enter
QualifyLead
in theClass Name
- Click
OK
-
PL.DynamicsCrm.DevKit
created test class:QualifyLeadTest
- A popup form
- Open file
App.config
and update keyOnlineCrmUrl
to your current crm