Minimum for testing Oracle databases

2004-07-21 Thread Claude Schneegans
Hi, I do not have Oracle installed, but I'd like to test an application on any Oracle database through ODBC. What is the minimum I should download? Oracle Database 10g Release, the complete file? Or will the Instant Client be sufficient? Thanks. -- ___ REUSE CO

RE: Testing for file existence across domains

2004-07-16 Thread Jim Davis
PM To: CF-Talk Subject: Re: Testing for file existence across domains > Why not just use CFHTTP to get the specific file?  There's nothing saying > that CFHTTP HAS to call an HTML page. > > Jim Davis > Hi Jim, I need to test for the existence - some properties will have more

Re: Testing for file existence across domains

2004-07-16 Thread Paul Kenney
Does the remote server have any scripting/CGI abilites or is it running something like PERL, ASP, JSP, CF?  If so, you could simply have the remote server check for you.  All you would have to do is tell it which files to check in a list.   Does the remote server have FTP access?  If so, you could

Re: Testing for file existence across domains

2004-07-16 Thread Rick Dawson
> Why not just use CFHTTP to get the specific file?  There's nothing saying > that CFHTTP HAS to call an HTML page. > > Jim Davis > Hi Jim, I need to test for the existence ­ some properties will have more than 8 images (those I can get all eight just fine), and some will have anywheres from non

RE: Testing for file existence across domains

2004-07-16 Thread Jim Davis
Why not just use CFHTTP to get the specific file?  There's nothing saying that CFHTTP HAS to call an HTML page. Jim Davis   _   From: Rick Dawson [mailto:[EMAIL PROTECTED] Sent: Friday, July 16, 2004 8:27 PM To: CF-Talk Subject: Testing for file existence across domains I need to tes

Testing for file existence across domains

2004-07-16 Thread Rick Dawson
I need to test for the existence of images that are on another web server based upon an ID number returned from a local SQL query. As an example, I need to see if 143231a - e.jpg exist on http://www.differentserverhere.com/photos/ if my query gives me the ID number of 143231. CFHTTP does not work w

Testing file existence across domains

2004-07-16 Thread Rick Dawson
I need to test for the existence of images that are on another web server based upon an ID number returned from a local SQL query. As an example, I need to see if 143231a - e.jpg exist on http://www.differentserverhere.com/photos/ if my query gives me the ID number of 143231. CFHTTP does not work w

RE: Testing for existence of a directory

2004-07-04 Thread Mark Leder
Didn't think to look at the functions. I must be brain dead today. Thanks, Mark   _   From: Paul Vernon [mailto:[EMAIL PROTECTED] Sent: Sunday, July 04, 2004 2:07 PM To: CF-Talk Subject: RE: Testing for existence of a directory     Paul   _ [Todays Threads] [This Me

RE: Testing for existence of a directory

