Hello , I want to test php code . I know PHPUnit . Is there any free automated testing tools to test php scripts ? can I use winrunner or loadrunner to test php scripts ? where can I download winrunner or loadrunner ? Any help would be appreciated !
Automated test tools? Once you have tests written you want to automatically run them? A keyboard macro can do it. If you are looking for a tool to automatically test a script inputted into the tool, no, I don't know of one. What kind of testing are you trying to do? Unit/White box, Black box, System?
Hello HorseGalleria , Thanks for the reply , I am trying to find a tool for black box testing . I want to validate user inputs.