Magento – Magento2 Application Automation Testing – For Automation Testers

automationmagento2seleniumtesting

I am doing automation testing on Magento2 application for one of my client.

I have heard from some people there are some automated testing frameworks for Magento 2. But everything seems to be helpful for developers for performing unit test only. I am automating the application using Selenium WebDriver, TestNG and JAVA, and it is working fine. I would like to know is there any other tools or technology stack for testers to do automation testing which covers all test cases and workflows.

So I would like to get more insights on this, if you have worked on Magento 2 automation testing, please help me!

Things I would like to know:

  1. Whether it is a good practice to automate Magneto2 application with Selenium WebDriver+TestNG+Java?
  2. Is there any specific tool for Magento 2 Application testing for testers, not for unit testing/functional testing for developers.

Best Answer

Magento provides his own tool for automation testing called MFTF(Magento Functional Testing Framework). More detailed information how to use it you can find on the official DevDocs: https://devdocs.magento.com/mftf/2.3/introduction.html

Related Topic