The only way to get access to UAT Sandbox SQL Server database throught SSMS is to make a request from LCS. This is access is only for 8 hours, after that time you need to request access again. So Login to LCS Go to UAT environment -> Full details. You should see request access controls … Continue reading AX – D365FO – Connect to UAT database through SSMS (SQL Server management studio)
Category: Testing
AX – D365FO – Regression Suite Automation Tool (UAT without developer and code intervention)
Regression Suite Automation Tool : https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/perf-test/rsat/rsat-overviewRegression Suite Automation Tool installation and configuration : https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/perf-test/rsat/rsat-install-configureUse the Regression suite automation tool (RSAT) : https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/perf-test/rsat/rsat-runMaintain test cases in Regression suite automation tool (RSAT) : https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/perf-test/rsat/rsat-maintain-test-casesValidate expected values : https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/perf-test/rsat/rsat-validate-expectedCopy variables to chain test cases : https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/perf-test/rsat/rsat-chain-test-casesDerived test cases : https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/perf-test/rsat/rsat-derived-test-casesUpgrade parameter files : https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/perf-test/rsat/rsat-upgrade-parameter-filesRegression suite automation tool tutorial … Continue reading AX – D365FO – Regression Suite Automation Tool (UAT without developer and code intervention)
AX – D365FO – Acceptance Test Library (ATL) Code Generation Wizard
The ATL Code Generation Wizard is a feature in the D365 Visual Studio development environment, which automatically generates Entities, Queries, and Specifications that you can use within the ATL framework. The ATL models within D365 contain objects for nearly every situation one would need to test, but with the new Wizard custom objects can be … Continue reading AX – D365FO – Acceptance Test Library (ATL) Code Generation Wizard
AX – D365FO – Acceptance Test Library for Dynamics 365 for Finance and Operations OR When RSAT Is Not Enough
Automated testing took on a more critical role in the world of Dynamics 365 with the introduction of Continuous Updates (#OneVersion). Dynamics customers must have an ability to update their application frequently and test the solution in days and hours (not months and weeks). While RSAT (Regression Suite Automation Tool) is a decent starting point for testing … Continue reading AX – D365FO – Acceptance Test Library for Dynamics 365 for Finance and Operations OR When RSAT Is Not Enough
AX – D365FO – Create and automate user acceptance tests
See Microsoft guideline article to automate user acceptance tests--> https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/lifecycle-services/using-task-guides-and-bpm-to-create-user-acceptance-tests
D365FO – AX – SysTest Framework documentation
SysTest Framework documentation Testing and validations : https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/perf-test/testing-validationTest projects in Visual Studio : https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/perf-test/testing-supportDeploy and use a continuous build and test automation environment : https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/perf-test/continuous-build-test-automationSysTest Filtering using class and method attributes : https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/perf-test/systest-filtering