Posts: 1
Threads: 1
Joined: Mar 2008
Reputation:
0
03-20-2008, 05:28 PM
Hello Friends,
Does QTP 8.2 supports web application developed in Php Platform..or Do i require any Extra Add-In other than the Web Add-In which is default available in the QTP Add-In Manager?
Waiting for the responses
Posts: 1,105
Threads: 18
Joined: Jan 2008
Reputation:
8
03-24-2008, 12:31 PM
PHP is a server-side HTML embedded scripting language. When working with QTP ,you need not worry what is happening at the server because QTP only performs action on the client side code.
In your case, it is just HTML that will be rendered so you can work with web-addin.
Posts: 1
Threads: 0
Joined: Jul 2008
Reputation:
0
07-28-2008, 12:29 PM
(This post was last modified: 07-28-2008, 12:30 PM by sinhashailendra1.)
Hi Ankur,
Then what about ..Load Runner ..where we also consider the server side action ...
so is it ( PHP) OK in case of Load Runner ???
Shail
Posts: 1,105
Threads: 18
Joined: Jan 2008
Reputation:
8
07-28-2008, 01:23 PM
@Shail: you are talking about a completely different tool...QTP is used for functional testing while LoadRunner is used for load testing...as I have already stated above, while using QTP we need not worry about server side actions.