473,396 Members | 1,961 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

coverage analysis tools

I would love a tool which can be run when testing a classic ASP app which
records what code has been executed. I have a problem I have to find
occurances of through thousands of thousands of lines of code. This would
help speed the task. Anyone know of such an animal? I am kind of google
impaired. I was unable to find the lyrics to rolly polly fishhead one time
and my DH found it in 10 seconds.

Thanks.

Stephanie
Jul 22 '05 #1
6 1899
not sure I follow... wont FIND do this?

--
Curt Christianson
Site & Scripts: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Stephanie Stowe" <Iw*********@nospam.com> wrote in message
news:ub**************@TK2MSFTNGP09.phx.gbl...
I would love a tool which can be run when testing a classic ASP app which
records what code has been executed. I have a problem I have to find
occurances of through thousands of thousands of lines of code. This would
help speed the task. Anyone know of such an animal? I am kind of google
impaired. I was unable to find the lyrics to rolly polly fishhead one time
and my DH found it in 10 seconds.

Thanks.

Stephanie

Jul 22 '05 #2

"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:uI**************@tk2msftngp13.phx.gbl...
not sure I follow... wont FIND do this?

I did not explain this very well. I have to find the intersection between
response.redirect and modal windows. Imagine running code (IE only
supported) whihc has client side Javascript which opens a modal window with
some URL. Whatever that URL is posts back to the server to some page, and
the page that it is posted to has a response.redirect in it. I have to find
that.

So I go looking for our function which we use to open a modal window. There
are hundreds and hundreds. So I start with the first one. But I am new here
and don't know the app very well. Did I mention that it is a huge app? So I
go to where the code is supposed be executed (in my mind) and that is not
executing that code. But it is executing SOME modal window. I should would
like to be able to tell where on my list of hundreds of instances of what I
am looking for I stumbled into so I could cross it off my list.

So I am hoping to find something that shows me what I have RUN not what I am
looking for. It has some added other benefits for the future, like aiding in
regression testing.

Thanks

--
Curt Christianson
Site & Scripts: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Stephanie Stowe" <Iw*********@nospam.com> wrote in message
news:ub**************@TK2MSFTNGP09.phx.gbl...
I would love a tool which can be run when testing a classic ASP app which
records what code has been executed. I have a problem I have to find
occurances of through thousands of thousands of lines of code. This would
help speed the task. Anyone know of such an animal? I am kind of google
impaired. I was unable to find the lyrics to rolly polly fishhead one time
and my DH found it in 10 seconds.

Thanks.

Stephanie


Jul 22 '05 #3
I'm still not clear on what you are after

Page has a link to Page2 which links to Page3

So basically you want all the Page1/Page3 routes?

--
Curt Christianson
Site & Scripts: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Stephanie Stowe" <Iw*********@nospam.com> wrote in message
news:%2****************@TK2MSFTNGP14.phx.gbl...

"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:uI**************@tk2msftngp13.phx.gbl...
not sure I follow... wont FIND do this?


I did not explain this very well. I have to find the intersection between
response.redirect and modal windows. Imagine running code (IE only
supported) whihc has client side Javascript which opens a modal window
with some URL. Whatever that URL is posts back to the server to some page,
and the page that it is posted to has a response.redirect in it. I have to
find that.

So I go looking for our function which we use to open a modal window.
There are hundreds and hundreds. So I start with the first one. But I am
new here and don't know the app very well. Did I mention that it is a huge
app? So I go to where the code is supposed be executed (in my mind) and
that is not executing that code. But it is executing SOME modal window. I
should would like to be able to tell where on my list of hundreds of
instances of what I am looking for I stumbled into so I could cross it off
my list.

So I am hoping to find something that shows me what I have RUN not what I
am looking for. It has some added other benefits for the future, like
aiding in regression testing.

Thanks

--
Curt Christianson
Site & Scripts: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Stephanie Stowe" <Iw*********@nospam.com> wrote in message
news:ub**************@TK2MSFTNGP09.phx.gbl...
I would love a tool which can be run when testing a classic ASP app which
records what code has been executed. I have a problem I have to find
occurances of through thousands of thousands of lines of code. This would
help speed the task. Anyone know of such an animal? I am kind of google
impaired. I was unable to find the lyrics to rolly polly fishhead one
time and my DH found it in 10 seconds.

Thanks.

Stephanie



Jul 22 '05 #4
Is this generally a top post group? I cannot remember. I get hammered on
other groups for top posting.

No. I want to execute my ASP app and have something dance and blink on the
lines of code that were traversed.

"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
I'm still not clear on what you are after

Page has a link to Page2 which links to Page3

So basically you want all the Page1/Page3 routes?

