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

2007-07-02 Thread Steve Bryant
StructKeyExists is good for this. Steve >Is there any way to do this w/o causing an error/exception if the structure >does not exist? > > > > ~| ColdFusion MX7 by Adobe® Dyncamically transform webcontent into Adobe

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

2007-07-02 Thread Che Vilnonis
Is there any way to do this w/o causing an error/exception if the structure does not exist? Che Vilnonis Application Developer Advertising Systems Incorporated 8470C Remington Avenue Pennsauken, NJ 08110 p: 856.488.2211 f: 856.488.1990 www.asitv.com

CFUNITED news: Continuous Testing for Flex and CF, iPod, 8 days to CFUNITED.

2007-06-18 Thread Michael Smith
CFUNITED. "Got Fusebox?" t-shirt. * Fusebox YouTube video competition ends 6/22/07 * Interview with Kurtis D Leatham on "Structures, Arrays, and database" * Interview with Thomas Burleson about on "Continuous Testing with Flex and ColdFusion Projects". "After at

Re: Load Testing

2007-05-24 Thread Tom Chiverton
On Thursday 24 May 2007, Robert Rawlins - Think Blue wrote: > Just out of interest which tool are you using Tom? I've downloaded the > trial edition of the Pasler one this morning and it seems to run very > nicely and give me a decent level of feedback. We don't, actually, load test (yeah, I know,

RE: Load Testing

2007-05-24 Thread Robert Rawlins - Think Blue
PROTECTED] Sent: 24 May 2007 09:56 To: CF-Talk Subject: Re: Load Testing On Thursday 24 May 2007, Robert Rawlins - Think Blue wrote: > How does this stuff work with user authentication? The large majority of my > application (all except one lonely cfm) are behind my authentication > syst

Re: Load Testing

2007-05-24 Thread Tom Chiverton
On Thursday 24 May 2007, Robert Rawlins - Think Blue wrote: > How does this stuff work with user authentication? The large majority of my > application (all except one lonely cfm) are behind my authentication > system, is this passler software (or any of the others) able to work around > that if I

RE: Load Testing

2007-05-24 Thread Robert Rawlins - Think Blue
This Load Testing is very intriguing stuff, something I've not considered doing until this topic came up. How does this stuff work with user authentication? The large majority of my application (all except one lonely cfm) are behind my authentication system, is this passler software (or a

Re: Load Testing

2007-05-23 Thread Oğuz Demirkapı
Webserver Stress Tool http://www.paessler.com/webstress Jake Pilgrim wrote: > I'm just wondering, what do you use for load testing your applications? > > Thanks! > Jake > -- ~~~ Oğuz Demirkapı TeraTech Inc. |

Re: Load Testing

2007-05-23 Thread Brian Kotek
If you have access to a Windows box, Microsoft has a free and quite easy to use load testing tool: http://www.microsoft.com/downloads/details.aspx?FamilyID=e2c0585a-062a-439e-a67d-75a89aa36495&DisplayLang=en On 5/23/07, Jake Pilgrim <[EMAIL PROTECTED]> wrote: > > I'm just w

Re: Load Testing

2007-05-23 Thread Robertson-Ravo, Neil (RX)
3 21:06:44 2007 Subject: Load Testing I'm just wondering, what do you use for load testing your applications? Thanks! Jake ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful c

Load Testing

2007-05-23 Thread Jake Pilgrim
I'm just wondering, what do you use for load testing your applications? Thanks! Jake ~| ColdFusion MX7 by Adobe® Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. Free Trial. http://www.adob

Re: Unit Testing A Web Interface

2007-05-11 Thread Andrew Scott
Sean, No you missed the point. When I save the file, Ant runs but the output is not organised very well. So what I wanted to do, is intergrate the output into a view in Eclipse like Junit. So that I can see that after I saved the file and the test has run, what tests have failed, how many ran and

Re: Unit Testing A Web Interface

