Desktop.zip
Hi,
I have attached a macro and a trace file. When opening the macro you press get data, and click on the trace file. This is the macro presently.
I was wondering if I could add a way to count the tests that are being conducted, and report it.
This is from the trace file.
If you look on the trace file I sent in this email. There is something like this:
2013-03-29 10:14:26> DEBUG : _Method::Util2::Debug::TraceArray_3 - progress; [1 ]: A3058278 Plasma HBV
2013-03-29 10:14:26> DEBUG : _Method::Util2::Debug::TraceArray_3 - progress; [2 ]: A3058217 Plasma HBV
2013-03-29 10:14:26> DEBUG : _Method::Util2::Debug::TraceArray_3 - progress; [3 ]: A3058949 Plasma HBV
2013-03-29 10:14:26> DEBUG : _Method::Util2::Debug::TraceArray_3 - progress; [4 ]: A2873993 Plasma HBV
2013-03-29 10:14:26> DEBUG : _Method::Util2::Debug::TraceArray_3 - progress; [5 ]: A2873960 Plasma HBV
2013-03-29 10:14:26> DEBUG : _Method::Util2::Debug::TraceArray_3 - progress; [6 ]: A2873955 Plasma HBV
2013-03-29 10:14:27> DEBUG : _Method::Util2::Debug::TraceArray_3 - progress; [7 ]: A2873942 Plasma HCV
2013-03-29 10:14:27> DEBUG : _Method::Util2::Debug::TraceArray_3 - progress; [8 ]: A2873905 Plasma HCV
2013-03-29 10:14:27> DEBUG : _Method::Util2::Debug::TraceArray_3 - progress; [9 ]: A2873988 Plasma HCV
2013-03-29 10:14:27> DEBUG : _Method::Util2::Debug::TraceArray_3 - progress; [10 ]: A2873489 Plasma HIV
2013-03-29 10:14:27> DEBUG : _Method::Util2::Debug::TraceArray_3 - progress; [11 ]: A2877096 Plasma HIV
2013-03-29 10:14:27> DEBUG : _Method::Util2::Debug::TraceArray_3 - progress; [12 ]: A2877073 Plasma HIV
2013-03-29 10:14:27> DEBUG : _Method::Util2::Debug::TraceArray_3 - progress; [13 ]: A2877107 Plasma HIV
2013-03-29 10:14:27> DEBUG : _Method::Util2::Debug::TraceArray_3 - progress; [14 ]: A2877065 Plasma HIV
2013-03-29 10:14:27> DEBUG : _Method::Util2::Debug::TraceArray_3 - progress; [15 ]: A2877055 Plasma HIV
2013-03-29 10:14:27> DEBUG : _Method::Util2::Debug::TraceArray_3 - progress; [16 ]: A2877101 Plasma HIV
2013-03-29 10:14:27> DEBUG : _Method::Util2::Debug::TraceArray_3 - progress; [17 ]: A2877010 Plasma HIV
2013-03-29 10:14:27> DEBUG : _Method::Util2::Debug::TraceArray_3 - progress; [18 ]: A2877126 Plasma HCVGT
2013-03-29 10:14:27> DEBUG : _Method::Util2::Debug::TraceArray_3 - progress; [19 ]: A2877029 Plasma HCVGT
2013-03-29 10:14:27> DEBUG : _Method::Util2::Debug::TraceArray_3 - progress; [20 ]: A2877074 Plasma HCVGT
2013-03-29 10:14:27> DEBUG : _Method::Util2::Debug::TraceArray_3 - progress; [21 ]: A2877105 Plasma HCVGT
2013-03-29 10:14:27> DEBUG : _Method::Util2::Debug::TraceArray_3 - progress; [22 ]: A2877848 Plasma HCVGT
2013-03-29 10:14:27> DEBUG : _Method::Util2::Debug::TraceArray_3 - progress; [23 ]: A2877862 Plasma HCVGT
I was wondering on the macro, we can make it say:
HBV = 6
HCV = 3
HIV = 8
HCVGT = 6
Basically it looks at this segment on the trace file, and is able to report on how many there actually are. If you could help me on this I would really appreciate it. Thank you.
Hi,
I have attached a macro and a trace file. When opening the macro you press get data, and click on the trace file. This is the macro presently.
I was wondering if I could add a way to count the tests that are being conducted, and report it.
This is from the trace file.
If you look on the trace file I sent in this email. There is something like this:
2013-03-29 10:14:26> DEBUG : _Method::Util2::Debug::TraceArray_3 - progress; [1 ]: A3058278 Plasma HBV
2013-03-29 10:14:26> DEBUG : _Method::Util2::Debug::TraceArray_3 - progress; [2 ]: A3058217 Plasma HBV
2013-03-29 10:14:26> DEBUG : _Method::Util2::Debug::TraceArray_3 - progress; [3 ]: A3058949 Plasma HBV
2013-03-29 10:14:26> DEBUG : _Method::Util2::Debug::TraceArray_3 - progress; [4 ]: A2873993 Plasma HBV
2013-03-29 10:14:26> DEBUG : _Method::Util2::Debug::TraceArray_3 - progress; [5 ]: A2873960 Plasma HBV
2013-03-29 10:14:26> DEBUG : _Method::Util2::Debug::TraceArray_3 - progress; [6 ]: A2873955 Plasma HBV
2013-03-29 10:14:27> DEBUG : _Method::Util2::Debug::TraceArray_3 - progress; [7 ]: A2873942 Plasma HCV
2013-03-29 10:14:27> DEBUG : _Method::Util2::Debug::TraceArray_3 - progress; [8 ]: A2873905 Plasma HCV
2013-03-29 10:14:27> DEBUG : _Method::Util2::Debug::TraceArray_3 - progress; [9 ]: A2873988 Plasma HCV
2013-03-29 10:14:27> DEBUG : _Method::Util2::Debug::TraceArray_3 - progress; [10 ]: A2873489 Plasma HIV
2013-03-29 10:14:27> DEBUG : _Method::Util2::Debug::TraceArray_3 - progress; [11 ]: A2877096 Plasma HIV
2013-03-29 10:14:27> DEBUG : _Method::Util2::Debug::TraceArray_3 - progress; [12 ]: A2877073 Plasma HIV
2013-03-29 10:14:27> DEBUG : _Method::Util2::Debug::TraceArray_3 - progress; [13 ]: A2877107 Plasma HIV
2013-03-29 10:14:27> DEBUG : _Method::Util2::Debug::TraceArray_3 - progress; [14 ]: A2877065 Plasma HIV
2013-03-29 10:14:27> DEBUG : _Method::Util2::Debug::TraceArray_3 - progress; [15 ]: A2877055 Plasma HIV
2013-03-29 10:14:27> DEBUG : _Method::Util2::Debug::TraceArray_3 - progress; [16 ]: A2877101 Plasma HIV
2013-03-29 10:14:27> DEBUG : _Method::Util2::Debug::TraceArray_3 - progress; [17 ]: A2877010 Plasma HIV
2013-03-29 10:14:27> DEBUG : _Method::Util2::Debug::TraceArray_3 - progress; [18 ]: A2877126 Plasma HCVGT
2013-03-29 10:14:27> DEBUG : _Method::Util2::Debug::TraceArray_3 - progress; [19 ]: A2877029 Plasma HCVGT
2013-03-29 10:14:27> DEBUG : _Method::Util2::Debug::TraceArray_3 - progress; [20 ]: A2877074 Plasma HCVGT
2013-03-29 10:14:27> DEBUG : _Method::Util2::Debug::TraceArray_3 - progress; [21 ]: A2877105 Plasma HCVGT
2013-03-29 10:14:27> DEBUG : _Method::Util2::Debug::TraceArray_3 - progress; [22 ]: A2877848 Plasma HCVGT
2013-03-29 10:14:27> DEBUG : _Method::Util2::Debug::TraceArray_3 - progress; [23 ]: A2877862 Plasma HCVGT
I was wondering on the macro, we can make it say:
HBV = 6
HCV = 3
HIV = 8
HCVGT = 6
Basically it looks at this segment on the trace file, and is able to report on how many there actually are. If you could help me on this I would really appreciate it. Thank you.