× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.




Darren,
What Code Coverage tells you is exactly which lines are executed by a
particular execution of your program. This is very useful in the context
of testing.
You can tell which branches/procedures/programs are being executed by your
testing.
Given this, you can tell
a) if your testing is not covering important cases.
b) if you have dead code that should be removed
This functionality has been delivered in RDi since 9.1 (May 2014)

What Test Optimizing Advisor gives in addition, is the ability to track
which testcase covered which line.
Given this ability the TOA can tell you
a) whether a testcase is redundant and not worth your time running
b) given the file you have modified as a developer, which test cases are
relevant and should be run

At COMMON, I heard that most shops were spending more than 1 day and half
of them were spending more than a week in running tests before release
their code. The TOA should help reduce this test burden, and make the
tests executed more relevant and save you time which is money.

Edmund





From: darren@xxxxxxxxx
To: "midrange-WDSC WDSC message board" <wdsci-l@xxxxxxxxxxxx>
Date: 05/22/2015 11:37 AM
Subject: [WDSCI-L] What is Code Coverage
Sent by: "WDSCI-L" <wdsci-l-bounces@xxxxxxxxxxxx>




Just saw a recent post from Edmund Reinhardt about a Test Optimizer, so I
look at the tutorial, and it talks about Code Coverage, which I thought was
a java only tool, but the tutorial shows some RPG programs. So, me being a
green screen programmer for a business centered around an MRP package, does
Code Coverage mean anything to me? I did try running a Code Coverage
Report against one of my programs, and I see a list of my sub-procedures
with various Coverage %s, but I don't see what that means to me.




--
This is the Rational Developer for IBM i / Websphere Development Studio
Client for System i & iSeries (WDSCI-L) mailing list
To post a message email: WDSCI-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/wdsci-l.


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.