-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path2011-08-19-Testing-In-Java.html
More file actions
34 lines (32 loc) · 2.51 KB
/
2011-08-19-Testing-In-Java.html
File metadata and controls
34 lines (32 loc) · 2.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
layout: post
title: Testing In Java
date: Fri Aug 19 10:43:35 UTC 2011
updated: Fri Aug 19 10:43:35 UTC 2011
comments: false
tags: tech
---
Check out this SlideShare Presentation: <div style="width:425px" id="__ss_69765"><strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/dnoble/testing-in-java" title="Testing In Java">Testing In Java</a></strong><object id="__sse69765" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=testing-in-java4278&stripped_title=testing-in-java&userName=dnoble" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed name="__sse69765" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=testing-in-java4278&stripped_title=testing-in-java&userName=dnoble" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object><div style="padding:5px 0 12px">View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/dnoble">David Noble</a>.</div></div><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9675872-3493162327338273003?l=bnagur.blogspot.com' alt='' /></div>
<div class="row">
<div class="span3 columns"> </div>
<div class="span9 columns">
<h2>Comments Section</h2>
<p>Feel free to comment on the post but keep it clean and on topic.</p>
<div id="disqus_thread"></div>
<!-- Put this just before the closing body tag of your web page -->
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'basav'; // required: replace example with your forum shortname
var disqus_identifier = '{{ page.url }}';
var disqus_url = 'http://basav.github.com{{ page.url }}';
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>
</div>
</div>