Re: Coldbox - mxunit testing database interaction

2009-05-12 Thread Matt Quackenbush
Jake, I would highly recommend posting this question to the ColdBox and/or MXUnit groups (links below). You are almost guaranteed to get a much greater response from those than you will from CF-Talk. /0.02 I would offer a suggestion, but I'm honestly not exactly sure what you're trying to do,

Coldbox - mxunit testing database interaction

2009-05-12 Thread Jake Pilgrim
I'm just starting to get into Coldbox and I'm encountering some confusion as to how to *really* test my models and database interaction. So I have the following handler function which is fired upon form submission: var rc = arg

RE: Load testing tools.

2009-01-13 Thread Robert Rawlins
Mark, Jamie, Will, Thanks for the suggestions guys :-) I'll take a look into the different ones and see which works best for me JMeter certainly sounds very cool! Cheers all, Rob ~| Adobe® ColdFusion® 8 software 8 is the most

Re: Load testing tools.

2009-01-12 Thread Will Tomlinson
I played around with WebLoad and thought it was pretty easy to use. http://www.webload.org/ Will ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.n

RE: Load testing tools.

2009-01-12 Thread Jaime Metcher
Your server *will* crash - but do you know when? (cue spooky music). Jaime > -Original Message- > From: Mark Mandel [mailto:mark.man...@gmail.com] > Sent: Tuesday, 13 January 2009 7:23 AM > To: cf-talk > Subject: Re: Load testing tools. > > I got quite into jMeter, bu

Re: Load testing tools.

2009-01-12 Thread Mark Mandel
I got quite into jMeter, but its a bit finicky to get into. Once you understand how it works, tho', its very flexible (and free!) Mark On Tue, Jan 13, 2009 at 6:28 AM, Robert Rawlins < robert.rawl...@thinkbluemedia.co.uk> wrote: > Afternoon guys, > > Any good recommendat

Load testing tools.

2009-01-12 Thread Robert Rawlins
Afternoon guys, Any good recommendations on load testing tools? I’m just looking for something that’ll make HTTP requests to a bunch of given URLS on set intervals for a period of time, monitoring response times etc. I’ve used a couple in the past but forget which, thought I’d get your

IGNORE (Testing...)

2008-09-21 Thread Rick Faircloth
Testing... ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk

Re: Testing for existence of Java library?

2008-08-16 Thread denstar
On Fri, Aug 15, 2008 at 3:21 PM, Barney Boisvert wrote: > You could attempt to load one of it's classes and catch the resulting > exception if it's missing. Based on whether that exception is raised > you'll know whether it's available. Yes, that sounds like a good way to do it. FWIW, when I've

RE: Testing for existence of Java library?

2008-08-15 Thread Andrew Scott
Subject: Re: Testing for existence of Java library? Not when someone asks a Java question and not a JavaScript question. On Sat, Aug 16, 2008 at 12:21 PM, Andrew Scott <[EMAIL PROTECTED]> wrote: > I don't know but maybe something like this > > Try { >Var

Re: Testing for existence of Java library?

2008-08-15 Thread James Holmes
Not when someone asks a Java question and not a JavaScript question. On Sat, Aug 16, 2008 at 12:21 PM, Andrew Scott <[EMAIL PROTECTED]> wrote: > I don't know but maybe something like this > > Try { >Var test = new Ext.GridPane(); > } catch (e) { >// Library not found > } > > I supp

RE: Testing for existence of Java library?

