old-blogs/new-testing-blog/QA Notes And References.html

117 lines
5.3 KiB
HTML
Raw Normal View History

2021-04-04 13:26:38 +00:00
<html>
<head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
<style type="text/css">
body { background: #F0F0F0; }
#editor {
width: 590px;
margin: auto;
margin-top: 60px;
color: #333;
background-color: #fff;
font-size: 13px;
line-height: 17px;
font-family: 'Helvetica Neue';
border: 1px solid #CCC;
padding-top: 1px; /* important for some reason? */
padding-right: 10px;
padding-bottom: 8px;
padding-left: 0px /* prevents characters from looking chopped off in FF3 */;
overflow: hidden;
/* blank 1x1 gif, so that IE8 doesn't consider the body transparent */
background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}
#editor > div:first-child span {
font-size: 140%;
font-weight: bold;
}
#editor > div:first-child {
margin-top:10px;
margin-bottom:10px;
}
.gutter-noauthor {
padding-left: 15px;
}
.inline-img {
max-width:400px;
max-height:300px;
width: expression(this.width > 400 ? 400: true);
height: expression(this.height > 300 ? 300: true);
}
.inline-tex{
border: 1px solid transparent;
}
.inline-tex:hover {
border: 1px dashed red;
}
a.attrlink {
/* font-weight: bold;
text-decoration: none;*/
}
.code {
font-family: monospace;
color: #777;
white-space: pre-wrap;
}
.code span {
padding-left: 32px;
text-indent: -32px;
display: inline-block;
}
a.attrlink:hover {
text-decoration: underline;
}
.gutter-author-p-199106 { border-left: 5px solid #2996c3; padding-left: 10px; } .author-p-199106 { border-bottom: 2px dotted #2996c3; }
</style>
</head>
<!-- todo: author colors, sidebar, embedly -->
<body>
<div id="editor">
<div class="ace-line gutter-author-p-199106 emptyGutter"><span class="author-p-199106">QA Notes And References</span></div>
<div class="ace-line gutter-author-p-199106 emptyGutter"><span class="author-p-199106 b"><b>Quick Reference Card</b></span></div>
<div class="ace-line longKeep gutter-noauthor">&nbsp;</div>
<div class="ace-line gutter-author-p-199106 emptyGutter"><span class="author-p-199106 b"><b>Repositories</b></span></div>
<div class="ace-line gutter-author-p-199106 line-list-type-indent emptyGutter"><ul class="listtype-indent listindent1 list-indent1" ><li><span class="author-p-199106">Bonusbox front-end framework: </span><span class="author-p-199106 url"><a href="https://github.com/bonusboxme/bbox-qa-autotests">https://github.com/bonusboxme/bbox-qa-autotests</a></span></li></ul></div>
<div class="ace-line longKeep gutter-noauthor">&nbsp;</div>
<div class="ace-line gutter-author-p-199106 emptyGutter"><span class="author-p-199106 b"><b>Articles</b></span></div>
<div class="ace-line gutter-author-p-199106 line-list-type-indent emptyGutter"><ul class="listtype-indent listindent1 list-indent1" ><li><span class="author-p-199106">Context-Driven Testing: </span><span class="author-p-199106 url"><a href="http://context-driven-testing.com/">http://context-driven-testing.com/</a></span></li></ul></div>
<div class="ace-line gutter-author-p-199106 line-list-type-indent emptyGutter"><ul class="listtype-indent listindent1 list-indent1" ><li>&nbsp;</li></ul></div>
<div class="ace-line gutter-author-p-199106 emptyGutter"><span class="author-p-199106 b"><b>Books</b></span></div>
<div class="ace-line gutter-author-p-199106 line-list-type-indent emptyGutter"><ul class="listtype-indent listindent1 list-indent1" ><li><span class="author-p-199106 attrlink url"><a class="attrlink" href="http://shop.oreilly.com/product/9780596159825.do">Beautiful Testing</a></span></li></ul></div>
<div class="ace-line gutter-author-p-199106 line-list-type-indent emptyGutter"><ul class="listtype-indent listindent1 list-indent1" ><li><span class="author-p-199106 attrlink url"><a class="attrlink" href="http://www.amazon.com/Lessons-Learned-Software-Testing-Context-Driven/dp/0471081124/ref=sr_1_1?ie=UTF8&amp;qid=1406106952&amp;sr=8-1&amp;keywords=Context-Driven+testing">Lessons Learned In Software Testing: A Context-Driven Approach</a></span></li></ul></div>
<div class="ace-line gutter-author-p-199106 line-list-type-indent emptyGutter"><ul class="listtype-indent listindent1 list-indent1" ><li><span class="author-p-199106 attrlink url"><a class="attrlink" href="http://www.amazon.com/Agile-Testing-Practical-Guide-Testers/dp/0321534468/ref=sr_1_1?ie=UTF8&amp;qid=1406107075&amp;sr=8-1&amp;keywords=Agile+Testing">Agile Testing</a></span></li></ul></div>
<div class="ace-line gutter-author-p-199106 line-list-type-indent emptyGutter"><ul class="listtype-indent listindent1 list-indent1" ><li><span class="author-p-199106 attrlink url"><a class="attrlink" href="http://pragprog.com/book/hwcuc/the-cucumber-book">The Cucumber Book</a></span></li></ul></div>
<div class="ace-line longKeep gutter-noauthor">&nbsp;</div>
<div class="ace-line longKeep gutter-noauthor">&nbsp;</div>
<div class="ace-line longKeep gutter-noauthor">&nbsp;</div>
</div>
<script type='text/javascript'>
function goLive() {
if (navigator.onLine) {
document.location = 'https://bonusbox.hackpad.com/ChgPIItbMwX#QA%20Notes%20And%20References';
} else {
setTimeout(goLive, 250);
}
}
goLive();
</script>
</body>
</html>