Skip to content

Commit

Permalink
Review edit
Browse files Browse the repository at this point in the history
  • Loading branch information
Grant-Archibald-MS committed Nov 16, 2024
1 parent c845513 commit ac93c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion context/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ Before you dive into deeper discussion and examples you the following articles t
| [Why Automated Testing](./why-automated-testing.md) | Automated testing is essential for ensuring the reliability, security, and performance of applications. It provides a safety net that catches bugs early, reduces manual testing efforts, and ensures consistent quality. This is particularly important in the context of low-code Power Platform solutions, where rapid development cycles can lead to overlooked issues. | |
| [Why Not Just Manual Testing](./why-not-just-manual-testing.md) | While manual testing has its place, it is often time-consuming, prone to human error, and not scalable for large or complex applications. Automated testing complements manual testing by handling repetitive tasks, providing faster feedback, and allowing testers to focus on more critical, exploratory testing activities. | |
| [Growing to Enterprise Grade](./growing-to-enterprise-grade.md) | As solutions scale, the need for robust testing practices becomes more critical. This article explores how to transition from small-scale projects to enterprise-grade solutions, emphasizing the importance of automated testing in maintaining high standards of reliability, security, and performance. | |
| [Impacts on People, Process, and Tooling](./impacts-on-people-process-tooling.md) | Implementing automated testing requires a shift in mindset and practices. This article discusses the cultural and organizational changes needed to adopt automated testing, the impact on development and operations processes, and the tools that can facilitate this transformation. | |
| [Impacts on People, Process, and Tooling](./impacts-on-people-process-and-tooling.md) | Implementing automated testing requires a shift in mindset and practices. This article discusses the cultural and organizational changes needed to adopt automated testing, the impact on development and operations processes, and the tools that can facilitate this transformation. | |
| [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. | |

0 comments on commit ac93c2b

Please sign in to comment.