Good question. The increased use of open source tools is growing in the enterprise space. Many organizations are taking advantage of these tools. Selenium in particular is an excellent GUI capture and playback tool. Remember regardless of open source or products on the market you need to follow these rules.
1. Don’t just record. Make sure you’re building a framework that can be parameterized (i.e. single logon that runs against multiple test cases)
2. Data Management - Spend the time to designing a strategy that works for your environment.
Kristen,
Good question. The increased use of open source tools is growing in the enterprise space. Many organizations are taking advantage of these tools. Selenium in particular is an excellent GUI capture and playback tool. Remember regardless of open so...
Dave,
The important key is understanding your integration points. These integration points can be "file based interfaces" or even wrappered "SOA" Architecture. Once you have an understanding of these interfaces, you then need to develop a Integration Test P...
Scott,
Many companies make the mistake of "happy capture" of functional scripts. The key is developing a "framework" that is based on components (i.e. a single logon test script that is parameter driven). In addition, pick a key area that does not have alot of ...
Kristen,
Good question. The increased use of open source tools is growing in the enterprise space. Many organizations are taking advantage of these tools. Selenium in particular is an excellent GUI capture and playback tool. Remember regardless of open source or products on the market you need to follow these rules.
1. Don’t just record. Make sure you’re building a framework that can be parameterized (i.e. single logon that runs against multiple test cases)
2. Data Management - Spend the time to designing a strategy that works for your environment.
Thanks
Joe