2007-05-11 Thread Sean Corfield
On 5/11/07, Andrew Scott <[EMAIL PROTECTED]> wrote: > Thanks Sean, > > I was having a bad day that day... And for the life of me should have know > that... Really I should.. NP. > Btw I also have designed a similar CFCUnitView, but didn't realise that > CFEclipse was doing it either. My attempt w

Re: Unit Testing A Web Interface

2007-05-11 Thread Andrew Scott
Thanks Sean, I was having a bad day that day... And for the life of me should have know that... Really I should.. Btw I also have designed a similar CFCUnitView, but didn't realise that CFEclipse was doing it either. My attempt was to more intergegrate into Ant, but I am not experienced enough wi

Re: Unit Testing A Web Interface

2007-05-11 Thread Sean Corfield
On 5/11/07, Andrew Scott <[EMAIL PROTECTED]> wrote: > I really wish there was more tips on CFCUnit and how to write tests, I keep poking Paul about it but now that I'm no longer his manager I don't have quite as much sway :) > Sean, so going bug to my bug that I ticketed. Could you look at the >

Re: Unit Testing A Web Interface

2007-05-11 Thread Andrew Scott
Sean, That is also a good point... BTW I posted a bug on CFCunit.riaforge.org. I am going to delete that problem ticket because when I looked at it further, my init function returns nothing and outputs a json string for the JS to know what to do. *LOL* I really wish there was more tips on CFCUni

Re: Unit Testing A Web Interface

2007-05-11 Thread Sean Corfield
On 5/11/07, Jaime Metcher <[EMAIL PROTECTED]> wrote: > 3. Use cfunit's AssertOutputs function (or steal or write your own for > cfcunit) to run the form processing module, capture its output and run a set > of assertions agains the output. With cfcUnit, you can either use cfhttp to run the page or

Re: Unit Testing A Web Interface

2007-05-11 Thread Andrew Scott
Hey Mark, Ok before I answer your question. I want to throw this back at the others reading this as well. Selinium is not a unit testing framework or methodology. It is used to automate the users experience, and cut down the amount of time a user tests certain aspects of the website. So please

RE: Unit Testing A Web Interface

2007-05-11 Thread Jaime Metcher
and automation of cross-domain testing. You can run cross-domain scripts manually, but the automation is "experimental" and didn't work for me. But it's hard to see how checking cross-domain workflows could be called "unit" testing. I use selenium a lot, but

Re: Unit Testing A Web Interface

