Pages
-
Recent Posts
- Bewildr + Cucumber Example
- Counting strings in a file: Ruby vs Windows Command shell
- IronRuby vs. Gherkin – a temporary fix
- Learning Ruby? Here’s the book for you…
- Announcing ‘bewildr’ – test your WPF UI apps with IronRuby
- How to get the submodules of a ruby module
- Netbeans ‘Cucumber Features’ plugin in Beta!
Recent Comments
- Nat on Counting strings in a file: Ruby vs Windows Command shell
- Neil on Counting strings in a file: Ruby vs Windows Command shell
- Andrew Grimm on Stop Ruby’s Test::Unit suite files running all your tests
- Nat on How to connect to an Oracle database in IronRuby
- Mark Micallef on How to connect to an Oracle database in IronRuby
Tags
Abbot agile agile testing Automated Testing bewildr Books cheat sheet cucumber database Data Conversion Testing Example Code Exceptions FireBug Firefox Firewatir fitnesse Fix Internet Explorer IronRuby ISEB Java mac os x Maximo Mistakes MS Access NetBeans QA Rational Functional Tester Regular Expressions RQuery RSpec Ruby Ruby on Rails Safari SQL sqlite Standards Test::Unit Test Case Management Test Data testing Tools WATIR white win32oleCategories
- agile
- Automated Testing
- bewildr
- Books
- cucumber
- Data Conversion Testing
- Example Code
- fitnesse
- General Testing Stuff
- IronRuby
- Links
- Making Life Easier
- Manual Testing
- Mistakes
- Rational Functional Tester
- RQuery
- RSpec
- Ruby
- Ruby on Rails
- Test Data
- Test Driven Development
- Test Management
- Test Management
- Test::Unit
- Testing Theory
- Tools
- Uncategorized
- WATIR
- white
- win32ole
Meta
This work by Nathaniel Ritmeyer is licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported.
Tag Archives: Rational Functional Tester
RFT 7.0.1 Known Defects
When recently trying to hunt down a problem with RFT 7.0.1, I came across the following page on the Rational web site: It’s a list of all known defects with RFT 7.0.1. It didn’t help, but it may in the … Continue reading
How to turn off the RFT 7.0.1 Exception Window
Since the 7.0.1 release of Rational Functional Tester, a very frustrating feature has crept in… the “Exception Window”. What happens is; whenever an exception occurs, instead of it being thrown and caught by standard try{…}catch(Exception e){} code, RFT pauses execution … Continue reading
Getting the root cause of a nested exception in Java
Nested Exceptions are a good way to deal with test failures in Rational Functional Tester. They work really well, apart from the fact that there is no native way to get the root exception. Sun aren’t going to do anything … Continue reading
RFT Script Options
Rational Functional Tester provides access to a lot of the “global” values that are used in execution. Things like, how long the “waitForExistence” period is. How long to wait between polling for an object while waiting for it. They’re all … Continue reading
Method to get a table row as a Hashtable
First post of the new year… I hope it’s coherant. And it’s to do with dealing with rows in tables. Another of RFT’s weak points. This post contains code that will return a hashtable with a specified row’s data. The … Continue reading
Methods to deal with trees in RFT
Dealing with trees in Rational Functional Tester can be a pain. And there isn’t much good code out there to help. So, I’ve put together a few methods which could serve as a good starting point for you to build … Continue reading
Method to wait for correct number of rows in a table in RFT
I’ve previously put up code that can be used in RFT to wait for data to appear in a table. What follows is a similar method, but instead of waiting for data, it waits for an exact number of rows … Continue reading














