Link to home
Start Free TrialLog in
Avatar of MK15
MK15

asked on

Testing php web application

Hi,

I was wondering if someone could tell me where to start for testing a web application which i think is now finished.  There is a limited amount of OOP involved, most of the php files are just plain scripts.  I should have started using unit testing, but is it too late? do i need to convert most of the scripts to OOP? are there any tools to test input fields on a browser? performance testing tools?

thanks in advance
SOLUTION
Avatar of basicinstinct
basicinstinct
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of MK15
MK15

ASKER

i have looked into that, i was wondering does it need to OOP to be used efficiently?
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of MK15

ASKER

thanks a lot guys ended up using Selenium and JUnit in Java