I'm looking for help on a couple of things.
1.) Does anyone have any advice/recommendations on automated testing solutions for SAP?
2.) Does hp's Unified Functional Test (UFT) have a framework that integrates with SAP?
I appreciate the help, and thanks in advance.
1) ABAP supports unit tests with ABAP Unit. So you can cover your code with unit tests using techniques like Test Driven Development.
SAP eCATT provides you a way to test your system via SAP GUI, but I would not recommend it, because it is not worth.
2) I am not sure. Probably not.