Test Case
Use this section to learn tips and tricks for creating and managing Test Cases. These help you to organize test cases clearly, reuse steps where possible, and use test data effectively to make automation easier to manage.
Speed Up Test Design with Add from Repository
Use Add from Repository (Drag and Drop) to quickly add elements to your test case and automatically map the relevant actions, reducing manual effort and accelerating test creation.
Use Agent or Grid Execution for Large Test Suites
Run large test cases using Agent or Grid Execution to execute multiple test cases in parallel and reduce the overall execution time.
Use Scrollbar Elements for Reliable Grid Scrolling
For Microsoft Dynamics 365 grids, use the scrollbar elements with Verify Exist followed by Click Element instead of the Scroll Vertical or Scroll Horizontal grid actions to achieve more reliable vertical and horizontal scrolling during automation.
Verify the Tab State Before Interacting with Dynamics 365 Tabs
Check whether a Dynamics 365 tab is expanded before interacting with its fields. If the tab is collapsed, expand it first to ensure all required fields are accessible and prevent execution failures.
Last updated