So the scenario is this: a user does some action (like earn a badge or unlock something) and an email notification gets sent out. One to the user (with a message like \"You\'ve unlocked XYZ...\") and
For example, this field I am writing in now can holds a lot of text.I\'m assuming this is a mySQL VARCHAR or TEXT field but this is just a guess.According to MySQL: Large VARCHAR vs. TEXT? TEXT should
If I\'m using Windows 7 and IE9 to test browser compatibility for css/html/javascript is it \"good enough\" to use the developer tools and switch the browser mode between ie7, ie8 and ie9 or should i
Currently, I am working on system that does quite a bit of reporting-style functions that consumes many different data points and transforms them into larger, sometimes flattened outputs.Most of my ap
I have a command line perl script that I want to stress test. Basically what I want to do is to run multiple instances of the same script in parallel so that I can figure out at what point our m开发者
I wrote a few nunit tests that I\'ve run successfully in nunit on win7, and via MonoDevelop on my mac.
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this po
Assume I have a class Foo which is only instantiated with an instance of clas开发者_如何学运维s Bar:
I have cases where I need to \'copyout\' an older version (commit) of my code for side by side comparison with my current code.
I have a Maven/Java project I\'ve been working on for years, and I wanted to take JavaPosse\'s advice and start writing my tests in Scala. I\'ve written a few tests following ScalaTest\'s JUnit4 quick