Skip to content

Commit

Permalink
Few more topics added
Browse files Browse the repository at this point in the history
  • Loading branch information
priyanshus committed Feb 1, 2021
1 parent 055ed4f commit 4b37139
Show file tree
Hide file tree
Showing 12 changed files with 4,512 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.vscode/
node_modules/
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ This is intended to be a curation of resources for Software Testers to follow. N

Happy Learnning!


## Contribution
Just fork and raise a pull request [here](https://github.com/priyanshus/awesome-qa).

Expand Down
2 changes: 2 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# awesome-qa
> A curated list of awesome QA resources.
👉 **[Check the resources here](https://priyanshus.github.io/awesome-qa)**

## Foreword
This is intended to be a curation of resources for Software Testers to follow. Not targeteed to any specific topic or role.

Expand Down
Binary file added docs/_media/test-ideas-for-2fa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_media/test-ideas-mindmap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 6 additions & 4 deletions docs/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@
- **Introduction to Testing**
- [What is Testing?](/introduction/what-is-testing.md)
- [Test Classifications](/introduction/test-classification.md)
- [Test Strategy](/introduction/test-strategy.md)
- [Test Ideas](/introduction/test-ideas.md)
- [Tester's responsibilities](/introduction/testers-responsibilities.md)
- **Automation**
- [Test Automation Strategy](/automation/test-automation-strategy.md)
- [UI Automation](/automation/ui-test-automation.md)
- [API Automation](/automation/api-test-automation.md)
- **Testing Techniques**
- [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)
- [**Security Testing**](/others/security-testing.md)
- [**Agile**](/agile/agile-introduction.md)
- [**Critical Thinking**](/others/critical-thinking.md)
- [**Books**](/others/books.md)
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Test Strategy
## Test Automation Strategy

### Blogs
* [TestPyramid](https://martinfowler.com/bliki/TestPyramid.html) - Test Pyramid By Martin Fowler
Expand Down
10 changes: 7 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,16 @@
repo: 'https://github.com/priyanshus/awesome-qa',
coverpage: false,
loadSidebar: true,
subMaxLevel: 1,
auto2top: true,
search: 'auto'
subMaxLevel: 2,
sidebarDisplayLevel: 2,

alias: {
"/.*/_sidebar.md": "/_sidebar.md",
},
};
</script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
<script src="//unpkg.com/[email protected]/lib/plugins/emoji.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/docsify-sidebar-collapse/dist/docsify-sidebar-collapse.min.js"></script>
</body>
</html>
25 changes: 25 additions & 0 deletions docs/introduction/test-ideas.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
## Test Ideas

<blockquote class="twitter-tweet"><p lang="nl" dir="ltr">QA Engineer walks into a bar. Orders a beer. Orders 0 beers. Orders 999999999 beers. Orders a lizard. Orders -1 beers. Orders a sfdeljknesv.</p>&mdash; Bill Sempf (@sempf) <a href="https://twitter.com/sempf/status/514473420277694465?ref_src=twsrc%5Etfw">September 23, 2014</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>

![](../_media/test-ideas-mindmap.png)


#### Must Read
* [Test Heuristics Cheat Sheet](http://testobsessed.com/wp-content/uploads/2011/04/testheuristicscheatsheetv1.pdf)
* [Awesome list of Test Ideas](http://erik.brickarp.se/2016/08/how-to-come-up-with-test-ideas.html)

#### Other Useful Resources
* [Big list of Naughty Strings](https://github.com/minimaxir/big-list-of-naughty-strings/blob/master/blns.txt)
* [QA walks into a Bar](https://www.sempf.net/post/On-Testing1)
* [HICCUPPSF - Test Oracle](https://www.developsense.com/blog/2010/05/transpection-transpected/)

## Regression Testing Ideas

#### Blogs
* [Things Could Get Worse:Ideas About Regression Testing](https://www.developsense.com/presentations/2013-05-STAREast-Regression.pdf)
* [RCRCRC - Regression Mnemonic](https://www.xmind.net/embed/q3gr/)


## 2FA/OTP Testing Ideas
![](../_media/test-ideas-for-2fa.png)
5 changes: 5 additions & 0 deletions docs/others/security-testing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## Security Testing


### Cheatsheet
* [OWASP Cheatsheet project](https://cheatsheetseries.owasp.org/index.html)
Loading

0 comments on commit 4b37139

Please sign in to comment.