-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
055ed4f
commit 4b37139
Showing
12 changed files
with
4,512 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
.vscode/ | ||
node_modules/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
docs/introduction/test-strategy.md → docs/automation/test-automation-strategy.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>— 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> | ||
|
||
 | ||
|
||
|
||
#### 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 | ||
 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
Oops, something went wrong.