Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error in Magento Test Automation Framework (MTAF)

I have installed magento test Automation framework in local machine as below reference PDF.

http://www.magentocommerce.com/images/uploads/download/MagentoTestAutomationFrameworkInstallationGuide.pdf

All the installation setup has completed as per the reference.

After that i have added my project to netbeans. When i try to add the project in netbeans it seems error.

Below is the error message, which is i got from netbeans.

magento\app\design\adminhtml\default\default\template\catalog\product\attribute\js.phtml  

enter image description here

enter image description here

This is my first try of Magento test automation tools. i don't know what was went to wrong.

Any help my appreciation.

like image 515
VijayS91 Avatar asked Jul 23 '13 11:07

VijayS91


Video Answer


1 Answers

Perhaps you can try changing a bit the directory structure

From

magento\app\design\adminhtml\default\default\template\catalog\product\attribute\js.phtml

To

magento\app\design\adminhtml\default\template\catalog\product\attribute\js.phtml

In my experience, Magento directory structure changes across its versions.

like image 128
vishnu Avatar answered Oct 14 '22 20:10

vishnu