2004-07-04 Thread Paul Vernon
    Paul [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Testing for existence of a directory

2004-07-04 Thread Mark Leder
I want to create a directory on the fly. I'm intending to use using a memberName (easy). However, I can't figure out how to test for the existence of a directory by that same name. The cfdirectory commands that I see will list the contents WITHIN a directory, not the directory / folder name itse

RE: Stress testing tools - OpenSTA vs JMeter

2004-07-02 Thread Dave Watts
> Does anyone have a view on which of these is a better tool > for stress testing a Java-based web app on a remote Linux > server and/or on local Windows dev boxes? And why? Or is > there a better free tool (eg MS WAS)? I don't have much experience with JMeter, but I do use

Re: OT: Stress testing tools - OpenSTA vs JMeter

2004-07-02 Thread Mark Drew
Nick I have used OpenSTA a couple of times and it provides very good stress testing logs, although I must admit I am a bit rusty on its workings currently. With regards to the server side you could enable CFperfmon to get analysis from that. The problem (or benefit) on multi-tierd systems is

OT: Stress testing tools - OpenSTA vs JMeter

2004-07-02 Thread Nick de Voil
Does anyone have a view on which of these is a better tool for stress testing a Java-based web app on a remote Linux server and/or on local Windows dev boxes? And why? Or is there a better free tool (eg MS WAS)? What I'd like to achieve is an integrated approach where we can generate

Re: Unit Testing Framework

2004-07-02 Thread Paul Kenney
about it and > Sean has posted some comments. > > > > On Fri, 02 Jul 2004 15:16:00 +1000, Chris Jensen <[EMAIL PROTECTED]> wrote: > > > > Hi, > > What does everyone here use for their CF unit testing? > > Someone on this list mentioned they had ported

Re: Unit Testing Framework

2004-07-01 Thread Paul Kenney
at does everyone here use for their CF unit testing? > Someone on this list mentioned they had ported JUnit to Cold Fusion > which I was hoping to try out, but I haven't heard back from them for > some time. > Has anyone had good experiences with any other tools out t

Unit Testing Framework

2004-07-01 Thread Chris Jensen
Hi, What does everyone here use for their CF unit testing? Someone on this list mentioned they had ported JUnit to Cold Fusion which I was hoping to try out, but I haven't heard back from them for some time. Has anyone had good experiences with any other tools out there? -- [Todays Th

testing to make sure

2004-06-30 Thread Tony Weeg
of my new email address tony r e v o l u t i o n w e b d e s i g n [EMAIL PROTECTED] www.revolutionwebdesign.com Visit http://www.antiwrap.com the next time you want to send a link to a friend. its only looks good to those who can see bad as well -anonymous [Todays Threads] [This Messag

RE: Load testing

2004-06-21 Thread Yves Arsenault
And thanks Kelly... I'll certainly read the article. Yves   _   From: Kelly Tetterton [mailto:[EMAIL PROTECTED] Sent: June 21, 2004 9:18 AM To: CF-Talk Subject: RE: Load testing I won't beat a dead horse here, other than to agree with the previous posters: look at the da

RE: Load testing

2004-06-21 Thread Yves Arsenault
Thanks to all who replied... Thanks for the info Dave. :-) Yves   _   From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: June 20, 2004 9:45 PM To: CF-Talk Subject: RE: Load testing > I was wondering what was the general pratice for testing > your app is In my experienc

RE: Load testing

2004-06-21 Thread Kelly Tetterton
I won't beat a dead horse here, other than to agree with the previous posters: look at the database and caching strategies first. We documented our recent load testing experience in an April CFDJ article; you can read it here: http://www.duoconsulting.com/index.cfm/fuseaction/news.d

Re: Load testing

2004-06-20 Thread Dick Applebaum
On Jun 20, 2004, at 7:05 PM, C. Hatton Humphrey wrote: > > > Unfortunately, if I don't load test after BBQ, I'll have to >  > > buy new pants. >  > >  > That about takes the cake Dave, good heavens... Calm yourself! > >  No, that takes lots of detergent and sometimes bleach ;) Or "Spray and Toss"

Re: Load testing

2004-06-20 Thread C. Hatton Humphrey
> > Unfortunately, if I don't load test after BBQ, I'll have to > > buy new pants. > > That about takes the cake Dave, good heavens... Calm yourself! No, that takes lots of detergent and sometimes bleach ;) [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Load testing

2004-06-20 Thread Michael T. Tangorre
> Unfortunately, if I don't load test after BBQ, I'll have to > buy new pants. That about takes the cake Dave, good heavens... Calm yourself! :-) [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: Load testing

2004-06-20 Thread Dave Watts
> > "is cfloop really needed" is a horrible thing to look at > before you do load testing. ... Amen, brother! > And of course, don't forget to load test after each and > every step, excluding the BBQ ones. Unfortunately, if I don't load test after BBQ, I&#x

RE: Load testing

2004-06-20 Thread Dave Watts
> I was wondering what was the general pratice for testing > your app is In my experience, the general practice is to release your application, and it either supports the number of users it needs to, or it doesn't. Of course, that's not the best practice, but it's cert

RE: Load testing

2004-06-18 Thread Barney Boisvert
You can spend zero to many thousand dollars on load testing software, depending on what you need.  I've always been happy with httpload, which is an incredibly simple app (for *nix at least, don't know about windows) that will take a set of URLs, and request them at whatever speed you

