The API funcational testing can be implemented using following steps First Step : Develop your API Second Step : Write the API Test class Eg: <?php /** * OrganisationRepositoryTest * * @copyright Copyright © 2023 Vasan. All...

...rights reserved. * @author psureshvasan@yahoo.com */ namespace Vasan\Organisation\Test\Api; use Magento\TestFramework\TestCase\WebapiAbstract; use Vasan\Organisation\Model\ResourceModel\OrganisationRepository; use Magento\Customer\Model\ResourceModel\CustomerRepository; use Magento\TestFramework\Helper...

Mailhog is a tool to test the you application mail outgoing. Steps to use with docker First, install mailhog sendmail tool in your php docker container wget https://github.com/mailhog/mhsendmail/releases/download/v0.2.0/mhsendmail_linux_amd64...

...container_name: pvh-mailhog image: mailhog/mailhog networks: magento23_app_net: ipv4_address: 10.0.0.25 Final, test the mail in php script or with your application after restaring fpm sudo service php7.4-fpm...

...products, do the following in database level. delete from url_rewrite where request_path like '%%test-urlkey%%'; delete from catalog_url_rewrite_product_category...

vasan's deck

5. Remove anonymous users? Y 6. Disallow root login remotely? N 7. Remove test database and access to it? Y 8. Reload privilege tables now? Y 9.

Following ant build script to help you to execute command in remote server.

Best results in other decks

mail-tester.com

...limited to 3 e-mails per day. Further reading ActionMailer: How to send a test mail directly from the console Debugging SPF records

A flaky test is a test that is often green, but sometimes red. It may only fail on some PCs, or only when the entire test suite is run.

...are many causes for flaky tests. This card focuses on a specific class of feature with heavy side effects, mostly on on the UI. Features like the following can amplify...

Search in all decks