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 8f3edcd commit a1ee09f
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 2 deletions.
3 changes: 2 additions & 1 deletion site/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ url: "https://grant-archibald-ms.github.io" # the base hostname & protocol for y
github_username: grant-archibald-ms
enable_copy_code_button: true
minimal_mistakes_skin: air
favicon: /assets/images/favicon.ico
favicon: /powerfuldev-testing/assets/images/favicon.ico

permalink: /:categories/:title/

Expand Down Expand Up @@ -55,6 +55,7 @@ include:
- context
- discussion
- examples
- assets

copy_folders:
- source: '../context'
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: "Reflections on How we test Software at Microsoft"
categories:
- Thoughts
tags:
- SoftwareTesting
- PowerPlatform
- DevOps
- LowCode
- PowerFx
---

Repost of content from [LinkedIn](https://www.linkedin.com/feed/update/urn:li:activity:7256706019739742208/). Feel free to comment or repost.
{: .notice--success}

As I look at software testing of low code Power Platform, I was paging back through Alan, Ken, and BJ's "How We Test Software at Microsoft" published in 2009. It's fascinating how many of the concepts from over 15 years ago are incredibly relevant today even as the technology changes. But how do we take this body of knowledge and scale it to new groups or people outside the traditional software testing role?

One way we have been exploring is by leveraging low code languages like Power Fx combined with new the power of Generative AI to make testing more accessible to a wider group of people. By democratizing testing, we can empower more individuals to contribute to the quality and reliability of software, regardless of their technical background.

What are your thoughts on making low code software testing more inclusive and accessible? Let's discuss!

![Picture of book "How we test software at Microsoft"](/powerfuldev-testing/assets/images/how-we-test-software-at-microsoft.png)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion site/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ toc: true

Join us at the Powerful Devs Conference 2025 for an in-depth session on automated testing within the Power Platform.

have a look at our [Context setting articles](./context/), [Discussion topics](./discussion/) and [Examples](./examples/) to give us [Feedback](https://aka.ms/powerfuldevs/testing/feedback) on this topic.
Have a look at our [Context setting articles](./context/), [Discussion topics](./discussion/) and [Examples](./examples/) to give us [Feedback](https://aka.ms/powerfuldevs/testing/feedback) on this topic.
{: .notice--danger}

## Abstract
Expand Down

0 comments on commit a1ee09f

Please sign in to comment.