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

Download buttons can be difficult to test, especially with Selenium. Depending on browser, user settings and response headers, one of three things can happen: The browser shows a "Save as...

...through Selenium. The browser automatically downloads the file without prompting the user. For the test it looks like nothing has happened. The browser shows a binary document in its own...

Search in all decks