The Challenges of Composite Architectures and How They Impact Testing

For complex software platforms, composite applications can be a much more efficient solution than the legacy approach involving loosely connected webs of applications, databases, and middleware. However, testing composite applications—which may need to interact successfully with 100, 1000 or more third-party components and the web services that connect them—is more complicated than testing a collection… Continue reading The Challenges of Composite Architectures and How They Impact Testing

CloudTest – Anything is po-ssh-ible with Java

The need for a POC I came across a situation where I needed to time an SSH call to a UNIX server and wanted to see if CloudTest was a viable option to perform this testing. SOASTA CloudTest gives you the capability to run Java code within a Clip. There is a short tutorial on… Continue reading CloudTest – Anything is po-ssh-ible with Java