--
Curt Christianson
Site & Scripts: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Stephanie Stowe" <Iw*********@nospam.com> wrote in message
news:%2****************@TK2MSFTNGP14.phx.gbl...

"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:uI**************@tk2msftngp13.phx.gbl...
not sure I follow... wont FIND do this?


I did not explain this very well. I have to find the intersection between
response.redirect and modal windows. Imagine running code (IE only
supported) whihc has client side Javascript which opens a modal window
with some URL. Whatever that URL is posts back to the server to some
page, and the page that it is posted to has a response.redirect in it. I
have to find that.

So I go looking for our function which we use to open a modal window.
There are hundreds and hundreds. So I start with the first one. But I am
new here and don't know the app very well. Did I mention that it is a
huge app? So I go to where the code is supposed be executed (in my mind)
and that is not executing that code. But it is executing SOME modal
window. I should would like to be able to tell where on my list of
hundreds of instances of what I am looking for I stumbled into so I could
cross it off my list.

So I am hoping to find something that shows me what I have RUN not what I
am looking for. It has some added other benefits for the future, like
aiding in regression testing.

Thanks

--
Curt Christianson
Site & Scripts: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Stephanie Stowe" <Iw*********@nospam.com> wrote in message
news:ub**************@TK2MSFTNGP09.phx.gbl...
I would love a tool which can be run when testing a classic ASP app
which records what code has been executed. I have a problem I have to
find occurances of through thousands of thousands of lines of code. This
would help speed the task. Anyone know of such an animal? I am kind of
google impaired. I was unable to find the lyrics to rolly polly fishhead
one time and my DH found it in 10 seconds.

Thanks.

Stephanie



Jul 22 '05 #5
dont worry about that too much. This is a pretty slow group since .NET came
around, people are pretty open.
Since OE defaults to top, and a large % of the posters are using OE it's
pretty common for top posting, but we'll read em no matter what :}
So you want these results in your development IDE then?
It sounds like you are trying to combine a spider and your dev suite.....to
be honest I have not heard of anthing that will do that. You can find the
coded entries but trying to get interpreted entries/values is very tricky
and I haven't come aware of anyting like this, especially not in ASP....
sorry

--
Curt Christianson
Site & Scripts: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Stephanie Stowe" <Iw*********@nospam.com> wrote in message
news:O0*************@tk2msftngp13.phx.gbl...
Is this generally a top post group? I cannot remember. I get hammered on
other groups for top posting.

No. I want to execute my ASP app and have something dance and blink on the
lines of code that were traversed.

"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
I'm still not clear on what you are after

Page has a link to Page2 which links to Page3

So basically you want all the Page1/Page3 routes?

--
Curt Christianson
Site & Scripts: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Stephanie Stowe" <Iw*********@nospam.com> wrote in message
news:%2****************@TK2MSFTNGP14.phx.gbl...

"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:uI**************@tk2msftngp13.phx.gbl...
not sure I follow... wont FIND do this?
I did not explain this very well. I have to find the intersection
between response.redirect and modal windows. Imagine running code (IE
only supported) whihc has client side Javascript which opens a modal
window with some URL. Whatever that URL is posts back to the server to
some page, and the page that it is posted to has a response.redirect in
it. I have to find that.

So I go looking for our function which we use to open a modal window.
There are hundreds and hundreds. So I start with the first one. But I am
new here and don't know the app very well. Did I mention that it is a
huge app? So I go to where the code is supposed be executed (in my
mind) and that is not executing that code. But it is executing SOME
modal window. I should would like to be able to tell where on my list of
hundreds of instances of what I am looking for I stumbled into so I
could cross it off my list.

So I am hoping to find something that shows me what I have RUN not what
I am looking for. It has some added other benefits for the future, like
aiding in regression testing.

Thanks
--
Curt Christianson
Site & Scripts: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Stephanie Stowe" <Iw*********@nospam.com> wrote in message
news:ub**************@TK2MSFTNGP09.phx.gbl...
>I would love a tool which can be run when testing a classic ASP app
>which records what code has been executed. I have a problem I have to
>find occurances of through thousands of thousands of lines of code.
>This would help speed the task. Anyone know of such an animal? I am
>kind of google impaired. I was unable to find the lyrics to rolly polly
>fishhead one time and my DH found it in 10 seconds.
>
> Thanks.
>
> Stephanie
>



Jul 22 '05 #6

"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:OM**************@TK2MSFTNGP10.phx.gbl...
dont worry about that too much. This is a pretty slow group since .NET
came around, people are pretty open.
Since OE defaults to top, and a large % of the posters are using OE it's
pretty common for top posting, but we'll read em no matter what :}
So you want these results in your development IDE then?

