Quality Management ROI Calculator - Focus on Test Automation
The Rational Quality Management ROI calculator is intended to give you an idea of what return you can garner from implementing our functional testing solutions. Our quality management solutions offer tools to develop a continuous process, powered by automation to govern software delivery.
» Gartner MarketScope: Application Quality Management Solutions, 1Q 08
This Gartner MarketScope provides guidance for enterprises seeking to purchase tools to manage risk and software quality. We focus on tools fit for large-scale enterprise use and that are ready out of the box to manage quality requirements and functional testing.
» Whitepaper: Tips for Writing Good Use Cases
Writing a good use case isnt easy, but, fortunately, our experience can be your guide. The concepts and principles assembled here represent the works of many people at IBM, and they form a foundation of proven best practices.
» Whitepaper: The Role of Integrated Requirements Management in Software Delivery
Learn about the critical role integrated requirements management can play in helping ensure your business goals and IT projects are continuously aligned-whether you are sourcing, integrat-ing, building or maintaining your software. It also looks at ways that integration and automation can help ensure managing projects and the required changes can be executed using manageable processes that satisfy stakeholders and development teams.
»
Discover Java and Eclipse by playing CodeRuler (jmalasko-142) Provided by: Jayne Malasko Language: Java Category: Other Games
CodeRuler gives users the opportunity to pit their Java programming skills against other players in a medieval world of conquest. Each player writes a Java class that represents and controls a ruler. Each ruler (class) is placed in a simulated battle along with rulers from other players. The competition and competitiveness actually makes users end up coding better and faster. Submitted: 06/30/2008
The busy Java developer's guide to Scala (jmalasko-141) Provided by: Jayne Malasko Language: Java Category: Other Programming
Scala's functional orientation is worth exploring. Functional programming in Scala will give you some new design constructs and ideas, as well as built-in constructs that make programming certain scenarios much easier. In this article, you will look at four types common to most functional languages: lists, tuples and sets, and the Option type. Submitted: 06/30/2008
Learn Java and Eclipse by playing CodeRally (jmalasko-140) Provided by: Jayne Malasko Language: Java Category: Other Games
CodeRally combines competition with collaboration in networked races of up to 100 human-controlled cars, all Java-coding their way around the same crowded course. The competition and competitiveness actually makes users end up coding better and faster. Submitted: 06/27/2008
MBeanInspector for WebSphere Application Server (jmalasko-138) Provided by: Jayne Malasko Language: Java Category: Other
Discover MBeanInspector for WebSphere Application Server, a Java Management Extensions-based administration program for WebSphere 5. MBeanInspector is a useful testing tool; it allows users to examine MBean attributes, invoke MBean operations, and listen for MBean notifications. Submitted: 06/26/2008
PaderSyncFM - Mobile File Manager (padersync-2) Provided by: Thorsten Schemm Language: Java Category: J2ME
A file manager midlet that features access to the local filesystem and to remote FTP, SFTP(SSHv2), WebDAV and SMB file servers. One-way synchronization of two folder structures on distinct filesystems is supported. The user can use an integrated scripting language to design and perform automated filesystem operations. Submitted: 06/26/2008
Trace Analyzer for WebSphere Application Server (jmalasko-136) Provided by: Jayne Malasko Language: Java Category: Other
Diagnose problems in WebSphere deployments using the Trace Analyzer for Websphere Application Server, a graphical environment for analyzing trace logs in detail. As WebSphere is deployed in increasingly complex environments, oftentimes the only way to solve problems is to create trace logs to show the sequence of events leading to the problem. Submitted: 06/25/2008
Test performance of e-business apps using FoCus (jmalasko-132) Provided by: Jayne Malasko Language: Java Category: Other
Discover FoCuS, a tool that implements the functional coverage methodology and improves testing of applications by providing detailed information on the areas in which testing is lacking. Functional coverage refers to testing the performance of an e-business application and making sure that the design of the test covers every aspect of what the application is meant to do. Submitted: 06/23/2008
Eclipse Ganymede at a glance (jmalasko-131) Provided by: Jayne Malasko Language: Java Category: Other
Discover how the Eclipse Ganymede release of 24 projects showcases the diversity and innovation going on inside the Eclipse ecosystem. Get an overview of several Ganymede projects, along with resources to find out more information. Submitted: 06/23/2008
Data Storm, a database viewer for TDD (kbilsted-3) Provided by: Kasper Graversen Language: Java Category: Databases
Data Storm is a free open source data base browser. While there are millions of data base browsers freely available online, Data Storm is different
as it can be launched directly from within your Java code. This enables you to see and modify data that otherwise may not be available to you (as it would be rolled back e.g.) Submitted: 06/20/2008
Web and Enterprise Mashups for Web Services and Data Mashups are all the rage in web application development. Discover what web mashups are and learn about mashups in the enterprise with the BEA Data Services AquaLogic platform.
Top 10 Portal Projects Killers Discover the 10 most common causes of portal project failure and how to avoid them, based on 12 years of experience.
Working With Design Patterns: State The state pattern can help simplify complex conditional logic by representing individual states as classes, each with its own simple behavior.