Skip to content

Commit

Permalink
Add Agile Section
Browse files Browse the repository at this point in the history
  • Loading branch information
priyanshus committed Jan 30, 2021
1 parent 5999bda commit 055ed4f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
- [Exploratory Testing](/others/exploratory-testing.md)
- **CI/CD**
- [Introduction To CI/CD](/cicd/introduction-to-cicd.md)
- [Agile](/agile/agile-introduction.md)
- [Critical Thinking](/others/critical-thinking.md)
- [Books](/others/books.md)
7 changes: 7 additions & 0 deletions docs/agile/agile-introduction.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Agile

<iframe width="560" height="315" src="https://www.youtube.com/embed/ZZ_vnqvW4DQ" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

### Blogs
* [User Stories](https://www.mountaingoatsoftware.com/agile/user-stories)
* [User Journey](https://uxmentor.me/user-journeys-beginners-guide/)
1 change: 1 addition & 0 deletions docs/introduction/testers-responsibilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@

### Blogs
* [A Tester’s Commitments](https://www.satisfice.com/blog/archives/652)
* [What Do Software Testers Do?](https://www.ministryoftesting.com/dojo/lessons/what-do-software-testers-do-version-0-1)
* [The QA Role - What Is It Really?](https://www.thoughtworks.com/insights/blog/qa-role-what-it-really)
* [Agile Teseter 3.0](https://www.thoughtworks.com/insights/blog/agile-tester-30)
1 change: 1 addition & 0 deletions docs/introduction/what-is-testing.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## What is Testing
> "The purpose of testing is to cast light on the status of the product and it’s context, in the service of our stakeholders.” James Bach. We are not Product Management, we do not make the go/no-go calls on releases – we are simply the lighthouse, that points out risk and potential problems so that our stakeholders can make much more informed decisions about how to run the business.
#### Videos
* [Open Lecture by James Bach on Software Testing](https://www.youtube.com/watch?v=ILkT_HV9DVU)
Expand Down

0 comments on commit 055ed4f

Please sign in to comment.