2008-08-15 Thread Andrew Scott
04 998 273 -Original Message- From: Pete Ruckelshaus [mailto:[EMAIL PROTECTED] Sent: Saturday, 16 August 2008 7:19 AM To: CF-Talk Subject: Testing for existence of Java library? Hopefully simple question. How would I test for the existence of a specific Java library (specifically, iCal4j)? Th

Re: Testing for existence of Java library?

2008-08-15 Thread Brad Wood
August 15, 2008 4:19 PM Subject: Testing for existence of Java library? > Hopefully simple question. How would I test for the existence of a > specific > Java library (specifically, iCal4j)? ~| Adobe® ColdFusion

RE: Testing for existence of Java library?

2008-08-15 Thread Dave Watts
> Hopefully simple question. How would I test for the > existence of a specific Java library (specifically, iCal4j)? Use an exception handler around your CreateObject call. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authoriz

Re: Testing for existence of Java library?

2008-08-15 Thread Barney Boisvert
You could attempt to load one of it's classes and catch the resulting exception if it's missing. Based on whether that exception is raised you'll know whether it's available. cheers, barneyb On Fri, Aug 15, 2008 at 2:19 PM, Pete Ruckelshaus <[EMAIL PROTECTED]> wrote: > Hopefully simple question.

Testing for existence of Java library?

2008-08-15 Thread Pete Ruckelshaus
Hopefully simple question. How would I test for the existence of a specific Java library (specifically, iCal4j)? Thanks Pete ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free T

RE: Load testing software for website with AD integrated authenti cation

2008-07-24 Thread Dave Watts
7;s something that gets set? Yes, every time you login, your browser sends an HTTP request header for every subsequent request. If you use a load testing tool that lets you record a browser session to create a script, this will be recorded along with everything else. Then when you run the script,

Re: Load testing software for website with AD integrated authenti cation

2008-07-24 Thread Larry Lyons
>> We're having some serious trouble with an internal website > >Almost any load testing tool will do this. There's nothing specific to AD >here, you simply have to record your browser session from an authenticated >machine. The credentials are just another HTTP reques

RE: Load testing software for website with AD integrated authenti cation

2008-07-24 Thread Burns, John D
Any suggestions on a tool like this? We haven't invested in anything yet so I'm willing to take suggestions. Just looking to find the right tool. -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2008 9:25 AM To: CF-Talk Subject: Re: Lo

Re: Load testing software for website with AD integrated authenti cation

2008-07-24 Thread James Holmes
Your load testing tool, if it's worth anything, should come with a browser proxy that records everything you do and provides a script you can then edit and to which you can add username/password pairs from a text file. On Thu, Jul 24, 2008 at 8:35 PM, Burns, John D <[EMAIL PROTECTED

RE: Load testing software for website with AD integrated authenti cation

2008-07-24 Thread Burns, John D
t? -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 23, 2008 5:27 PM To: CF-Talk Subject: RE: Load testing software for website with AD integrated authenti cation > We're having some serious trouble with an internal website > that uses IIS pass-thr

RE: Load testing software for website with AD integrated authenti cation

2008-07-23 Thread Dave Watts
> We're having some serious trouble with an internal website > that uses IIS pass-through authentication that logs you in > automatically based on the user you're logged into your > computer as. The problem is, I can't find any load testing > apps that will test

Re: SOT: Load testing software for website with AD integrated authentication

2008-07-23 Thread Jim Wright
On Wed, Jul 23, 2008 at 3:18 PM, Burns, John D <[EMAIL PROTECTED]> wrote: > Can anyone confirm this or point us > toward a product that does it? > This may do what you need http://www.iis.net/downloads/default.aspx?tabid=34&g=6&i=1466

Re: SOT: Load testing software for website with AD integrated authentication

2008-07-23 Thread Shannon Peevey
problem is, I can't find > any load testing apps that will test a site with that type of login. My > thinking is that it doesn't exist because it would have to spoof to AD > authentication which shouldn't be able to be done or it defeats the > purpose of that type of secu

SOT: Load testing software for website with AD integrated authentication

2008-07-23 Thread Burns, John D
We're having some serious trouble with an internal website that uses IIS pass-through authentication that logs you in automatically based on the user you're logged into your computer as. The problem is, I can't find any load testing apps that will test a site with that type of log

Re: Accessibility testing

2008-06-18 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
I guess the answer is most CF developers do not test! But then, accessibility compliance is just not as sexy a subject as the latest AIR thingie. I've been using the extensions for FF as well, but you have to be diligent and test each page as you create or edit it. >From my initial research,

Re: Accessibility testing

2008-06-17 Thread denstar
19 PM, James Holmes wrote: >> How would selenium help with accessibility testing? > > It parses the DOM, has a standard way of interacting with it, and it's > automatable? ~| Adobe® ColdFusion® 8 software 8 is the

Re: Accessibility testing

2008-06-17 Thread denstar
On Tue, Jun 17, 2008 at 7:19 PM, James Holmes wrote: > How would selenium help with accessibility testing? It parses the DOM, has a standard way of interacting with it, and it's automatable? That's about all I got. *g* Guess regression testing is all that's good for, tho.

Re: Accessibility testing

2008-06-17 Thread James Holmes
How would selenium help with accessibility testing? On Wed, Jun 18, 2008 at 9:13 AM, denstar <[EMAIL PROTECTED]> wrote: > I think it would be a safe bet that 98% of us should be testing > more... I know I should do it more often. > > perhaps some type of automated deal, as yo

Re: Accessibility testing

2008-06-17 Thread denstar
I think it would be a safe bet that 98% of us should be testing more... I know I should do it more often. perhaps some type of automated deal, as you suggest... h selenium maybe? Hmmm... Anyways, I usually use the plugins for Firefox, or else the sites themselves. I quick google will

Accessibility testing

2008-06-17 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Does anyone have any experience using developer-based accessibility solutions such as HiSoft's AccSoft, specifically with ColdFusion sites? If not, how do you test? Do you test? Thanks~ ~| Adobe® ColdFusion® 8 software 8 is t

Re: Testing for existence of cfthread

2008-06-11 Thread Bilal Soylu
I think the only way to manage threads outside code is to use CF Admin pages. You can built simple admin tag for your own purposes that helps you manage your threads though. You could have the threads register themselves upon start using a shared key space that you can than poll and manage from.

Testing for existence of cfthread

2008-06-11 Thread Dan Fournier
I have a cfthread running in the background of my application. When I reinitialize my application, I'd like to see if this cfthread is running (application is in beta now and this cfthread tends to crash now and then). The only things related to this that I found were functions that exist in Blu

RE: SMTP Proxy for use in Testing CFMAIL

2008-05-02 Thread Dave Watts
what kind of data should be entered, and they assume without thinking that everyone else does as well. Developers are very good at testing the code with acceptable values, and they are very good at fixing compiler errors, but not as good at testing the code with values that don't make sense to t

Re: SMTP Proxy for use in Testing CFMAIL

2008-05-02 Thread Nathan Wells
We would like to avoid making changes to the database if possible, because that alters the test platform. The less similar pre-production and production are, the less applicable QA testing on pre-production is. In this particular case, removing the data from the database is simply not an

Re: SMTP Proxy for use in Testing CFMAIL

2008-05-02 Thread denstar
On Fri, May 2, 2008 at 1:59 PM, Phillip Vector <[EMAIL PROTECTED]> wrote: > Remove most of the users from the pre-production database and those > that are left (2 or 3 or however many you need to test your app), > replace those with Yahoo or gmail addresses. Or, I wrote a little deal to use wise

Re: SMTP Proxy for use in Testing CFMAIL

2008-05-02 Thread Phillip Vector
t I guess I don't understand what the > > purpose of such a thing would be. > > No need to apologize. Let avoid the whole QA vs. Developer issue and lay > out the ugly details of the situation. > > The specific incident that started my search was that during testing,

Re: SMTP Proxy for use in Testing CFMAIL

2008-05-02 Thread Nathan Wells
> Sorry, not tryingto be rude, but I guess I don't understand what the > purpose of such a thing would be. No need to apologize. Let avoid the whole QA vs. Developer issue and lay out the ugly details of the situation. The specific incident that started my search was that during t

Re: SMTP Proxy for use in Testing CFMAIL

2008-05-02 Thread Phillip Vector
who believes y/m/d is > easeier on computers. > > > -Original Message- > From: Phillip Vector [mailto:[EMAIL PROTECTED] > Sent: Friday, May 02, 2008 1:44 PM > To: CF-Talk > Subject: Re: SMTP Proxy for use in Testing CFMAIL > > > Really? Why? > > I

RE: SMTP Proxy for use in Testing CFMAIL

2008-05-02 Thread Dave Francis
a user from the uk who likes d/m/y or a use with a little computer background who believes y/m/d is easeier on computers. -Original Message- From: Phillip Vector [mailto:[EMAIL PROTECTED] Sent: Friday, May 02, 2008 1:44 PM To: CF-Talk Subject: Re: SMTP Proxy for use in Testing CFMAIL Really

Re: SMTP Proxy for use in Testing CFMAIL

2008-05-02 Thread Phillip Vector
Really? Why? I guess coming from a QA background and merging web development into it, I perhaps do things differently. Why do developers make bad QA people usually? They have familiarly with the code and I would think they would have to test to see if the code worked as part of the job. On Fri, M

RE: SMTP Proxy for use in Testing CFMAIL

2008-05-02 Thread Dave Watts
> Usually, as I've seen it, QA is the same as Developers. You should see it some other way. It's a lot nicer that other way. Developers, by and large, make lousy QA people. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Training: Adobe/Google/Paperthin Certified Partners htt

Re: SMTP Proxy for use in Testing CFMAIL

2008-05-02 Thread Phillip Vector
Oh. Usually, as I've seen it, QA is the same as Developers. If QA is testing out the functionality of your app, then why do they need a special SMTP. Just have them get a google mail account and go through the forms or whatever and put that in as their emails. If they do more then what

Re: SMTP Proxy for use in Testing CFMAIL

2008-05-02 Thread Nathan Wells
>Can't you just log the messages and check CF administrator to see if >they "went out"? > Yes, we could check the mailsent log, but it's not always viable to give our QA testers access to the log files, and it's not real warm and fuzzy either. ~~

Re: SMTP Proxy for use in Testing CFMAIL

2008-05-02 Thread Phillip Vector
it receives instead of relaying them on out to the internet. > > It would be great to find something that would dump the messages into a > database that we could interface with to verify the emails are being sent > correctly by the application during development and testing. &

SMTP Proxy for use in Testing CFMAIL

2008-05-02 Thread Nathan Wells
correctly by the application during development and testing. SMTP is a fairly simple protocol, at least when attachments aren't involved, so I am guessing this would be fairly easy to build. It also seems like someone, somewhere, has probably ran into a similar situation and probably solv

[OT] New JavaScript Date Library - comments/testing appreciated

2008-04-14 Thread Jim Davis
teFormat() and timeFormat() functions. Most of the functions available in the library should feel comfortably familiar to CFers. I'd love some help testing this new feature out if you get a chance. Comments are also always appreciated (but feel free to post them to me privately so as not to pol

Re: CF8 cluster testing for load balancing and failover

2008-04-04 Thread Jochem van Dieten
George Lu wrote: > Thank you Jochem! It's a good template. > > I'm not quite sure about the sticky sessions and replicate sessions. Do I > really need to these? That follows from your code and business requirements. If you use session variables, you need something to make sure that those variabl

Re: Load Testing

2008-04-02 Thread Matthew Williams
There's also Selenium (http://selenium-ide.openqa.org/download.jsp) and LoadRunner (now of HP, formerly of Mercury Software https://h10078.www1.hp.com/cda/hpms/display/main/hpms_content.jsp?zn=bto&cp=1-11-126-17%5E8_4000_100__). Selenium is free, LoadRunner is exceedingly not free. Matthew W

RE: Load Testing

2008-04-02 Thread Adam Churvis
d this may seem like an exaggeration, but hardly any of them are actually effective in testing what needs to be tested. We run a load testing lab, so whether you want to hire it out to us, or if you just want some advice, then contact me offlist and I'll be happy to help in either capacity

Re: Load Testing

2008-04-02 Thread Brian Kotek
I've had good luck with the MS stress test tool: http://www.microsoft.com/technet/archive/itsolutions/intranet/downloads/webstres.mspx?mfr=true On Wed, Apr 2, 2008 at 2:39 PM, Mike Harman < [EMAIL PROTECTED]> wrote: > I'm interested in hearing what others are doing for lo

Load Testing

2008-04-02 Thread Mike Harman
I'm interested in hearing what others are doing for load testing and what software they use. Thanks, Mike Harman ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

Re: CF8 cluster testing for load balancing and failover

2008-04-01 Thread George Lu
bject("java", "jrunx.kernel.JRun").getServerName()# > #now()# > > > Just open it in a few browser windows and start shutting down / killing > instances and see what happens. If you configured session replication > just add in a session hitcou

Re: CF8 cluster testing for load balancing and failover

2008-04-01 Thread Jochem van Dieten
jrunx.kernel.JRun").getServerName()# #now()# Just open it in a few browser windows and start shutting down / killing instances and see what happens. If you configured session replication just add in a session hitcount and see if it gets reset on a cluster failover. Once that works you n

Re: CF8 cluster testing for load balancing and failover

2008-03-31 Thread George Lu
Yes! I can see them now when I continue to hit different pages. Thank you James for your help. On 01/04/2008, George Lu <[EMAIL PROTECTED]> wrote: > > I restarted both instances and tried to hit same page from another PC and > my PC. I can see entries under 'Active Sessions' (see attached) but not

Re: CF8 cluster testing for load balancing and failover

2008-03-31 Thread James Holmes
Go to Highest Hit Counts (after restarting the server instances to clear it out) and hit a specific page only. That way it will the the only page to show and you can check the number of hits. On Tue, Apr 1, 2008 at 11:24 AM, George Lu <[EMAIL PROTECTED]> wrote: > Well, I can still access the cfusi

Re: CF8 cluster testing for load balancing and failover

2008-03-31 Thread George Lu
Well, I can still access the cfusion instance from here: servername:8300/cfide/administrator. I've launched the server monitor from each instance. I hit the index page. What I can see is it created a session under "Active sessions" and nothing under other stats items. On 01/04/2008, James Holmes

Re: CF8 cluster testing for load balancing and failover

2008-03-31 Thread James Holmes
The multiserver monitor is in the cfusion instance you removed from IIS. Regardless, you probably want to look in the individual server monitors to see how many requests each is handling. hit a page on the site, see which server is shows in, hit it again, it should show in the other server. Take o

CF8 cluster testing for load balancing and failover

2008-03-31 Thread George Lu
I've installed CF8 using multiserver configuration and created a cluster and added two instances on the same physical box. Then I've used wsconfig.exe to connect the cluster to IIS and remove 'cfusion' from IIS (with help from MrBuzzy). Now I can consider the cluster is successfully installed. How

Testing - please ignore

2008-02-20 Thread Dominic Watson
Testing new email address on the list -- Blog it up: http://fusion.dominicwatson.co.uk ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk

pls ignore- testing new HOF email

2008-02-04 Thread CFMike
Please ignore. Just testing my new email to the CFlist. Mike ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive

anthill integration, testing and deployment - anyone using this?

2008-02-04 Thread Michael Traher
Just wondered if anyone out there is using this with CF projects and has any opionions they would like to share? We are currently using our own home built deployment tool but rather than spending more time on this are thinking of buying in a tool to cover automated testing as well. Anthill from

Re: setting up testing server for dummies...

2008-01-22 Thread Tom Chiverton
On Tuesday 22 Jan 2008, Richard Dillman wrote: > I've inherited a few sites before and need to clean them up. It's a long > angry process. Is their an easy way to show orphaned CFM, CFC, CSS, JS and > images? I don't think so, because something like is legal. -- Tom Chiverton Helping to sea

Re: setting up testing server for dummies...

2008-01-22 Thread Richard Dillman
I have a question along these lines. I've inherited a few sites before and need to clean them up. It's a long angry process. Is their an easy way to show orphaned CFM, CFC, CSS, JS and images? I know this is easy in Dream Weaver for s static site, but what about files referenced in CFC's, CFINCL

RE: setting up testing server for dummies...

2008-01-20 Thread Dave Watts
> will it move iis settings and such. > what about macros that may interact with current sql server, > that i may NOT be aware of since i am no dba... VMware Converter creates a complete copy of the individual machine from which you run it. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.c

Re: setting up testing server for dummies...

2008-01-19 Thread Jochem van Dieten
morchella wrote: > over the next 3 weeks or so i am tasked with figuring out what is > needed on half dozen live servers/domains & countless temp crap... > do it all again for a 'test' environment... I would highly recommend doing the test environment before the live environment. And the place t

Re: setting up testing server for dummies...

2008-01-18 Thread morchella
thank you dave.. your advice is always appreciated... few quick questions. will it move iis settings and such. what about macros that may interact with current sql server, that i may NOT be aware of since i am no dba... is there a easy way to macro un/pw replacement as well as ip/port replacement

RE: setting up testing server for dummies...

2008-01-18 Thread Dave Watts
> is there a dummies version? This is a very broad question. Rather than attempting to answer it directly, I'll just point out that you can virtualize existing physical environments using VMware Converter: http://www.vmware.com/products/converter/ Dave Watts, CTO, Fig Leaf Software http://www.fi

setting up testing server for dummies...

2008-01-18 Thread morchella
is there a dummies version? over the next 3 weeks or so i am tasked with figuring out what is needed on half dozen live servers/domains & countless temp crap... coping it all to a virtual server set up. as well as sql2000 db's...? upgrading/install cf8ent currently every thing is 7 cleaning it

RE: Testing a web service signature?

2008-01-08 Thread Rich
I've done this, but not in CF. There is a Java framework called WSIF (Web Service Invocation Framework) that allows for stubless, or dynamic invocation of a web service as well as exposes the meta data about a web service. You might be able to leverage concepts, or the library itself to get to th

Testing a web service signature?

2008-01-08 Thread Jeff Chastain
I am working on a CF application that consumes a set of web services that are not under my control. So, what I would like to do is put together a series of unit tests for lack of a better term that will test the signature of these web services to be able to determine if the web service has changed

Re: Mocking a DAO for testing

2007-11-12 Thread Brian Kotek
On Nov 12, 2007 5:03 PM, Jeff Chastain <[EMAIL PROTECTED]> wrote: > > If the DAO object is injected into the service object via ColdSpring, it > is still a case that I don't have a handle on the mock object in the unit > test to define its methods before it gets inserted into the service object.

Re: Mocking a DAO for testing

2007-11-12 Thread Jeff Chastain
s in your unit test methods. So in your case, you'd mock a >business object, then mock the DAO, and finally tell the DAO that when the >service calls the method on it, it returns the business object. The whole >point is that the only "real" object you're testing at a t

Re: Mocking a DAO for testing

2007-11-12 Thread Brian Kotek
u'd mock a business object, then mock the DAO, and finally tell the DAO that when the service calls the method on it, it returns the business object. The whole point is that the only "real" object you're testing at a time is the object you actually want to test. Everything else is fake

Mocking a DAO for testing

2007-11-12 Thread Jeff Chastain
I have been playing with Brian Kotek's ColdMock factory (http://coldmock.riaforge.com) in doing some unit testing for an app I am working on. In this case, I have a service object that needs to retrieve a record from the database via a DAO. I only want to test the service object and not th

CFEclipse with SVN also including CFCunit and Selenium testing

2007-11-11 Thread John Mason
For those of you trying to figure out how to set up this up. I just finished up a step-by-step set of instructions on how to setup CFEclipse with Subversion and also including continuous testing with CFCUnit and Selenium. Enjoy! http://labs.fusionlink.com/katapult/index.cfm?page=articles

Re: Load Testing Software

2007-10-03 Thread Tom Chiverton
On Tuesday 02 Oct 2007, [EMAIL PROTECTED] wrote: > Did you try using Microsoft Web Stress Tool? It's quite decent and it's > free. Assuming I've already paid a fortune for my O/S licence, right ? -- Tom Chiverton Helping to conveniently maintain value-added e-services on: http://thefalken.livejo

RE: Load Testing Software

2007-10-03 Thread Tim Ashworth
PROTECTED] Sent: 02 October 2007 19:55 To: CF-Talk Subject: RE: Load Testing Software HI, Did you try using Microsoft Web Stress Tool? It's quite decent and it's free. Jayesh Viradiya Adobe CF Team -Original Message- From: Tim Ashworth [mailto:[EMAIL PROTECTED] Sent: Tuesday, O

RE: Load Testing Software

2007-10-02 Thread Jayesh Viradiya
HI, Did you try using Microsoft Web Stress Tool? It's quite decent and it's free. Jayesh Viradiya Adobe CF Team -Original Message- From: Tim Ashworth [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 02, 2007 7:23 AM To: CF-Talk Subject: Load Testing Software Hi All, Co

RE: Load Testing Software

2007-10-02 Thread Tim Ashworth
Cheers, I'll report back. t -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: 02 October 2007 16:34 To: CF-Talk Subject: Re: Load Testing Software webload is open source and free and pretty popular. Never used it myself but I plan to.. www.webloa

Re: Load Testing Software

2007-10-02 Thread Rick Root
webload is open source and free and pretty popular. Never used it myself but I plan to.. www.webload.org ~| Create robust enterprise, web RIAs. Upgrade to ColdFusion 8 and integrate with Adobe Flex http://www.adobe.com/products/

Re: Load Testing Software

2007-10-02 Thread Tom Chiverton
On Tuesday 02 Oct 2007, [EMAIL PROTECTED] wrote: > Could anyone recommend a load testing tool? I've tried OpenSTA but didn't > get on with the help contents too well.. I like Apache JMeter. -- Tom Chiverton Helping to globally envisioneer vertical deliv

Load Testing Software

2007-10-02 Thread Tim Ashworth
Hi All, Could anyone recommend a load testing tool? I've tried OpenSTA but didn't get on with the help contents too well.. Thanks in advance, Tim ~| ColdFusion is delivering applications solutions at at top

Re: Unit Testing & Code Coverage

2007-08-22 Thread Jochem van Dieten
Dinner wrote: > On 8/22/07, Sean Corfield wrote: >> >> The point of code coverage is *measurability*. By definition, you get >> better coverage by having better tests but that's irrelevant to the >> process of figuring out the *amount* of coverage. > > I could see how one could say "I tested for

Re: Unit Testing & Code Coverage

2007-08-22 Thread Dinner
On 8/22/07, Sean Corfield wrote: > > On 8/21/07, Dinner <[EMAIL PROTECTED]> wrote: > > That wikipedia ROCKS! > > Don't believe everything you read on wikipedia - it's descriptions of > some design patterns are pitiful, for example. Fo sho- Did you see the page on Dada "Art"? ;-) Do you ever edit

Re: Unit Testing & Code Coverage

2007-08-21 Thread Sean Corfield
On 8/21/07, Dinner <[EMAIL PROTECTED]> wrote: > That wikipedia ROCKS! Don't believe everything you read on wikipedia - it's descriptions of some design patterns are pitiful, for example. > Seems like the most plausible way to get that kind of > "coverage" is through Test Driven Design The point

Re: Unit Testing & Code Coverage

2007-08-21 Thread Dinner
That wikipedia ROCKS! Seems like the most plausible way to get that kind of "coverage" is through Test Driven Design, and I mean the kind where you sorta define the thing you're trying to build in the empty space of the tests, or whatever. Automated might get buffer-overflow type stuff, but I thi

RE: Unit Testing & Code Coverage

2007-08-21 Thread Jaime Metcher
on of whether this is a serious possibility for them. Maybe if there's enough demand it'd move up the priority list? Jaime Metcher > -Original Message- > From: Rich [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 22 August 2007 12:32 AM > To: CF-Talk > Subject: RE

RE: Unit Testing & Code Coverage

2007-08-21 Thread Rich
It looks as though I am going to have to develop a solution for our needs, but I will see if my company will allow me to release our efforts into the public domain. ~| ColdFusion 8 - Build next generation apps today, with easy PD

Re: Unit Testing & Code Coverage

2007-08-21 Thread John Paul Ashenfelter
On 8/20/07, Rich <[EMAIL PROTECTED]> wrote: > Is anyone aware of a code coverage tool for CF unit tests? If not, how are > the rest of you handling unit test coverage (if at all)? I get this question a lot since I'm doing a lot of automation/testing consulting in the CF world

Re: Unit Testing & Code Coverage

2007-08-21 Thread Christopher Vigliotti
the test case doesn't 'cover'. a better explanation can be found here: http://en.wikipedia.org/wiki/Code_coverage As far as I know, there is no ColdFusion unit testing solution that supports code coverage. If I'm wrong someone please chime in! - Christopher Vigliotti Sr.

RE: Unit Testing & Code Coverage

2007-08-21 Thread Rich
> What do you mean by code coverage? Per the wonders of wikipedia: "Code coverage is a measure used in software testing. It describes the degree to which the source code of a program has been tested." I have just joined a new team, and we have quite a bit of legacy code for older

Re: Unit Testing & Code Coverage

2007-08-21 Thread Dinner
On 8/20/07, Rich wrote: > Is anyone aware of a code coverage tool for CF unit tests? If not, how are > the rest of you handling unit test coverage (if at all)? The CFUnit view in CFEclipse is cool, and there's also the TPTP JUnit auto-generated stuff, but honestly, selenium has been the most usef

Unit Testing & Code Coverage

2007-08-20 Thread Rich
Is anyone aware of a code coverage tool for CF unit tests? If not, how are the rest of you handling unit test coverage (if at all)? - Rich Kroll ~| ColdFusion 8 - Build next generation apps today, with easy PDF and Ajax fea

Re: Testing For Windows Media Player

2007-08-02 Thread Cutter (CFRelated)
I would imagine that you would have to use VBScript (which would only work in IE). MSDN would be a better resource. Steve "Cutter" Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer _ http://blog.cutterscrossing.com Chad McCue wrote: > I

Testing For Windows Media Player

2007-08-01 Thread Chad McCue
I am looking for a way to test which version of windows media player a person has when visiting my site. I need to run a couple of different things if a user has v. 11 or if a user has v. 10 or below. ~| Check out the new feature

RE: Unit Testing an XML Parsing Function

2007-07-26 Thread Jaime Metcher
litude you could return test UUIDs from out of a preset list - not sure how sensitive your testing needs to be. Jaime Metcher > -Original Message- > From: Jeff Chastain [mailto:[EMAIL PROTECTED] > Sent: Friday, 27 July 2007 3:18 AM > To: CF-Talk > Subject: Unit Testin

Unit Testing an XML Parsing Function

2007-07-26 Thread Jeff Chastain
structure to compare against. So, does anybody have any suggestions on testing this type of functionality? Thanks. ~| Get involved in the latest ColdFusion discussions, product development sharing, and articles on the Adobe Labs

RE: Testing for the existence of a dynamic structure that may or may not exist.

2007-07-02 Thread Che Vilnonis
Josh, Steve... thanks so much! -Original Message- From: Josh Nathanson [mailto:[EMAIL PROTECTED] Sent: Monday, July 02, 2007 3:05 PM To: CF-Talk Subject: Re: Testing for the existence of a dynamic structure that may or may not exist. > Is there any way to do this w/o causing an er

Re: Testing for the existence of a dynamic structure that may or may not exist.

2007-07-02 Thread Josh Nathanson
> Is there any way to do this w/o causing an error/exception if the > structure > does not exist? Did you mean the top level struct not existing? You could do this: -- Josh ~| CF 8 – Scorpio beta now ava

<    1   2   3   4   5   6   7   8   9   10   >