I don't care where it gives me the info, as long as it gives me the info. I
can imagine things like inserting a formatted in-line comment within the
source, or making some kind of report.
It sounds like you are trying to combine a spider and your dev
suite.....to be honest I have not heard of anthing that will do that. You
can find the coded entries but trying to get interpreted entries/values is
very tricky and I haven't come aware of anyting like this, especially not
in ASP.... sorry

Yeah, I have seen it in compiled and "managed" code. Rational has such a
product, I think. That is what made me think of it. Bummer man.
--
Curt Christianson
Site & Scripts: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Stephanie Stowe" <Iw*********@nospam.com> wrote in message
news:O0*************@tk2msftngp13.phx.gbl...
Is this generally a top post group? I cannot remember. I get hammered on
other groups for top posting.

No. I want to execute my ASP app and have something dance and blink on
the lines of code that were traversed.

"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
I'm still not clear on what you are after

Page has a link to Page2 which links to Page3

So basically you want all the Page1/Page3 routes?

--
Curt Christianson
Site & Scripts: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Stephanie Stowe" <Iw*********@nospam.com> wrote in message
news:%2****************@TK2MSFTNGP14.phx.gbl...

"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:uI**************@tk2msftngp13.phx.gbl...
> not sure I follow... wont FIND do this?
>

I did not explain this very well. I have to find the intersection
between response.redirect and modal windows. Imagine running code (IE
only supported) whihc has client side Javascript which opens a modal
window with some URL. Whatever that URL is posts back to the server to
some page, and the page that it is posted to has a response.redirect in
it. I have to find that.

So I go looking for our function which we use to open a modal window.
There are hundreds and hundreds. So I start with the first one. But I
am new here and don't know the app very well. Did I mention that it is
a huge app? So I go to where the code is supposed be executed (in my
mind) and that is not executing that code. But it is executing SOME
modal window. I should would like to be able to tell where on my list
of hundreds of instances of what I am looking for I stumbled into so I
could cross it off my list.

So I am hoping to find something that shows me what I have RUN not what
I am looking for. It has some added other benefits for the future, like
aiding in regression testing.

Thanks
> --
> Curt Christianson
> Site & Scripts: http://www.Darkfalz.com
> Blog: http://blog.Darkfalz.com
>
>
> "Stephanie Stowe" <Iw*********@nospam.com> wrote in message
> news:ub**************@TK2MSFTNGP09.phx.gbl...
>>I would love a tool which can be run when testing a classic ASP app
>>which records what code has been executed. I have a problem I have to
>>find occurances of through thousands of thousands of lines of code.
>>This would help speed the task. Anyone know of such an animal? I am
>>kind of google impaired. I was unable to find the lyrics to rolly
>>polly fishhead one time and my DH found it in 10 seconds.
>>
>> Thanks.
>>
>> Stephanie
>>
>
>



Jul 22 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: John J. Lee | last post by:
Anybody know of one? Actually, I have a feeling that emacs understands a standard format for errors, which would make it really easy to implement this by having the coverage tool print results...
1
by: Andreas Lobinger | last post by:
Aloha, hotshot.Profile has flags for recording timing per line and line events. Even if i had both set to 1 i still get only the standard data (time per call). Is there any document available...
4
by: Steven T. Hatton | last post by:
pag.csail.mit.edu/~mernst/ pubs/c-preprocessor-tse2002.pdf Abstract: This is the first empirical study of the use of the C macro preprocessor, Cpp. To determine how the preprocessor is used in...
1
by: vipindeep | last post by:
Dear reader, Are there any widely used dynamic analysis tools which are used for detecting errors in programming, for example null dereferences, deadlocks, etc.. Some of the tools which I...
7
by: patrickmee | last post by:
Hi all, The database that our php applications are running on is getting a major clean up. RI will be enforced, normalization and all that good stuff. Our QA department have a set of...
0
by: alan.lemon | last post by:
I currently use CxxTest as my unit testing framework for C++. It has really worked well to meet my needs. Does anyone know of a good _free_ coverage analysis tool? If this is the wrong place to...
7
by: Kai Zhu | last post by:
Can anybody show me a list of such tools so that I can pick up the tools match my requirement.
2
by: Orin | last post by:
Hi, I have a problem in using coverage.py module in my project: ../cov -c Traceback (most recent call last): File "./cov", line 10, in ? coverage.the_coverage.command_line(sys.argv) File...
2
by: Noah | last post by:
I'm trying to use the trace module to build coverage files for a multi-threaded program. http://docs.python.org/lib/module-trace.html I test my application using trace.py from the command-line...
2
by: innes | last post by:
I can't find anything on this in the VS2008 help (searching for 'coverage' returns no results). Can anyone confirm that VS2008's code coverage functionality doesnt extend to working on C++/CLI...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.