Tag: TDD

  • Pending Payment Order Status Issue and My Approach to fixing it in Magento 2 Extension

    It’s been a while from my last post with my thoughts around Magento development. It is time to get back to my regular blog posting routine and share ideas here via the blog as well. I would like to share my experience with the recent issue I faced. A couple of weeks ago I received […]

  • Test Driven Development in Practice – Part 2

    This article is a continuation of Test Driven Development in Practice – Part 1 article. In order to start refactoring we need to be sure our method is covered with Unit Tests. There are 5 Payment methods covered out-of-the-box in the 0.74.0-beta3 release. None of tests covers Payment::registerPaymentReviewAction() and it seems like we need to […]

  • Test Driven Development in Practice – Part 1

    In world of programming and software development everyone is expected to deliver high quality code within a short period of time. One of the software development goals is to ensure that changes we made to a software application are thoroughly tested. In the Agile world every single person plays an important role by defining requirements […]