I had been exploring on STAX/STAF past week.
It is used for test automation execution & is some what similar to Hudson.
I would like to know on which type of Tests it can be used. i.e functional tests, load tests etc.,
The functional automation tests are basically dependent on the framework i.e how they run, their return status on fail or pass are through the framework .
How I can we integrate such with the Test Automation Framework like STAF?
I had been exploring on STAX/STAF past week. It is used for test automation
Share
I’ve been using STAF/STAX for over 4 years.
PROs:
CONs:
I’ve found that STAF/STAX is useful for systems test. It enables you, for example, to launch a server on one system and a client on another, then test their interaction. It’s also helpful if you need to test cross-platform, or for multiple language bindings. I also like the fact that it can be used both in large, networked systems, as well as on an individual’s desktop.
On the other hand, I would probably avoid using it for unit testing, or tests that are relatively simple and can be run on a single system. I’d probably use a language specific unit framework for that.