RE: Load testing

2004-06-18 Thread Yves Arsenault
Thanks, I'll check this out. Yves   _   From: ColdFusion Developer [mailto:[EMAIL PROTECTED] Sent: June 18, 2004 9:00 PM To: CF-Talk Subject: Re: Load testing Weuse a product called: WebLoad by Radview Software www.radview.com   - Original Message -   From: Yves Arse

Re: Load testing

2004-06-18 Thread ColdFusion Developer
Weuse a product called: WebLoad by Radview Software www.radview.com   - Original Message -   From: Yves Arsenault   To: CF-Talk   Sent: Friday, June 18, 2004 7:51 PM   Subject: Load testing   Hello,   I was wondering what was the general pratice for testing your app is   Is

Load testing

2004-06-18 Thread Yves Arsenault
Hello, I was wondering what was the general pratice for testing your app is Is there any way of similating a certain number of hits per minute? I'd like to test some sections of some apps and see what kind of performance my code is getting (or not getting). Does anyone hav

SOT: Website testing services

2004-06-18 Thread Ian Skinner
Can anybody point me to other website testing services like BrowserCam.com which can test a website against multiple browsers and platforms? Thank You. -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA "C code. C code run. Run code run. P

RE: Attn: Dave Watts - cross browser testing tool

2004-05-21 Thread Jim Davis
.  ;^)  But I run another WindowsXP machine in a window which hosts all the annoying applications I need for work, plus, on demand, several others (Win98, Mandrake, etc) as I need them. One of the best things about testing this way is that any problems found are "portable" - you can si

Re: Attn: Dave Watts - cross browser testing tool

