URL Recorder and PHP Projekt [message #637862] |
Tue, 09 November 2010 03:25  |
Eclipse User |
|
|
|
Hallo,
I upgraded Eclipse 3.3.2 to the new Helios Version yesterday with the PHP development perspectives. Developing woks fine, even the XDebug feature of PHP.
But when I open the "Test" perspective and try to add a "New Test Element", choose "TPTP Test From Recording", then choose "URL Recorder", click "Next", choose a Folder and Type in a Name, the dialog says:"The project is not a Java project" and the "Next" and "Finish" Buttons are grayed out.
So why is it not possible to URL Record a PHP Project or is there another way to automate testing of Webpages with Eclipse?
|
|
|
Re: URL Recorder and PHP Projekt [message #657738 is a reply to message #637862] |
Thu, 03 March 2011 13:55  |
Eclipse User |
|
|
|
The URL Recorder generates Java code which later executes the test.
So in your case, you would need to create a separate Java project holding your tests (recommended), or add a Java Nature to your PHP project (discouraged).
Hope this helps,
Torsten
|
|
|
Powered by
FUDForum. Page generated in 0.24514 seconds