2007-05-11 Thread Mark Mandel
ht Mouse Button) :-( > > On 5/12/07, Ben Nadel <[EMAIL PROTECTED]> wrote: > > > > That looks pretty cool. I like that it can integrate with FireFox. > > > > > > -Original Message- > > From: Kris Jones [mailto:[EMAIL PROTECTED] > > Sent:

Re: Unit Testing A Web Interface

2007-05-11 Thread Andrew Scott
iginal Message- > From: Kris Jones [mailto:[EMAIL PROTECTED] > Sent: Friday, May 11, 2007 11:30 AM > To: CF-Talk > Subject: Re: Unit Testing A Web Interface > > Selenium? http://www.openqa.org/selenium-ide/ > > Cheers, > Kris > > > Hey All, I have a new manager

RE: Unit Testing A Web Interface

2007-05-11 Thread Ben Nadel
That looks pretty cool. I like that it can integrate with FireFox. -Original Message- From: Kris Jones [mailto:[EMAIL PROTECTED] Sent: Friday, May 11, 2007 11:30 AM To: CF-Talk Subject: Re: Unit Testing A Web Interface Selenium? http://www.openqa.org/selenium-ide/ Cheers, Kris >

RE: Unit Testing A Web Interface

2007-05-11 Thread Ben Nadel
Thanks, I will look into those right now. -Original Message- From: Andrew Scott [mailto:[EMAIL PROTECTED] Sent: Friday, May 11, 2007 11:15 AM To: CF-Talk Subject: Re: Unit Testing A Web Interface Look for HTMLUnit and HTTPUnit. Also you might want to look for a product called

Re: Unit Testing A Web Interface

2007-05-11 Thread Kris Jones
Selenium? http://www.openqa.org/selenium-ide/ Cheers, Kris > Hey All, I have a new manager for a current project and he wants to see > me do unit tests for form interfaces for an existing web application. > > I have an idea of what a Unit Test is for code classes, but I have no > idea how this is

Re: Unit Testing A Web Interface

2007-05-11 Thread Andrew Scott
Look for HTMLUnit and HTTPUnit. Also you might want to look for a product called selinium as well, but it all going to boil down to what or how much you want / need to test. There is also JSUnit for javascript as well On 5/12/07, Ben Nadel <[EMAIL PROTECTED]> wrote: > > Hey All, I have a ne

Unit Testing A Web Interface

2007-05-11 Thread Ben Nadel
Hey All, I have a new manager for a current project and he wants to see me do unit tests for form interfaces for an existing web application. I have an idea of what a Unit Test is for code classes, but I have no idea how this is to be done for a web interface? Does anyone have any explanation or

CFUNITED news: Testing for Accessibility, MiniMAX, Journey to CFUNITED video contest

2007-05-02 Thread Michael Smith
Software * New CFUNITED podcasts released http://cfunited.com/blog/index.cfm/podcast - Tom Link - Flex 2.0 Event Model - Sean Corfield - Objects and Persistence * Fusebox new samples apps under development * Interview with Sandra Clark on "Testing for Accessibility" "It

Re: Testing Database Connection within Application

2007-04-21 Thread Jochem van Dieten
Rob O'Brien wrote: >> I tested shutting down my datasource, and it retured false in about 1-2 >> seconds in my local environment. > > This looks like exactly what I'm looking for and I really appreciate the > effort. > > I tested the same way. I stop the SQL Server service and then refresh the >

RE: Testing Database Connection within Application

2007-04-20 Thread Brian Polackoff
Rob, This may sound simple, maybe too simple, but how long does your application take to error on a cfquery if the table isn't available? I useed a different approach, rather then testing to see if the DSN was valid, I simply tried to query from it. I have just ran into this problem mysel

RE: Testing Database Connection within Application

2007-04-20 Thread Scott Stewart
TED] Sent: Friday, April 20, 2007 1:02 PM To: CF-Talk Subject: RE: Testing Database Connection within Application Rob, This may sound simple, maybe too simple, but how long does your application take to error on a cfquery if the table isn't available? I useed a different approach, rather then

RE: Testing Database Connection within Application

2007-04-19 Thread Rob O'Brien
>I tested shutting down my datasource, and it retured false in about 1-2 >seconds in my local environment. This looks like exactly what I'm looking for and I really appreciate the effort. I tested the same way. I stop the SQL Server service and then refresh the script. Unfortunately, this still

RE: Testing Database Connection within Application

2007-04-19 Thread Brad Wood
TED] Sent: Thursday, April 19, 2007 12:07 PM To: CF-Talk Subject: RE: Testing Database Connection within Application > There is a decent chance that the admin api functionality gives you > access to the same thing that happens when you click the "verify data > source" icon in

RE: Testing Database Connection within Application

2007-04-19 Thread Richard Kroll
> There is a decent chance that the admin api functionality gives you > access to the same thing that happens when you click the "verify data > source" icon in CF Admin. Yes, you can get this from the adminapi: // you must log in before accessing other adminapi components admin

RE: Testing Database Connection within Application

2007-04-19 Thread Brad Wood
~Brad -Original Message- From: Brad Wood [mailto:[EMAIL PROTECTED] Sent: Thursday, April 19, 2007 11:52 AM To: CF-Talk Subject: RE: Testing Database Connection within Application Here is a stack trace of what CF is doing when it verifies a data source from CF ADMIN. Unfortunately these file

RE: Testing Database Connection within Application

2007-04-19 Thread Brad Wood
essage- From: Brad Wood [mailto:[EMAIL PROTECTED] Sent: Thursday, April 19, 2007 11:43 AM To: CF-Talk Subject: RE: Testing Database Connection within Application Doesn't look promising anymore. http://livedocs.adobe.com/coldfusion/7/htmldocs/1738.htm That link tells you how to a

RE: Testing Database Connection within Application

2007-04-19 Thread Brad Wood
, April 19, 2007 11:30 AM To: CF-Talk Subject: RE: Testing Database Connection within Application There is a decent chance that the admin api functionality gives you access to the same thing that happens when you click the "verify data source&qu

RE: Testing Database Connection within Application

2007-04-19 Thread Brad Wood
Out of curiosity, how are you testing it? Are you turning off your database and then refreshing the page to see what happens? ~Brad -Original Message- From: Rob O'Brien [mailto:[EMAIL PROTECTED] Sent: Thursday, April 19, 2007 11:30 AM To: CF-Talk Subject: RE: Testing Dat

RE: Testing Database Connection within Application

2007-04-19 Thread Brad Wood
38 AM To: CF-Talk Subject: Testing Database Connection within Application I've done my searching online, throughout several groups, and now I turn to you guys. I've been having trouble figuring out how to detect, from within my ColdFusion application, whether or

RE: Testing Database Connection within Application

2007-04-19 Thread Rob O'Brien
o: CF-Talk Subject: RE: Testing Database Connection within Application You could wrap your database call in a cftry block and then specify code to run when an error happens. code to run in event of database error (cfmail?) -Original Message- From: Rob O'Brien [mailto:[

RE: Testing Database Connection within Application

2007-04-19 Thread Billy Cox
-Talk Subject: Testing Database Connection within Application I've done my searching online, throughout several groups, and now I turn to you guys. I've been having trouble figuring out how to detect, from within my ColdFusion application, whether or not my database connection is v

Testing Database Connection within Application

2007-04-19 Thread Rob O'Brien
I've done my searching online, throughout several groups, and now I turn to you guys. I've been having trouble figuring out how to detect, from within my ColdFusion application, whether or not my database connection is valid. The DB setup is valid, but my goal is to automatically detect wh

testing...

2007-04-04 Thread Josh Nathanson
Just testing, I have not received any cf-talk since last night at around 8:30 pdt. ~| Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & Flex 2 Free Trial http://www.adobe.com/products/coldfu

Re: Testing

2007-03-28 Thread Dinner
On 3/27/07, John P A wrote: > Selenium is great for functional testing -- and hooking it into Ant > for running nightly/continuous tests is great. Hot dang! That sounds excellent. I'll have to look into that aspect of Selenium-- perhaps it could wear a couple of hats. &g

Re: Testing

2007-03-27 Thread John Paul Ashenfelter
On 3/27/07, Dinner <[EMAIL PROTECTED]> wrote: > I know this is a recurring thread, so I figured I be the one to reoccur it. =] > > What are folks using for testing? When I say testing, I mean the whole > package- unit tests, application tests, application/server load tests...

Testing

2007-03-27 Thread Dinner
I know this is a recurring thread, so I figured I be the one to reoccur it. =] What are folks using for testing? When I say testing, I mean the whole package- unit tests, application tests, application/server load tests... I really like the Selenium plugin for FF, and unless I hear different

testing...please disregard

2007-03-06 Thread Andy Matthews
Andy Matthews Senior Coldfusion Developer Office: 877.707.5467 x747 Direct: 615.627.9747 Fax: 615.467.6249 [EMAIL PROTECTED] www.dealerskins.com ~| C

RE: tips for testing slow pages and queries?

2007-03-05 Thread Tero Pikala
stylo [mailto:[EMAIL PROTECTED] Sent: 05 March 2007 06:13 To: CF-Talk Subject: tips for testing slow pages and queries? I have a crappy old app I'd like to go thru to find any bottlenecks. Any tips/tools for testing slow pages and queri

Re: tips for testing slow pages and queries?

2007-03-05 Thread Robertson-Ravo, Neil (RX)
Mon Mar 05 06:13:28 2007 Subject: tips for testing slow pages and queries? I have a crappy old app I'd like to go thru to find any bottlenecks. Any tips/tools for testing slow pages and queries? Thanks. ~| Create Web Ap

tips for testing slow pages and queries?

2007-03-04 Thread stylo stylo
I have a crappy old app I'd like to go thru to find any bottlenecks. Any tips/tools for testing slow pages and queries? Thanks. ~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Fl

Re: Load testing and Maximum number of simultaneous requests

2007-02-27 Thread Alan Rother
Awesome, That math is a perfect starting point for our tweaking. Thanks Paul. =] On 2/27/07, Paul Vernon <[EMAIL PROTECTED]> wrote: > > I generally go for around 8 per physical CPU that the server has. > > ColdFusions threading model is totally different to that of ASP and if > your > client is

RE: Load testing and Maximum number of simultaneous requests

2007-02-27 Thread Paul Vernon
I generally go for around 8 per physical CPU that the server has. ColdFusions threading model is totally different to that of ASP and if your client is used to an ASP environment, 8 threads may seem a little low although it isn't when you consider how the threading model is implemented. I can't

Load testing and Maximum number of simultaneous requests

2007-02-27 Thread Alan Rother
Hey Everyone, We are having to go through load testing for a client... Anyhow, our net admin who really knew his stuff left a few months ago and those of us that are left are a bit in the dark about some of the CF Admin settings. The customer is complaining that CF is only allowing 8

Re: Windows Based Load testing?

2007-02-05 Thread Larry Lyons
>Any have recommendations on software to use to load test websites? We want >to do some testing on our CMS. Right now we are windows only (IIS & MS SQL). > >Thanks in advance! > >jonese I've had pretty good experience with the Apache Jakarta project's jmeter,

Re: Windows Based Load testing?

2007-02-04 Thread Ryan Stille
I've had good luck with OpenSTA. Its free and runs on Windows. You can get it from opensta.org. -Ryan CF WebTools http://ryan.cfwebtools.com ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create pow

RE: Windows Based Load testing?

2007-02-04 Thread Jim Davis
> -Original Message- > From: Adrian [mailto:[EMAIL PROTECTED] > Sent: Friday, February 02, 2007 11:08 AM > To: CF-Talk > Subject: Re: Windows Based Load testing? > > I've used the Ms Web Application Stress Tool before, its okay... > > http://support.micro

Re: Windows Based Load testing?

2007-02-04 Thread Tero Pikala
LoadRunner is good but expensive. Proper testing with it takes someone who really knows it well. Apache JMeter runs well in Windows and basics can be learned in half day. It's free and usually is my first choise. It uses rather unique terminology in my opinion, though. What it lac

Re: Windows Based Load testing?

2007-02-03 Thread Robertson-Ravo, Neil (RX)
-Talk Sent: Sat Feb 03 05:01:27 2007 Subject: RE: Windows Based Load testing? This info is from a few years back, but Mercury Interactive's Load Runner was pretty good...we used that at one of my old jobs pretty extensively to tweak some efficiency out of our site. Eric -Original Me

RE: Windows Based Load testing?

2007-02-02 Thread Eric Roberts
07 10:03 To: CF-Talk Subject: Windows Based Load testing? Any have recommendations on software to use to load test websites? We want to do some testing on our CMS. Right now we are windows only (IIS & MS SQL). Thanks in advance

RE: Windows Based Load testing?

2007-02-02 Thread Dave Watts
> Any have recommendations on software to use to load test > websites? We want to do some testing on our CMS. Right now we > are windows only (IIS & MS SQL). Your load testing can run on any platform; it doesn't matter that the servers to be tested run on Windows. Segue

Re: Windows Based Load testing?

2007-02-02 Thread Adrian
I've used the Ms Web Application Stress Tool before, its okay... http://support.microsoft.com/kb/231282 On 02/02/07, jonese <[EMAIL PROTECTED]> wrote: > > Any have recommendations on software to use to load test websites? We want > to do some testing on our CMS. Right now

Windows Based Load testing?

2007-02-02 Thread jonese
Any have recommendations on software to use to load test websites? We want to do some testing on our CMS. Right now we are windows only (IIS & MS SQL). Thanks in advance! jonese ~| Upgrade to Adobe ColdFusion MX7 Experi

Re: App Stress Testing

2007-01-13 Thread James Holmes
Is there a recommendation from other out there that have used stress > >> testing apps as to what they prefer? We need to benchmark some > >> performance capacities and surge capacities, and want to use the > >> app to > >> actually put our apps through their pac

Re: App Stress Testing

2007-01-13 Thread Larry Lyons
>On 12 Jan 2007, at 09:03, Eric J. Hoffman wrote: > >> Is there a recommendation from other out there that have used stress >> testing apps as to what they prefer? We need to benchmark some >> performance capacities and surge capacities, and want to use the >> a

Re: App Stress Testing

2007-01-13 Thread Robertson-Ravo, Neil (RX)
Hoffman To: CF-Talk Sent: Fri Jan 12 17:03:47 2007 Subject: App Stress Testing Is there a recommendation from other out there that have used stress testing apps as to what they prefer? We need to benchmark some performance capacities and surge capacities, and want to use the app to actually pu

Re: App Stress Testing

2007-01-12 Thread Joseph Lamoree
On 12 Jan 2007, at 09:03, Eric J. Hoffman wrote: > Is there a recommendation from other out there that have used stress > testing apps as to what they prefer? We need to benchmark some > performance capacities and surge capacities, and want to use the > app to > actually put o

RE: Disregard: Testing...

2007-01-12 Thread Rick Faircloth
Not yet... still waiting for CF 8... :o) Rick -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Friday, January 12, 2007 11:53 AM To: CF-Talk Subject: Re: Disregard: Testing... >>trying to make sure my email Ha? I thought you were upgrading from

Re: App Stress Testing

2007-01-12 Thread Josh Nathanson
OpenSTA. Very easy to use and very free. http://opensta.org -- Josh - Original Message - From: "Eric J. Hoffman" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Friday, January 12, 2007 9:03 AM Subject: App Stress Testing > Is there a recommendation from o

App Stress Testing

2007-01-12 Thread Eric J. Hoffman
Is there a recommendation from other out there that have used stress testing apps as to what they prefer? We need to benchmark some performance capacities and surge capacities, and want to use the app to actually put our apps through their paces at those usage levels for verification. I know

Re: Disregard: Testing...

2007-01-12 Thread Claude Schneegans
>>trying to make sure my email Ha? I thought you were upgrading from CF 4.5... ;-) -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks. ~~~

Disregard: Testing...

2007-01-12 Thread Rick Faircloth
Testing. trying to make sure my email server hasn't been blocked somewhere along the route. Rick ~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclic

testing new subscription

2007-01-02 Thread Andy Matthews
Please disregard Andy Matthews Senior Coldfusion Developer Office: 877.707.5467 x865 Direct: 615.627.9865 Fax: 615.467.6249 [EMAIL PROTECTED] www.dealerskins.com ~| Create robust enterprise, web RIAs. Upgrade & integrate

RE: Web App Security Testing

2006-12-23 Thread michael acadia
dex.php/Category:OWASP_WebScarab_Project > > Has anyone on here used WebScarab for their web app testing? ~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclic

Web App Security Testing

2006-12-22 Thread Rey Bango
Now that I'm knee deep in web app security, I was referred to this link: http://www.owasp.org/index.php/Category:OWASP_WebScarab_Project Has anyone on here used WebScarab for their web app testing? Rey... ~| Create r

RE: Testing...

2006-10-23 Thread Rick Faircloth
Very true...but I'll wait to begin the barrage for CF 8... -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Monday, October 23, 2006 3:35 PM To: CF-Talk Subject: Re: Testing... >>(Then you wouldn't have to hear me ask constantly, "

Re: Testing...

2006-10-23 Thread Claude Schneegans
>>(Then you wouldn't have to hear me ask constantly, "Is that great feature backwards compatible with CF 4.5.2?" Not really, I'm pretty sure you will have even more questions about all the new features ;-)) -- ___ REUSE CODE! Use custom tags; See http://www.

RE: Testing...

2006-10-23 Thread Rick Faircloth
Exactly... -Original Message- From: Casey Dougall [mailto:[EMAIL PROTECTED] Sent: Monday, October 23, 2006 1:11 PM To: CF-Talk Subject: Re: Testing... > Ah ah! You're testing your system after having upgrade from CF 4.5 to > version 7? ;-) > I'd just wait

RE: Testing...

2006-10-23 Thread Rick Faircloth
-Talk Subject: RE: Testing... Yo yo, what up? ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year.

RE: Testing...

2006-10-23 Thread Rick Faircloth
l probably be too much to learn to get up to speed on CF 7, then a bunch more to learn to get up to speed on CF 8, so why go through the learning curve twice? Rick -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Monday, October 23, 2006 12:57 PM To: CF-

RE: Testing...

2006-10-23 Thread Rick Faircloth
Well, that explains it, then... -Original Message- From: mac jordan [mailto:[EMAIL PROTECTED] Sent: Monday, October 23, 2006 12:54 PM To: CF-Talk Subject: Re: Testing... On 10/23/06, Rick Faircloth <[EMAIL PROTECTED]> wrote: > > Testing.anybody

Re: Testing...

2006-10-23 Thread Michael Dinowitz
really off topic. Please do not respond. ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusion

Re: Testing...

2006-10-23 Thread Casey Dougall
> Ah ah! You're testing your system after having upgrade from CF 4.5 to > version 7? ;-) > Shit, I'd just wait for 8 at this point. ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-

Re: Testing...

2006-10-23 Thread Claude Schneegans
>>Testing. Ah ah! You're testing your system after having upgrade from CF 4.5 to version 7? ;-) -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECT

Re: Testing...

2006-10-23 Thread mac jordan
On 10/23/06, Rick Faircloth <[EMAIL PROTECTED]> wrote: > > Testing.anybody home? no -- mac jordan home: www.kestrel.org work: www.webhorus.net them: www.jordan-cats.org ~| Introducing the Fusion Authority Quarterly Update.

RE: Testing...

2006-10-23 Thread Steve LaBadie
Subject: Testing... Testing.anybody home? Rick ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http

Testing...

2006-10-23 Thread Rick Faircloth
Testing.anybody home? Rick ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.c

SOT: testing: continuous integration

2006-09-08 Thread Michael Traher
I'm looking to set this up. So I will have something to run ANT based build scripts which in turn run a series of cfcunit tests. anthill and cruisecontrol seem to be the two big opensource contenders. Anyone have experience of either/both? or some other method? Cheers! -- Mike T Blog http://ww

RE: Selenium Testing with CF (?)

2006-09-06 Thread Leon Oosterwijk
Michael, We use Selenium in-house for our testing. It has saved us a lot of time and is a great tool. Highly Reccomended. We plan to wire up a bunch of selenium test cases to run at night on our HEAD code branch. Leon > -Original Message- > From: Michael E. Carluen [mailto:

Re: Selenium Testing with CF (?)

2006-09-04 Thread Denny Valliant
On 9/4/06, Kola Oyedeji (E-mail) <[EMAIL PROTECTED]> wrote: > > We've started using it ..primarily as a result of watching the same demo > at > cfunited And you think it's wicked too? Or haven't checked it out enough yet? ~| I

RE: Selenium Testing with CF (?)

2006-09-04 Thread Kola Oyedeji \(E-mail\)
We've started using it ..primarily as a result of watching the same demo at cfunited > -Original Message- > From: Will Tomlinson [mailto:[EMAIL PROTECTED] > Sent: 03 September 2006 13:17 > To: CF-Talk > Subject: Re: Selenium Testing with CF (?) > > >Ha

Re: Selenium Testing with CF (?)

2006-09-03 Thread Will Tomlinson
>Has anyone used Selenium ( http://www.openqa.org/selenium/ ) to test any >scripts, if not CF apps itself. I just came across it earlier and have been >curious. I watched John paul Ashenfelter demo selenium at cfunited. It looked pretty wicked. Will

Selenium Testing with CF (?)

2006-09-02 Thread Michael E. Carluen
Has anyone used Selenium ( http://www.openqa.org/selenium/ ) to test any scripts, if not CF apps itself. I just came across it earlier and have been curious. ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard

testing

2006-07-31 Thread Bob Imperial
test .. please ignore getting quadruple posts now for some odd reason. ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door

Re: testing after last week

2006-07-19 Thread Bryan Stevenson
uot;Bryan Stevenson" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Wednesday, July 19, 2006 2:47 PM Subject: testing after last week > test > > Bryan Stevenson B.Comm. > VP & Director of E-Commerce Development > Electric Edge Systems Group Inc. > phone: 250.480.06

testing after last week

2006-07-19 Thread Bryan Stevenson
test Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED] web: www.electricedgesystems.com ~| Introduc

Re: CF Load testing tools

2006-06-14 Thread James Holmes
Yes, that's what I found when I tried it. I recommend it to all. You can even distribute your tests to a farm of clients to come closer to simulating a real-life load situaiton. On 6/15/06, Josh Nathanson <[EMAIL PROTECTED]> wrote: > Quick report: OpenSTA rocks. It lets you record browser sessio

Re: CF Load testing tools

2006-06-14 Thread Josh Nathanson
ginal Message - From: "Munson, Jacob" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Wednesday, June 14, 2006 3:11 PM Subject: RE: CF Load testing tools > There's also OpenSTA, which I haven't used but have heard good things > about. And it's

Re: CF Load testing tools

2006-06-14 Thread Josh Nathanson
Thanks Jacob. JMeter is pretty nice but really slow, as my laptop isn't very souped up (512 MB ram). I'm downloading OpenSTA now. -- Josh - Original Message - From: "Munson, Jacob" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Wednesday, June 14, 2006

RE: CF Load testing tools

2006-06-14 Thread Munson, Jacob
F dev at localhost in a web browser. > > Am looking into JMeter now. > > - Original Message - > From: "Dave Ross" <[EMAIL PROTECTED]> > To: "CF-Talk" > > > Why do you want it to be CF-based? (load-testing is a > really a client-si

Re: CF Load testing tools

2006-06-14 Thread Josh Nathanson
s" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Wednesday, June 14, 2006 1:41 PM Subject: Re: CF Load testing tools > Why do you want it to be CF-based? (load-testing is a really a client-side > activity) > > Anyways, check out Microsoft's Web Stress Tool or

Re: CF Load testing tools

2006-06-14 Thread Tariq Ahmed
Well Silk Performer and other tools from Mercury Software (www.mercury.com) are very good, but expensive. Depends on yer budget. http://www.mercury.com/us/products/performance-center/ Josh Nathanson wrote: > Hey all, > > What are some recommendations for CF-based server load testing

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