Magento2 Application Automation Testing - For Automation TestersCombine Magento TAF with EcomDev_PHPUnit fixturesMagento test automation framework ambiguityMagento enterprise edition 1.14 automation functional testsLoad testing for magento applicationIs Magento ready for PHP 7?Creating Integration Tests for Magento 2 ModulesWhat is the proper way for unit testing PHP7 code with PHPUnit 4.1 in Magento 2?Automated tests: orders, product views and usability for Magento 2As a system integrator, what is the recommended set of tests to run on each build?Unit / functional test to check if a menu item exists

Is it safe to use olive oil to clean the ear wax?

Electoral considerations aside, what are potential benefits, for the US, of policy changes proposed by the tweet recognizing Golan annexation?

How to implement a feedback to keep the DC gain at zero for this conceptual passive filter?

What are the purposes of autoencoders?

It grows, but water kills it

If infinitesimal transformations commute why dont the generators of the Lorentz group commute?

Why did the HMS Bounty go back to a time when whales are already rare?

Longest common substring in linear time

Pre-mixing cryogenic fuels and using only one fuel tank

Offered money to buy a house, seller is asking for more to cover gap between their listing and mortgage owed

How do I color the graph in datavisualization?

Open a doc from terminal, but not by its name

Why should universal income be universal?

Lowest total scrabble score

Did arcade monitors have same pixel aspect ratio as TV sets?

Creepy dinosaur pc game identification

Create all possible words using a set or letters

What is Cash Advance APR?

Start making guitar arrangements

The screen of my macbook suddenly broken down how can I do to recover

Is it better practice to read straight from sheet music rather than memorize it?

Delivering sarcasm

Non-trope happy ending?

When were female captains banned from Starfleet?



Magento2 Application Automation Testing - For Automation Testers


Combine Magento TAF with EcomDev_PHPUnit fixturesMagento test automation framework ambiguityMagento enterprise edition 1.14 automation functional testsLoad testing for magento applicationIs Magento ready for PHP 7?Creating Integration Tests for Magento 2 ModulesWhat is the proper way for unit testing PHP7 code with PHPUnit 4.1 in Magento 2?Automated tests: orders, product views and usability for Magento 2As a system integrator, what is the recommended set of tests to run on each build?Unit / functional test to check if a menu item exists













1















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.









share|improve this question







New contributor




Ranjitha is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
























    1















    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.









    share|improve this question







    New contributor




    Ranjitha is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.






















      1












      1








      1








      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.









      share|improve this question







      New contributor




      Ranjitha is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      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.






      magento2 testing automation selenium






      share|improve this question







      New contributor




      Ranjitha is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question







      New contributor




      Ranjitha is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question






      New contributor




      Ranjitha is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked yesterday









      RanjithaRanjitha

      62




      62




      New contributor




      Ranjitha is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Ranjitha is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Ranjitha is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




















          1 Answer
          1






          active

          oldest

          votes


















          0














          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






          share|improve this answer








          New contributor




          Alexey Yakimovich is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.




















          • Thanks for your reply. I heard that MFTF is mostly uaed for unit testing. I never tried using it but had donr R&D on this. Please correct me if im wrong. Also, please advise on using selenium webdriver is good attempt or not.

            – Ranjitha
            yesterday










          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "479"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );






          Ranjitha is a new contributor. Be nice, and check out our Code of Conduct.









          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f266999%2fmagento2-application-automation-testing-for-automation-testers%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0














          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






          share|improve this answer








          New contributor




          Alexey Yakimovich is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.




















          • Thanks for your reply. I heard that MFTF is mostly uaed for unit testing. I never tried using it but had donr R&D on this. Please correct me if im wrong. Also, please advise on using selenium webdriver is good attempt or not.

            – Ranjitha
            yesterday















          0














          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






          share|improve this answer








          New contributor




          Alexey Yakimovich is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.




















          • Thanks for your reply. I heard that MFTF is mostly uaed for unit testing. I never tried using it but had donr R&D on this. Please correct me if im wrong. Also, please advise on using selenium webdriver is good attempt or not.

            – Ranjitha
            yesterday













          0












          0








          0







          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






          share|improve this answer








          New contributor




          Alexey Yakimovich is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.










          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







          share|improve this answer








          New contributor




          Alexey Yakimovich is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.









          share|improve this answer



          share|improve this answer






          New contributor




          Alexey Yakimovich is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.









          answered yesterday









          Alexey YakimovichAlexey Yakimovich

          1




          1




          New contributor




          Alexey Yakimovich is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.





          New contributor





          Alexey Yakimovich is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.






          Alexey Yakimovich is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.












          • Thanks for your reply. I heard that MFTF is mostly uaed for unit testing. I never tried using it but had donr R&D on this. Please correct me if im wrong. Also, please advise on using selenium webdriver is good attempt or not.

            – Ranjitha
            yesterday

















          • Thanks for your reply. I heard that MFTF is mostly uaed for unit testing. I never tried using it but had donr R&D on this. Please correct me if im wrong. Also, please advise on using selenium webdriver is good attempt or not.

            – Ranjitha
            yesterday
















          Thanks for your reply. I heard that MFTF is mostly uaed for unit testing. I never tried using it but had donr R&D on this. Please correct me if im wrong. Also, please advise on using selenium webdriver is good attempt or not.

          – Ranjitha
          yesterday





          Thanks for your reply. I heard that MFTF is mostly uaed for unit testing. I never tried using it but had donr R&D on this. Please correct me if im wrong. Also, please advise on using selenium webdriver is good attempt or not.

          – Ranjitha
          yesterday










          Ranjitha is a new contributor. Be nice, and check out our Code of Conduct.









          draft saved

          draft discarded


















          Ranjitha is a new contributor. Be nice, and check out our Code of Conduct.












          Ranjitha is a new contributor. Be nice, and check out our Code of Conduct.











          Ranjitha is a new contributor. Be nice, and check out our Code of Conduct.














          Thanks for contributing an answer to Magento Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f266999%2fmagento2-application-automation-testing-for-automation-testers%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Sum ergo cogito? 1 nng

          419 nièngy_Soadمي 19bal1.5o_g

          Queiggey Chernihivv 9NnOo i Zw X QqKk LpB