skip to Main Content

I have a E-commerce website magento as beckend and and frontend based on react .
I want an automation framework that can help in fulfilment of all basic use cases . If somebody already have made there own framework then help me out with this .

2

Answers


  1. I believe what you refer to is continuous integration and continuous delivery. There’s a fairly long list of providers:

    They are all declarative, you could define your own scripts and run them on their systems. All of them have guides on how to set them up and with support for magnto, reach and a longer stack.

    I want an automation framework that can help in fulfilment of all basic use cases

    I don’t understand what do you mean by “all basic use cases”.

    Login or Signup to reply.
  2. If it’s that basic you could just create automated UI tests yourself.
    I would recommend using robot framework with the selenium library. The tests are written in python and there are plenty of courses out there to help you.

    I would highly recommend this course to bring you up to speed, but you have you purchase it. https://www.udemy.com/robot-framework-level-1/learn/v4/overview

    Or loads on youtube too.
    https://www.youtube.com/results?search_query=robot+framework+python+tutorial

    These will fulfill your basic needs.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search