InfoQ Homepage Testing Content on InfoQ
-
Azure has its own Chaos Monkey
Steve Marx, founder of Site44.com, has released WazMonkey, a simple version of Netflix’s Chaos Monkey for Azure. It allows developers to test their Azure deployments in much the same manner as Chaos Monkey tests Amazon Web Services. The methodology of testing employed by both WazMonkey and Chaos Monkey randomly injects real life failure scenarios into existing cloud-based software deployments.
-
Anthony F. Voellm Discusses Testing 2.0 at the Google Testing Blog
In his recent posting "Testing 2.0" at the Google Testing Blog, Anthony F. Voellm is discussing the evolution of testing. While some experts might believe, almost all research in testing already has been done, Voellm anticipates what he calls “Testing 2.0” . This evolution of testing could comprise aspects such as automation of complex decisions on quality issues.
-
Microsoft Test Manager 2012 Adds Manual Testing Support for Win8 Tablets
Of all the forms of testing there is one that simply cannot be skipped. It doesn’t matter how good your automated tests are, manual testing still has to be performed before an application ships. With the release of MS Test Manager 2012, Microsoft intends to make it manual tests significantly easier.
-
NASA Develops Space Launch System Flight Software
Developing launch vehicle flight software requires a big focus on embedded systems and quality attributes such as safety. To develop such mission-critical software systems, sophisticated test beds are necessary. According to a NASA press release from the 31st of May, the software test bed computers for the new Space Launch System (SLS) are now available.
-
Google Has Open Sourced WindowTester Pro
Google has decided to open source WindowTester Pro, a Java tool used for automated SWT and Swing GUI testing.
-
Coverity: Open Source Code Has Fewer Defects than Commercial One
A Coverity study concludes that open source code using static analysis has on average a lower number of defects than commercial code, but they are on par when it comes to code of similar sizes.
-
Unit Testing on Mobile Devices with .NET/Mono
An ongoing problem with specialized platforms is the lack of support for unit testing. Developers are forced to compromise the quality of their tests or their build process in order to get anything working. Recently MonoTouch has made progress in this area, but Windows Phone and Mono for Android still lag behind.
-
SQL Server Unit Testing with tSQLt
tSQLt is a free, open-source framework for unit testing in SQL Server. By writing tSQLt test cases, developers can create fake tables and views based on production data, then compare expected versus actual results. Tests can be created directly in SQL Server Management Studio.
-
Byteman 2.0.0: Bytecode Manipulation, Testing, Fault Injection, Logging
JBoss has released Byteman 2.0.0, an open source Java bytecode manipulation tool licensed under GNU LGPL 2.1. Byteman is a Java agent which helps testing, tracing, and monitoring code. It allows developers to change the operation of Java applications, either as it is loaded or during runtime.
-
.NET Demon Provides Continuous Compilation and Testing for Visual Studio
Red Gate's .NET Demon is a new Visual Studio tool that continuously tests, compiles, and auto-saves code in the background.
-
IBM is now wearing a Green Hat
On January 4th, IBM announced it is going to acquire the cloud and SOA integration service company Green Hat. Testing is one of the main challenges when developing cloud or SOA based applications. Buying Green Hat IBM hopes to offer more productive testing approaches and other benefits for such types of large scale software systems. Green Hat will be integrated into IBM Rational Solution.
-
SQL Test Brings tSQLt Unit Testing to SQL Server Management Studio
SQL Test is the user interface for tSQLt, the open source unit testing framework for SQL Server. From the SQL Test window, users can create test classes, view existing unit tests, execute them, and view the results within a dockable panel in SQL Server Management Studio.
-
Automated Testing Solutions for Android
There are a number of automated testing frameworks or tools for Android applications, including but not limited to Activity Instrumentation, MonkeyRunner, Robotium, or Robolectric. LessPainful is providing automated tested on real devices as a service.
-
Application Lifecycle Management in Team Foundation Server 11
Team Foundation Server 11 has added many features in the area of Application Lifecycle Management. Some of the highlights include support for code reviews, iterations/sprints, resource allocation, third part testing frameworks, and a much more capable dependency graph.
-
Gorilla Logic Release FlexMonkey 5, Open Source Testing Tool for Adobe Flex and AIR
Gorilla Logic have today announced the availability of FlexMonkey 5, their open source automated testing tool for Adobe Flex and AIR.