How to build a test suite in watir?
Posted
by karlthorwald
on Stack Overflow
See other posts from Stack Overflow
or by karlthorwald
Published on 2010-05-22T16:33:30Z
Indexed on
2010/05/22
16:40 UTC
Read the original article
Hit count: 221
unit-testing
|watir
I have some single watir.rb scripts that use IE and are written in a standard watir way.
How do I create a test suite
that combines them?
Is it possible to enumerate the files that should be included in the test suite?
Is it possible to auto include single test files into a test suite by subidr?
Can I cascade (include other watir suites in watir suites)?
© Stack Overflow or respective owner