I am running Debian Squeeze on an old Dell Dimension 8300 box. It has an AGP Radeon HD 4650 card. I use this machine to mine bitcoins, and today I noticed that the machine had rebooted! My precious uptime!
Anyway, my miner wouldn't start, so I figured might as well update my graphics driver, maybe that would fix the issue. I went to amd.com…
I am running Debian Squeeze on an old Dell Dimension 8300 box. It has an AGP Radeon HD 4650 card. I use this machine to mine bitcoins, and today I noticed that the machine had rebooted! My precious uptime!
Anyway, my miner wouldn't start, so I figured might as well update my graphics driver, maybe that would fix the issue. I went to amd.com…
My previous post, on setting up Continuous Integration for SQL Server databases using GitHub, Bamboo and Red Gate’s tools, covered the first two parts of a simple Database Continuous Delivery process:
Putting your database in to a source control system, and,
Running a continuous integration process, each time changes are checked in.
However…
I have a batch file that lists all the test files I have and asks me which test I want to perform, like
Test. [U]nit, [I]ntegration : i (user input)
Integration. [A]ll, [2][U]serInteraction, [3][R]esultGeneration : u
2 User Interaction.
Running "mocha integration\2userint.js" ...
So essentially I have configured a batch "option" for each…
I have a batch file that lists all the test files I have and asks me which test I want to perform, like
Test. [U]nit, [I]ntegration : i (user input)
Integration. [A]ll, [2][U]serInteraction, [3][R]esultGeneration : u
2 User Interaction.
Running "mocha integration\2userint.js" ...
So essentially I have configured a batch "option" for each…
Here's what I'm trying to run on Android 1.6:
package com.healthlogger.test;
public class AllTests extends TestSuite
{
public static Test suite()
{
return new TestSuiteBuilder(AllTests.class).includeAllPackagesUnderHere().build();
}
}
and:
package com.healthlogger.test;
public class RecordTest extends…
We've discussed automated testing tools for the E-Business Suite several times on this blog, since testing is such a key part of everyone's implementation lifecycle. An important part of our testing arsenal in E-Business Suite Development is the Oracle Application Testing Suite. The Oracle Automated Testing Suite…
<b>Fedora:</b> The Fedora project announces that this week is Graphics Test Week. This is the highlight of the Fedora 13 Test Day cycle, with Test Days for NVIDIA, ATI/AMD and Intel graphics all falling this week.
Yesterday was a big day for Tellago Studios . After a few months hands down working, we announced the release of the SO-Aware Test Workbench tool which brings sophisticated performance testing and test visualization capabilities to theWCF world. This work has been the result of the feedback received by many of our SO-Aware…
photo courtesy of mtoleric via Flickr
If you want to test and deploy your applications much faster than you could before, take a look at these OTN resources. They won't disappoint.
Developer Webinar: How to Test and Deploy Applications Faster - April 10
Our second developer webinar, conducted by engineers Eric Reid…
I have a netbook with a N450 Atom and a BCM70012 aka Crystal HD card. On Windows 7 I can play HD flash video with very little CPU usage because of the RC of Flash 10.2. I did some reading and saw posts claiming that the Crystal HD card is finally supported by the newer Flash 10.2 RC in Ubuntu but I can't get it to work. …
Hi all,
We are hiring a .NET C# developer and I have developed a technical test for the candidates to complete. They have an hour and it has two parts, some knowledge based questions covering asp.net, C# and SQL and a small practical test. I'd appreciate feedback on the test, is it sufficient to test the programmers…
I'm taking programming class and instructor loves to work with images so most of our assignments involve manipulating raw RGB image data. One of our assignments is to implement a standard image converter that converts SD images to HD images and vice versa. I always take advantage of these types of assignments to go…
App Engine Hangout - chat with an App Engine Software Engineer in Test
We'll be chatting with Robert Schuppenies, who is an App Engine Software Engineer in Test. He'll describe a bit about what he does, and talk about/demo some App Engine test frameworks, like the testbed module, code.google.com and code.google.com…
I'm tasked with getting a legacy application under unit test. First some background about the application: It's a 600k LOC Java RCP code base with these major problems
massive code duplication
no encapsulation, most private data is accessible from outside, some of the business data also made singletons so it's…
Hello
How often QA engineers are responsible for developing Mock Objects for Unit Testing. So dealing with Mock Objects is just developer job ?. The reason i ask is i'm interested in QA as my career and am learning tools like JUnit , TestNG and couple of frameworks. I just want to know until what level of unit…
This seems to be the common pattern that's emerging in some of the tests I've worked on lately. We have a class, and quite often this is legacy code whose design can't be easily altered, which has a bunch of member variables.
There's some kind of "Initialize" or "Load" function which would put an object into…
I am new to test-driven development, but I'm loving it. There is, however, a main problem that prevents me from using it effectively.
I work for embedded medical applications, plain C, with safety issues.
Suppose you have module A that has a function A_function() that I want to test. This function call a…
ORACLE
UK TECHNOLOGY “TEST FEST” Join us at the UKOUG Conference at the
ICC in Birmingham and Take your OPN Implementation Specialist Exam for Free!
3-5 December 2012,
ICC Birmingham (UK)
Dear Oracle
Partner,** As a
priority partner, we are sending you…
I am developing my first project using test driven development. I am using Zend Framework and PHPUnit.
Currently my project is at 100% code coverage but I am not sure I understand in what order I am supposed to write my code.
Am I supposed to write my test FIRST with what my objects are expected to…
I'm trying to build up some test cases, and have read that you should try and limit the number of assertions per test case.
So my question is, what is the best way to go about testing a function w/ multiple inputs. For example, I have a function that parses a string from the user and returns the…
I was told that unittest is fast and the tests which touches DB, across network, and touches FileSystem are not unittest.
In one of my testcases, its input are the file names (amount about 300~400) under a specific folder. Although these input are part of file system, the execution time of this…
I've installed Ubuntu 12.04 LTS from a minimal cd on a netbook (Asus 1001 PXD).
I've installed the ubuntu-desktop package using the --no-install-recommends option.
Everything works fine, except the "sound test" for headphones or analog speakers.
Clicking on the "test" buttons (front left and…