2004-05-21 Thread Kay Smoljak
>I use VMware Workstation 4 (http://www.vmware.com/); Microsoft bought >Virtual PC from Connectix, and will soon release several products based on >that (server and workstation). The Virtual PC Workstation product has been released. Installing and setting up virtual machines is quite a bit slower,

RE: Attn: Dave Watts - cross browser testing tool

2004-05-20 Thread Dave Watts
> I know Dave and others have mentioned some software that they > use for cross-browser and I think even cross-OS testing.   > I've Googled it and can't find it in the CF-Talk archives. > > Anybody? or any other options? I use VMware Workstation 4 (http://www.vmwar

Re: Attn: Dave Watts - cross browser testing tool

2004-05-20 Thread Bryan Stevenson
ttn: Dave Watts - cross browser testing tool   Hi Bryan:   I'm pretty sure you're looking for this...   VMWARE WORKSTATION 4   http://www.vmware.com/landing/ws4_home.html   I use this all the time... its a great tool.   Also, Microsoft has a similar product under development but I beleive

Re: Attn: Dave Watts - cross browser testing tool

2004-05-20 Thread David K
Hi Bryan: I'm pretty sure you're looking for this... VMWARE WORKSTATION 4 http://www.vmware.com/landing/ws4_home.html I use this all the time... its a great tool. Also, Microsoft has a similar product under development but I beleive it will be primarily targetted at the server market. Regards,

Attn: Dave Watts - cross browser testing tool

2004-05-20 Thread Bryan Stevenson
Hey All (and Dave), I know Dave and others have mentioned some software that they use for cross-browser and I think even cross-OS testing.  I've Googled it and can't find it in the CF-Talk archives. Anybody? or any other options? TIA Cheers Bryan Stevenson B.Comm. VP & Director

RESOLVED: Testing CFMX for J2EE and having a problem

2004-04-25 Thread Aqil Mansuri
Found that the Web.xml didn't have a mapping for a urlstem like "*.cfm/*"  The Standalone version adds a whole bunch more cfml mapping than the j2ee version . > Hey All, > > I am testing our site to see if will run with the JRun version of CFMX.   > We currently h

Testing CFMX for J2EE and having a problem

2004-04-25 Thread Aqil Mansuri
Hey All, I am testing our site to see if will run with the JRun version of CFMX.  We currently have it running in the stand alone version.  As a requirement of the site  they wanted to have friendly URLS.  So instead of have a URL like www.domain.com/index.cfm?nodeid=1, we have www.domain.com

Re: Browser compatibility testing

2004-04-23 Thread Steve Bryant
It won't test every browser on the market (and won't test Linux at all), but it still helps: http://www.netmechanic.com/browser-index.htm (not free though) Steve >Hi All, >I am looking for a tool or software to test my application in all browsers >for Windows,MAC,Linux.  Please let me know about

Re: Browser compatibility testing

2004-04-23 Thread Thomas Chiverton
On Thursday 22 Apr 2004 20:53 pm, John Dowdell wrote: > "Tool or software" sounds like getting a bunch of boxes and loading > browsers on there: Or one box and vmware, come to think of it. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinge

Re: Browser compatibility testing

2004-04-22 Thread John Dowdell
At 11:21 AM 4/21/4, ketan patel wrote: > I am looking for a tool or software to test my application > in all browsers for Windows,MAC,Linux.  Please let me know > about this if anybody know about it. "Tool or software" sounds like getting a bunch of boxes and loading browsers on there: http://brow

Re: Browser compatibility testing

2004-04-22 Thread Doug James
You might check out Mozie Doug Thomas Chiverton wrote: >On Wednesday 21 Apr 2004 19:21 pm, ketan patel wrote: >   > >>I am looking for a tool or software to test my application in all browsers >>for Windows,MAC,Linux.  Please let me know about this if anybody know about >>it. >>    >> > >I kno

Re: Browser compatibility testing

2004-04-22 Thread Thomas Chiverton
On Wednesday 21 Apr 2004 19:21 pm, ketan patel wrote: > I am looking for a tool or software to test my application in all browsers > for Windows,MAC,Linux.  Please let me know about this if anybody know about > it. I know there is a web site that will do this, and email you pictures of you site u

Browser compatibility testing

2004-04-21 Thread ketan patel
Hi All, I am looking for a tool or software to test my application in all browsers for Windows,MAC,Linux.  Please let me know about this if anybody know about it. Ketan Patel [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Testing for existence of and defaulting substructs

2004-04-15 Thread Barney Boisvert
Looks good, though there's no reason not to use CFPARAM for CFIF isDefined() CFSET combos: type="boolean"> > -Original Message- > From: Jim McAtee [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 15, 2004 1:39 PM > To: CF-Talk > Subject: Testin

Testing for existence of and defaulting substructs

2004-04-15 Thread Jim McAtee
I've got an application where page-generation tags are passed a configuration struct.  This struct contains a substruct.  What's the best way to test for the existence of the substruct? Right now I've got the following, which works, but I'm not sure it's really best.    type="boolean">   

RE: Web application testing

2004-03-24 Thread Jon Gunnip
>>> [EMAIL PROTECTED] 03/23/04 8:50 PM >>> I generally test my workflow by creating a non-functional html prototype then applying Interaction Design techniques (ala Cooper.com). It's a manual process though, requires a lot of thinking. What are you trying to achieve by tes

RE: Web application testing

2004-03-23 Thread Steve Nelson
I generally test my workflow by creating a non-functional html prototype then applying Interaction Design techniques (ala Cooper.com). It's a manual process though, requires a lot of thinking. What are you trying to achieve by testing the User Interface? Steve   -Original Message-  

Web application testing

2004-03-19 Thread Jon Gunnip
>> I've started using Canoo WebTest http://webtest.canoo.com which is an extension of JUnit. It's for testing at the web application level rather than unit testing.  You >> would do this in addition to unit testing but you can do things like define test scenarios to

Re: Load Testing Tools

2004-02-26 Thread Charlie Griefer
PROTECTED]> Sent: Thursday, February 26, 2004 9:33 AM Subject: Load Testing Tools > Can someone recommend a good load testing tool for my ColdFusion server. I have a Compaq Pentium III  DL380 - dual processor server with win2000 server. > > Thanks > Sam > --- > [This E-mail s

Load Testing Tools

2004-02-26 Thread Sam komolafe
Can someone recommend a good load testing tool for my ColdFusion server.  I have a Compaq Pentium III  DL380 - dual processor server with win2000 server. Thanks Sam --- [This E-mail scanned for viruses.] [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Load Testing Tools

2004-02-26 Thread Pete Freitag
Sam komolafe wrote: > Can someone recommend a good load testing tool for my ColdFusion > server.  I have a Compaq Pentium III  DL380 - dual processor server > with win2000 server. OpenSTA: http://www.opensta.org/ or the Microsoft Stress tool are both free, and

Re: testing procedures

2004-02-16 Thread Adam Churvis
Call me at 770-446-8866 and I'll be happy to give you some pointers. Also, for accessibility-related testing you'll want to refer to Sandy Clark at http://www.shayna.com/.  She's the person we would use for accessibility testing. Respectfully, Adam Phillip Churvis Member of

testing procedures

2004-02-16 Thread David Ashworth
Can someone point me the direction of documentation that can be used for testing web apps developed using coldfusion? Any thing to do with usuability etc would also be useful. Thanks in advance, Dave [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: testing out Fusebox

2003-12-09 Thread Barney Boisvert
B4 is even nicer. Cheers, barneyb > -Original Message- > From: Dan Farmer [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 09, 2003 5:33 PM > To: CF-Talk > Subject: testing out Fusebox > > I've decided Fusebox was worth looking into... > > I've i

testing out Fusebox

2003-12-09 Thread Dan Farmer
I've decided Fusebox was worth looking into... I've installed the core files and am following the Fusebox manual, trying to get the sample application to run. I'm getting this error. Any ideas? Error Occurred While Processing Request Element mySampleApp is undefined in a CFML structure referen

RE: load testing tools/services?

2003-12-02 Thread Adam Hope
t: OT: load testing tools/services? What do people use for load testing? Ideally, we'd like to find a service that we could point to a pre-production version of a website, create several scripted scenarios, and test under various conditions. All for a low, low price, of course. Any recom

RE: load testing tools/services?

2003-12-01 Thread Haggerty, Mike
Try jUnit, available from http://www.junit.org/index.htm. Very flexible testing package that comes for free. I use it for all my applications. M -Original Message- From: Kelly Tetterton [mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2003 4:47 PM To: CF-Talk Subject: OT: load

OT: load testing tools/services?

2003-12-01 Thread Kelly Tetterton
What do people use for load testing? Ideally, we'd like to find a service that we could point to a pre-production version of a website, create several scripted scenarios, and test under various conditions. All for a low, low price, of course. Any recommendations? Kelly Tetterton duo | Tech

RE: Testing DSN's before processing queries

2003-11-24 Thread John Stanley
You could use something like this:   select * from sys_note_type       Please Come back later    -Original Message- From: [EMAIL PROTECTED] [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, November 24, 2003 10:12 AM To: CF-Talk Subject: Testing DSN's b

RE: Testing DSN's before processing queries

2003-11-24 Thread Pascal Peters
] Sent: maandag 24 november 2003 16:12 To: CF-Talk Subject: Testing DSN's before processing queries Does anyone know a method to test a DSN before running a query?  We link to an AS/400 DSN which is occasionally offline for backups, maintenance, etc.  I'd like to run a test that if the

Testing DSN's before processing queries

2003-11-24 Thread dsmith
Does anyone know a method to test a DSN before running a query?  We link to an AS/400 DSN which is occasionally offline for backups, maintenance, etc.  I'd like to run a test that if the DSN isn't working will display a "Please come back later" message.   Any suggestions? Thanks, Daron Smith [Tod

Re: Web App load testing software

2003-11-03 Thread Geoff Bowers
DeMarco, Alex wrote: > We are getting ready to roll out several new app and I was wondering > what tools people use to stress test their applications with? OpenSTA: http://www.opensta.org/ It's great, flexible, programable... and did I mention its open source and free. -- geoff bowers Team Macr

Re: Web App load testing software

2003-11-03 Thread Adam Churvis
e-TEST Suite from Empirix.  We also provide testing as a service.  Contact me offlist, if you're interested. Respectfully, Adam Phillip Churvis Member of Team Macromedia Advanced Intensive ColdFusion MX Training ColdFusion MX Master Class: January 12 - 16, 2004 http://www.ColdFusionTrainin

RE: Web App load testing software

2003-11-03 Thread Ryan Kime
I haven't used it yet, but I hear this is a pretty good package: http://www.dieseltest.com/ -Original Message- From: DeMarco, Alex [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2003 6:50 AM To: CF-Talk Subject: Web App load testing software We are getting ready to rol

RE: Web App load testing software

2003-11-03 Thread Robertson-Ravo, Neil (RX)
There a few Stress tools out there...we use Microsoft Homer (Stress tool).   _   From: DeMarco, Alex [mailto:[EMAIL PROTECTED] Sent: 03 November 2003 12:50 To: CF-Talk Subject: Web App load testing software We are getting ready to roll out several new app and I was wondering what tools

Web App load testing software

2003-11-03 Thread DeMarco, Alex
We are getting ready to roll out several new app and I was wondering what tools people use to stress test their applications with? - Alex [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

load testing RIA apps

2003-10-13 Thread jtnews
Hello, I just received a project to do load testing on a Flash/CFMX6 RIA. Does anyone know of any tools that I can use to load test against Flash? Thanks in advance! --Josh This mail sent through exciteworks: http://exciteworks.com

Re: Testing Multipart Emails

2003-10-07 Thread Bob Haroche
FWIW, I use Outlook Express 6 (windows) and turn off html for sending and reading. When I receive an html message, only plain text appears in the message window but the associated graphics come through as attachments. Links and other html code don't work of course. - Regards, Bob Haro

RE: Testing Multipart Emails

2003-10-07 Thread Chris Doughty
Yes, but we have found a solution using Thunderbird. -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED] Sent: 07 October 2003 12:58 To: CF-Talk Subject: Re: Testing Multipart Emails On Tuesday 07 Oct 2003 09:48 am, Chris Doughty wrote: > I am trying to tes

Re: Testing Multipart Emails

2003-10-07 Thread Thomas Chiverton
On Tuesday 07 Oct 2003 09:48 am, Chris Doughty wrote: > I am trying to test a multipart email but only see the html part as this > is what my email provider can handle. Have you got 'email provider' there where you meant 'email client' ? -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44

Re: Testing Multipart Emails

2003-10-07 Thread jonhall
The Bat http://www.ritlabs.com splits multipart emails into different tabs for the html part and the text part. I imagine all of the text only email clients will show you the text part as well. Any of the Unix ports, any older version of Eudora, Pegasus still makes a DOS version available... -- m

RE: Testing Multipart Emails

2003-10-07 Thread Chris Doughty
Thanks for the reply. What I am trying to do is check that the html part is not visible to anyone that can only receive text only. -Original Message- From: Mike Townend [mailto:[EMAIL PROTECTED] Sent: 07 October 2003 10:59 To: CF-Talk Subject: RE: Testing Multipart Emails Install

RE: Testing Multipart Emails

2003-10-07 Thread Mike Townend
: CF-Talk Subject: Testing Multipart Emails Does anyone know of an email account that you can set up as receiving text only emails? I am trying to test a multipart email but only see the html part as this is what my email provider can handle. Any help would be greatly appreciated. Chris Doughty

Testing Multipart Emails

2003-10-07 Thread Chris Doughty
Does anyone know of an email account that you can set up as receiving text only emails? I am trying to test a multipart email but only see the html part as this is what my email provider can handle. Any help would be greatly appreciated. Chris Doughty Project Leader MIS Tel +44 (0) 20 8253

Re: Load testing CFMX6.1

2003-09-29 Thread Chris Norloff
ssage -- From: "Stacy Young" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Date:  Sun, 28 Sep 2003 22:30:16 -0400 >We're prepping a cfmx cluster (cfmx on jrun4) of 2 severs to go live in >the near future. I'm currently load testing "break a

Load testing CFMX6.1

2003-09-28 Thread Stacy Young
We're prepping a cfmx cluster (cfmx on jrun4) of 2 severs to go live inthe near future. I'm currently load testing "break and destroy" scriptson a single server to see our max capacity in the event one server goesdown.I'm happy to report that @ 30 virtual users with an agg

RE: Load Testing Tools

2003-09-04 Thread Dave Watts
> > OpenSTA is dead - or at least their website is, obviously > > due to patent violations. > > I just went to www.opensta.org and the website was fine! I believe they were voluntarily participating in a website "blackout" to protest pending software patent legislation in Europe. You can click on

RE: Load Testing Tools

2003-09-04 Thread Kola Oyedeji
Really? I just went to www.opensta.org and the website was fine! Kola >> -Original Message- >> From: Philipp Cielen [mailto:[EMAIL PROTECTED] >> Sent: 02 September 2003 19:11 >> To: CF-Talk >> Subject: RE: Load Testing Tools >> >> Open

Re: Load Testing Tools

2003-09-03 Thread John Paul Ashenfelter
ED]> Sent: Tuesday, September 02, 2003 12:23 PM Subject: Load Testing Tools > Here are a few that may be helpful > http://www.bpurcell.org/macromedia/loadtesting.cfm > > If you want something simple and inexpensive. Try Microsoft Web Application Stress tool. OpenSTA is a little mor

RE: Load Testing Tools

2003-09-02 Thread Philipp Cielen
OpenSTA is dead - or at least their website is, obviously due to patent violations. best, philipp -- cielen.com ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm

RE: Load Testing Tools

2003-09-02 Thread Mike Brunt
Ian, this is a reasonable tool that you can evaluate first and it is not that expensive to buy. http://www.paessler.com/index_eng.html Hth. Kind Regards - Mike Brunt Original Message --- Can anybody recommend a relatively simple and hopefully inexpensive load testing tool

Load Testing Tools

2003-09-02 Thread Brandon Purcell
Here are a few that may be helpful http://www.bpurcell.org/macromedia/loadtesting.cfm If you want something simple and inexpensive. Try Microsoft Web Application Stress tool. OpenSTA is a little more robust but a little more difficult to work with. - Brandon Purcell http://www.bpurce

RE: Load Testing Tools

2003-09-02 Thread Benoit Hediard
) -Message d'origine- De : Ian Skinner [mailto:[EMAIL PROTECTED] Envoyé : mardi 2 septembre 2003 17:57 À : CF-Talk Objet : Load Testing Tools Can anybody recommend a relatively simple and hopefully inexpensive load testing tool that could be used to check a new CF built site. Prefe

Load Testing Tools

2003-09-02 Thread Ian Skinner
Can anybody recommend a relatively simple and hopefully inexpensive load testing tool that could be used to check a new CF built site. Preferably something that we can try before buying. Thanks. -- Ian Skinner Web Programmer BloodSource Sacramento, CA

followon: testing to see if cfid and cftoken already exist in database

2003-08-14 Thread Tim Laureska
I meant one particular set of these variables to see if a particular visitor has been there before -Original Message- From: Tim Laureska [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2003 4:55 PM To: [EMAIL PROTECTED] Subject: testing to see if cfid and cftoken already exist in

Server Testing Software...

2003-08-14 Thread BRIAN MELOCHE
Anyone know of/recommend a good server testing software? Specifically, we need it for the following: We have an impending domain change coming, and we would like to run software/application that could spider the site and find areas where the website is/will be broken when the old domain gets

Load testing...

2003-08-14 Thread Ryan Mitchell
Hello I want to load test one of my sites, to see what sort of traffic it can handle, to see if there are areas I need to improve etc... Am I dreaming thinking their are tools (free is good) out there to do this? Ryan ~| Archi

Re: Load testing...

2003-08-14 Thread Ryan Mitchell
Thanks!! On 11/8/03 10:44, "Andre Mohamed" <[EMAIL PROTECTED]> wrote: > Ryan, > > Try Google and "free load testing tools". > > More specifically, you'll want to search for Load/Stress testing > specific to web sites e.g. the following are al

Testing to list

2003-08-14 Thread Jaye Morris - jayeZERO.com
Testing to list // Jaye Morris - Multimedia Applications Developer // [EMAIL PROTECTED] - www.navtrak.net // [EMAIL PROTECTED] - www.jayeZERO.com ~| Archives: http://www.houseoffusion.com/cf_lists

testing to see if cfid and cftoken already exist in database

2003-08-14 Thread Tim Laureska
I'm trying to get my head around client variables ... in a scenario where they're placed in a database for later testing for existence ... but I can't figure out how to test for there existence??? I know this is probably a no-brainer, but that would be me at this point Here's

RE: Load testing...

2003-08-11 Thread Andre Mohamed
Ryan, Try Google and "free load testing tools". More specifically, you'll want to search for Load/Stress testing specific to web sites e.g. the following are all free: 1)Microsoft's Web Application Stress Tool http://www.microsoft.com/downloads/details.aspx?FamilyID=e2c0

Testing period for new Flash Player

2003-08-01 Thread John Dowdell
http://www.macromedia.com/software/flashplayer/public_beta If you have any public sites using SWF files, particularly complex SWF files or ones with complex server interaction or other tricks, then please take advantage of this special time to ensure the new Player renders your existing work to yo

Re: testing for format isNumeric

2003-07-30 Thread Ewok
try this... no pun intended : ) #thisNum# X - Original Message - From: "Ihrig Paul E Cont 88 ABW/EM" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, July 28, 2003 7:45 AM Subject: testing for format isNumeric > this is pu

Re: testing for format isNumeric

2003-07-30 Thread Ewok
try this... no pun intended : ) #thisNum# X - Original Message - From: "Ihrig Paul E Cont 88 ABW/EM" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, July 28, 2003 7:45 AM Subject: testing for format isNumeric > this is pu

testing for format isNumeric

2003-07-28 Thread Ihrig Paul E Cont 88 ABW/EM
this is pulling from an old oracle database i don't have access to correct any problems with data type mismatches. so looks like there may be alpha characters or other junk in a "gallons" numeric field that is displayed... what i want to do is if i cant do a calculation to a field do to a data t

RE: SQL Query - Testing for bits

2003-07-23 Thread Gunther Ahamer
Talk Subject: OT: SQL Query - Testing for bits Hi All, It's late and this escapes me. I've done it before, but my mind is drawing a blank. I have a database table that contains a field with bitflags. All flags off is 0, all flags on is 255, you get the idea. What I'm trying to do is

OT: SQL Query - Testing for bits

2003-07-23 Thread cf-talk
Hi All, It's late and this escapes me. I've done it before, but my mind is drawing a blank. I have a database table that contains a field with bitflags. All flags off is 0, all flags on is 255, you get the idea. What I'm trying to do is query the database table and have it show me all records

Testing/Regression Tools for Flash Apps?

2003-07-10 Thread Stacy Young
Wondering if anyone knows of any new products out now or on the way that support automated test scripts for flash apps? Last time I had done the rounds with most major vendors support was very limited. Thanks! Stace AVIS IMPORTANT: --- Les informations contenues dan

Re: Beta Testing RedSky

2003-07-09 Thread Calvin Ward
I got the newsletter, and that's what really got me interested! - Calvin - Original Message - From: "Sean A Corfield" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, July 09, 2003 11:52 AM Subject: Re: Beta Testing RedSky

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