Skip to content

Commit

Permalink
Review edits
Browse files Browse the repository at this point in the history
  • Loading branch information
Grant-Archibald-MS committed Nov 17, 2024
1 parent feee928 commit a083320
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion context/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ Before you dive into deeper discussion and examples you the following articles t
| [Transformative Power of AI](./transformative-power-of-ai.md) | This article explores how AI can observe interactions and inform the agent to suggest happy paths, edge cases, and exception cases. This capability helps deliver a faster path to generate comprehensive test scenarios, enhancing the overall testing process. | |
| [Why Not Just Use Code First Testing Tools](./why-not-just-use-code-first-testing-tools.md) | Code-first testing resources are relatively scarce, and the efficiency of building low-code solutions must be matched by the rapid creation of tests. This article explains why relying solely on code-first testing tools may not be sufficient and how low-code testing tools can complement them. | |
| [Roadmap Alignment](./roadmap-alignment.md) | Set context on how the work we are investing in for the CoE Starter Kit aligns with the wider Power Platform Automated testing roadmap. | |
| [Low code Testing Principles](low-code-test-design-principles.md) | These principles provide a structured framework for creating robust tests that validate the functionality and performance of low-code applications. | |
| [Low code Testing Principles](./low-code-test-design-principles.md) | These principles provide a structured framework for creating robust tests that validate the functionality and performance of low-code applications. | |
4 changes: 3 additions & 1 deletion site/_data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ docs:
url: /context/transformative-power-of-ai
- title: "Why Not Just Use Code First Testing Tools"
url: /context/why-not-just-use-code-first-testing-tools
- title: "Roadmap alignment"
- title: "Roadmap Alignment"
url: /context/roadmap-alignment
- title: "Low code Testing Principles"
url: /context/low-code-test-design-principles

- title: Discussion
children:
Expand Down

0 comments on commit a083320

Please sign in to comment.