Micro Focus QTP (UFT) Forums
Can PHP applications be automated using QTP - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: Can PHP applications be automated using QTP (/Thread-Can-PHP-applications-be-automated-using-QTP)



Can PHP applications be automated using QTP - radhika - 08-27-2009

Hi
We are looking for some automation tools suitable to automate a web application written in PHP.
Can anybody have any suggestions if QTP is good for that ?I know people using QTP to automate .net applications.Anybody using it on web application developed in PHP and mysql environment?
Thank you


RE: Can PHP applications be automated using QTP - Ankur - 08-28-2009

PHP, JSP are all server side programming languages and are embedded inside HTML. What you see on UI is rendering of those elements inside HTML.
QTP does NOT depend on server side languages to execute its test. Your app can be handled by a WebAddin and ActiveX addin. (which by the way are default addins shipped with QTP)


RE: Can PHP applications be automated using QTP - prabhapola - 02-09-2012

(08-27-2009, 11:47 PM)radhika Wrote: Hi
We are looking for some automation tools suitable to automate a web application written in PHP.
Can anybody have any suggestions if QTP is good for that ?I know people using QTP to automate .net applications.Anybody using it on web application developed in PHP and mysql environment?
Thank you