Close
  • Latest News
  • Artificial Intelligence
  • Video
  • Big Data and Analytics
  • Cloud
  • Networking
  • Cybersecurity
  • Applications
  • IT Management
  • Storage
  • Sponsored
  • Mobile
  • Small Business
  • Development
  • Database
  • Servers
  • Android
  • Apple
  • Innovation
  • Blogs
  • PC Hardware
  • Reviews
  • Search Engines
  • Virtualization
Read Down
Sign in
Close
Welcome!Log into your account
Forgot your password?
Read Down
Password recovery
Recover your password
Close
Search
Logo
Subscribe
Logo
  • Latest News
  • Artificial Intelligence
  • Video
  • Big Data and Analytics
  • Cloud
  • Networking
  • Cybersecurity
  • Applications
  • IT Management
  • Storage
  • Sponsored
  • Mobile
  • Small Business
  • Development
  • Database
  • Servers
  • Android
  • Apple
  • Innovation
  • Blogs
  • PC Hardware
  • Reviews
  • Search Engines
  • Virtualization
More
    Subscribe
    Home Development
    • Development

    Jtest 8 Aids Process

    Written by

    Peter Coffee
    Published October 16, 2006
    Share
    Facebook
    Twitter
    Linkedin

      eWEEK content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More.

      When eWEEK Labs looked at Parasofts Jtest 8 Java test tool, we were reminded of the travails of the Apollo 13 mission. We didnt consider Jtest 8 to be a desperately jury-rigged approach to programming problems; rather, we found it to be a valuable leap beyond past tools for Java-code-error diagnosis and correction, but one that brings with it some challenges.

      Click here to read the full review of Jtest 8.

      2

      When eWEEK Labs looked at Parasofts Jtest 8 Java test tool, we were reminded of the travails of the Apollo 13 mission. We didnt consider Jtest 8 to be a desperately jury-rigged approach to programming problems; rather, we found it to be a valuable leap beyond past tools for Java-code-error diagnosis and correction, but one that brings with it some challenges.

      The product, released in September, comes at what some may consider a moon-mission price: $50,000 for a Server Edition license that includes five developer seats and $3,495 for a single-user version that lacks some of Version 8s best new features. The product is offered on Microsofts Windows, Linux and Sun Microsystems Solaris platforms. eWeek Labs tested the single-user version on Windows and did a walk-through of the Server Editions high-end features using a Parasoft installation of the Windows server product.

      At a time when a growing slate of first-rate development tools are offered at zero cost, were sure its harder than ever to get a four- or five-figure authorization for what some managers may still consider the luxury of test automation. We can only say that the cost of Jtest 8, measured in equivalent developer hours, seems likely to represent good value in most enterprise development shops.

      Wed add that in the current environment of growing scrutiny of business process governance, theres an additional return to be realized from investment in any aspect of process formalization and documentation. If the chief technology officer cant find any budget for code-test tools, perhaps the chief compliance officer is the next potential source of funds.

      Our last full review of Jtest was of Version 5 in October 2003, and we continue to like what impressed us then: The Jtest 8 environment makes it easy to specify and execute tests, and the product offers what are usually relevant suggestions for what it terms Quick Fix corrections.

      We regret to note, though, the persistence of a problem that our review of Version 5 described in some detail: Undoing a Quick Fix edit reversed the change that had been made to our code, but the corresponding error alert was not restored unless we reran the code tests. We continue to hope that Parasoft will address this obvious and annoying flaw.

      Beyond A Problem

      When a programmer first suspects a serious bug, its common for those nearby to hear some muttered variation on an Apollo 13-inspired cliché: “Houston, we have a problem.” Software-testing tools have typically contented themselves with sending a similar message to the developer: “Theres something wrong with the code.” Were not minimizing the difficulty of crafting a tool that does this well, but its clearly not enough.

      All too often, the defect being reported by a software-testing tool is likely to be a mere symptom—just as James Lovells radio transmission, in full, was, “Houston, weve had a problem: Weve had a Main B bus undervolt.” Of course, the root of the problem was not the loss of electrical power but rather the serious explosion that only incidentally caused major damage to the electrical system.

      Developers, like astronauts, want to get quickly to the point of knowing whats really wrong—with rapid further progress toward getting it fixed. Jtest 8 makes significant progress on both fronts. It offers more comprehensive tools for following a fault across the boundaries of a multimodule application, and it integrates useful aids to the process of code review and repair.

      Leading the list of Jtest 8s diagnostic improvements is Bug Detective, which uses an innovative approach that we can best describe as combining elements of conventional static code analysis with execution simulation.

      Bug Detective addresses the long-standing coding problem thats been colorfully described as “arson investigation.” Conventional debugging, its often been said, is entirely too much like rooting through ashes in search of whats left of the match that started the fire. Jtest 8s Bug Detective instead anticipates problems by using customizable rules to identify what Parasoft terms “suspicious points” in the code. These might be, for example, points at which Java code might conceivably throw an exception due to the presence of a null pointer.

      Bug Detective then traces back through the code to determine execution paths that might lead to that point and establishes whether its possible for (in this case) a null value to arrive there.

      We liked Bug Detective because we observed it effectively solving two problems with other testing methods. First, it found problems that involved multiple classes without laborious construction of complex test cases. Second, it avoided false positive diagnoses by reporting only faults for which it could actually establish a triggering scenario. Potential buyers should note, though, that Bug Detective is a high-end feature reserved for the Server Edition of Jtest 8.

      Reviewing the Situation

      Also of note in Jtest 8 is the Code Review module, which extends the domain of software-testing tools into territory formerly considered the turf of source code control. Installation of the Code Review capability deploys a scanner utility on a single Windows or Linux machine that has access to a source code repository for a CVS, StarTeam, ClearCase or Subversion configuration management system.

      A simple text file of property names and values then defines Code Review relationships, such as which e-mail address should receive notice from the scanner of code changes made by any given developer. Configuration and scheduling of scanner operations lack the polished convenience of Jtest 8s Eclipse-based integrated environment. Administrators must rely on the crude, if familiar, procedures of editing a text file and setting up a generic job scheduler. The resulting task assignments and workflow guidance, though, are smoothly integrated into Jtests graphical environment.

      Further strengthening the governance proposition of Jtest 8 is its new facility for test case parameterization, which we found somewhat cumbersome to use, but still a valuable tool.

      Technology Editor Peter Coffee can be reached at [email protected].

      Next page: Evaluation Shortlist: Related Products.

      3

      Evaluation Shortlist

      Agitar Softwares Agitator

      An eWeek Excellence Awards finalist, Agitator intelligently exercises Java code and provides feedback to developers on code behaviors (www.agitar.com/products)

      Artho Softwares Jlint

      Open-source command-line tool set detects both actual and possible errors, ranging from simple operator precedence issues to more complex race conditions and deadlocks (jlint.sourceforge.net or www.artho.com/jlint)

      Compuwares DevPartner Java Edition

      Performance and resource use are the primary focus of this visually oriented analysis workbench (www.compuware.com/products/devpartner/java.htm)

      Peter Coffee
      Peter Coffee
      Peter Coffee is Director of Platform Research at salesforce.com, where he serves as a liaison with the developer community to define the opportunity and clarify developers' technical requirements on the company's evolving Apex Platform. Peter previously spent 18 years with eWEEK (formerly PC Week), the national news magazine of enterprise technology practice, where he reviewed software development tools and methods and wrote regular columns on emerging technologies and professional community issues.Before he began writing full-time in 1989, Peter spent eleven years in technical and management positions at Exxon and The Aerospace Corporation, including management of the latter company's first desktop computing planning team and applied research in applications of artificial intelligence techniques. He holds an engineering degree from MIT and an MBA from Pepperdine University, he has held teaching appointments in computer science, business analytics and information systems management at Pepperdine, UCLA, and Chapman College.

      Get the Free Newsletter!

      Subscribe to Daily Tech Insider for top news, trends & analysis

      Get the Free Newsletter!

      Subscribe to Daily Tech Insider for top news, trends & analysis

      MOST POPULAR ARTICLES

      Artificial Intelligence

      9 Best AI 3D Generators You Need...

      Sam Rinko - June 25, 2024 0
      AI 3D Generators are powerful tools for many different industries. Discover the best AI 3D Generators, and learn which is best for your specific use case.
      Read more
      Cloud

      RingCentral Expands Its Collaboration Platform

      Zeus Kerravala - November 22, 2023 0
      RingCentral adds AI-enabled contact center and hybrid event products to its suite of collaboration services.
      Read more
      Artificial Intelligence

      8 Best AI Data Analytics Software &...

      Aminu Abdullahi - January 18, 2024 0
      Learn the top AI data analytics software to use. Compare AI data analytics solutions & features to make the best choice for your business.
      Read more
      Latest News

      Zeus Kerravala on Networking: Multicloud, 5G, and...

      James Maguire - December 16, 2022 0
      I spoke with Zeus Kerravala, industry analyst at ZK Research, about the rapid changes in enterprise networking, as tech advances and digital transformation prompt...
      Read more
      Video

      Datadog President Amit Agarwal on Trends in...

      James Maguire - November 11, 2022 0
      I spoke with Amit Agarwal, President of Datadog, about infrastructure observability, from current trends to key challenges to the future of this rapidly growing...
      Read more
      Logo

      eWeek has the latest technology news and analysis, buying guides, and product reviews for IT professionals and technology buyers. The site’s focus is on innovative solutions and covering in-depth technical content. eWeek stays on the cutting edge of technology news and IT trends through interviews and expert analysis. Gain insight from top innovators and thought leaders in the fields of IT, business, enterprise software, startups, and more.

      Facebook
      Linkedin
      RSS
      Twitter
      Youtube

      Advertisers

      Advertise with TechnologyAdvice on eWeek and our other IT-focused platforms.

      Advertise with Us

      Menu

      • About eWeek
      • Subscribe to our Newsletter
      • Latest News

      Our Brands

      • Privacy Policy
      • Terms
      • About
      • Contact
      • Advertise
      • Sitemap
      • California – Do Not Sell My Information

      Property of TechnologyAdvice.
      © 2024 TechnologyAdvice. All Rights Reserved

      Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.