Content

ramblings of a coldfusion developer

Tagged: testing

2008-04-24 :: Jim Priest // Code
Two New Testing/Automation Tools

I found both these over the weekend and they both look really interesting: Cubic – from the same folks that make Selenium CubicTest is a graphical Eclipse plug-in for writing Selenium and Watir tests. It makes web tests faster and easier to write, and provides abstractions to make tests more robust and reusable. CoScripter – [...]

Tagged: »

7 comments  » Read the rest

2008-04-07 :: Jim Priest // Code
Testing Flex Applications?

We are exploring using Flex more (goodbye Powerbuilder!) here at work. We are also doing more and more testing and hope to eventually implement continuous integration. I’ve seen a few tools to unit test Flex but I’m curious how you test Flex at the application level? For our web applications we are currently using Selenium. [...]

Tagged: »

8 comments  » Read the rest

2007-11-30 :: Jim Priest // Code
How Do You Have Selenium Setup?

I’m trying to come up with a standardized setup for Selenium so I can share it with our team and everyone can have the same configuration. I have Selenium IDE installed within Firefox to record tests and I’m tinkering with different ways of setting up Selenium Core to run test suites locally. Our projects are [...]

Tagged: »

1 comment  » Read the rest