{"id":20065795,"url":"https://github.com/inflectra/rapise-dynamics365-fo","last_synced_at":"2025-06-24T04:05:59.835Z","repository":{"id":98238435,"uuid":"243478704","full_name":"Inflectra/rapise-dynamics365-fo","owner":"Inflectra","description":"Framework for testing Microsoft Dynamics 365 for Finance and Operations","archived":false,"fork":false,"pushed_at":"2021-06-04T14:31:24.000Z","size":160,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-24T04:05:59.124Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Inflectra.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-02-27T09:19:12.000Z","updated_at":"2021-06-04T14:31:26.000Z","dependencies_parsed_at":"2023-03-13T16:04:06.407Z","dependency_job_id":null,"html_url":"https://github.com/Inflectra/rapise-dynamics365-fo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Inflectra/rapise-dynamics365-fo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Inflectra%2Frapise-dynamics365-fo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Inflectra%2Frapise-dynamics365-fo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Inflectra%2Frapise-dynamics365-fo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Inflectra%2Frapise-dynamics365-fo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Inflectra","download_url":"https://codeload.github.com/Inflectra/rapise-dynamics365-fo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Inflectra%2Frapise-dynamics365-fo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261601480,"owners_count":23183092,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T13:52:46.326Z","updated_at":"2025-06-24T04:05:59.809Z","avatar_url":"https://github.com/Inflectra.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Overview\n\nFramework for testing Microsoft Dynamics 365 for Finance and Operations.\n\n- Reusable functions are defined in `User.js`.\n- Data for each test case is defined in `Data.xlsx`.\n- `Dropdowns.xlsx` contains lists of values for [RVL dropdowns](https://rapisedoc.inflectra.com/Guide/rvl_editor/#param-dropdowns).\n- `Output.xlsx` is used to persist data between test executions (see SetOutputValue, GetOutputValue common functions below).\n \nThe way of test parameterization and reading data from an Excel spreadsheet is described in the docs:\n\n[Data-Driven Testing](https://rapisedoc.inflectra.com/Guide/ddt/)\n\n## Browser Profiles\n\nThe framework includes a [local browser profile](https://rapisedoc.inflectra.com/Guide/browser_settings/#local-browser-profiles) located in `Profiles\\BrowserProfiles` folder. It is a profile for Chrome. The profile to use is specified in `User.js` file and is used globally by all test cases:\n\n```javascript\ng_browserLibrary = \"Chrome\";\n```\n\nYou may change the profile in `User.js` or pass `g_browserLibrary` value from SpiraTest or via command line.\n\n## Common Functions\n\nAll functions are defined in [User.js](User.js). Look into this file for details.\n\n### DfoLaunch\n\nLaunches Dynamics 365 for Finance and Operations in a browser. Dynamics365FOUrl, UserName, Password must be set in Config.xlsx\n\n### DfoPassWelcomeScreen\n\nPasses through welcome messages: Dive in...\n\n### DfoSelectCompany\n\nClicks on the current company in the top right corner of the main page, then expands the dropdown with the list of available companies and selects the required one. \n\n### DfoSearchPage\n\nSearches for a page. Use to perform initial navigation.\n\n### DfoWait\n\nWaits until \"Please wait. We're processing your request\" message disappears.\n\n### DfoMenu\n\nNavigates to a page via menu. Use path to the menu as an argument. \n\nExample:  \n\n`Modules;Product information management;Products;Released products`\n\n### DfoClickButton\n\nClicks toolbar button. E.g. New, Edit, Delete.\n\n### DfoExpandCombobox\n\nExpands a combobox on a form.\n\n### DfoSetFieldText\n\nEnters text into a field. Specify field name and text value.\n\n### DfoClickFormButton\n\nClicks button on a form.\n\n### SetOutputValue\n\nWrites key/value pair to Output.xlsx\n\n### GetOutputValue\n\nReads value from Output.xlsx\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finflectra%2Frapise-dynamics365-fo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finflectra%2Frapise-dynamics365-fo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finflectra%2Frapise-dynamics365-fo/lists"}