I'm working on developing a webapp that will replace an existing PowerBuilder app. They should be functionality equivalent, and the requirements for the PB app are long gone. So the best way to test seems to be to input the same data into the same screens, and compare the output. If the PB output and the webapp output are the same, it's functionally equivalent.
Is there a testing tool/framework that can do this?