old-blogs/new-testing-blog/Empirical Testing - Intellectual Toolset.html

124 lines
5.3 KiB
HTML
Raw Permalink 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">Empirical Testing - Intellectual Toolset</span></div>
<div class="ace-line longKeep gutter-noauthor">&nbsp;</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>Common Concepts In Logic / Empiricism</b></span></div>
<div class="ace-line gutter-author-p-199106 line-list-type-bullet emptyGutter"><ul class="listtype-bullet listindent2 list-bullet2" ><li><span class="author-p-199106">Degrees of Certainty</span></li></ul></div>
<div class="ace-line longKeep gutter-noauthor">&nbsp;</div>
<div class="ace-line gutter-author-p-199106 line-list-type-bullet emptyGutter"><ul class="listtype-bullet listindent2 list-bullet2" ><li><span class="author-p-199106 i"><i>Falsifiability / Confirmation Bias:</i></span></li></ul></div>
<div class="ace-line gutter-author-p-199106 emptyGutter"><span class="author-p-199106 attrembed embed">*</span></div>
<div class="ace-line longKeep gutter-noauthor">&nbsp;</div>
<div class="ace-line gutter-author-p-199106 line-list-type-bullet emptyGutter"><ul class="listtype-bullet listindent3 list-bullet3" ><li><span class="author-p-199106 url"><a href="file:///Users/gmgauthier/Downloads/PPIG_2010-calikli_arslan_bener_camera_ready_version-libre.pdf">file:///Users/gmgauthier/Downloads/PPIG_2010-calikli_arslan_bener_camera_ready_version-libre.pdf</a></span></li></ul></div>
<div class="ace-line longKeep gutter-noauthor">&nbsp;</div>
<div class="ace-line gutter-author-p-199106 line-list-type-bullet emptyGutter"><ul class="listtype-bullet listindent2 list-bullet2" ><li><span class="author-p-199106 i"><i>Inference To The Best Explanation</i></span></li></ul></div>
<div class="ace-line gutter-author-p-199106 line-list-type-bullet emptyGutter"><ul class="listtype-bullet listindent3 list-bullet3" ><li><span class="author-p-199106">Also called &#34;Abductive Reasoning&#34;. This is a common tool in technical problem-solving, and makes use of P and Q in interesting ways: </span><span class="author-p-199106 url"><a href="http://en.wikipedia.org/wiki/Abductive_reasoning">http://en.wikipedia.org/wiki/Abductive_reasoning</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 class="ace-line longKeep gutter-noauthor">&nbsp;</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>Questions To Ask Yourself</b></span></div>
<div class="ace-line gutter-author-p-199106 line-list-type-bullet emptyGutter"><ul class="listtype-bullet listindent2 list-bullet2" ><li><span class="author-p-199106">How would [X] use this feature?</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 class="ace-line longKeep gutter-noauthor">&nbsp;</div>
</div>
<script type='text/javascript'>
function goLive() {
if (navigator.onLine) {
document.location = 'https://bonusbox.hackpad.com/IjQoIpttVQv#Empirical%20Testing%20-%20Intellectual%20Toolset';
} else {
setTimeout(goLive, 250);
}
}
goLive();
</script>
</body>
</html>