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:
Solved! Go to Solution.
@ranjitha_nidhish1 Not an issue.
Problem solved? Please give 'Kudos' and accept 'Answer as Solution'.
Answer to you question:
#1. You good. That is must as a QA (if you can build). There are thousands of other things need to be tested for which you'll need your automation test framework setup. Specially when there are bunch of integration and customization in Magento.
#2. So far there is none. This is mostly for developers who has knowledge of development as as well as Magento.
Problem solved? Please give 'Kudos' and accept 'Answer as Solution'.
@ranjitha_nidhish1 There is no other tool. MFTF support selenium as well. However, it may not have enough documentation and support. Would be a learning curve taking that route or you can continue with the option you are comfortable in. Have a look at below URL and look for selenium.
https://devdocs.magento.com/mftf/2.2/getting-started.html
Problem solved? Please give 'Kudos' and accept 'Answer as Solution'.
Thank you.
@ranjitha_nidhish1 Not an issue.
Problem solved? Please give 'Kudos' and accept 'Answer as Solution'.