Basic Tests for the shopping cart and checkout flow in a E-commerce.

Most E-commerce Websites share a general common theme and structure in which the shopping cart and checkout flow are the most important part. Below are some basic test scenarios related to the shopping cart and checkout pipeline which needs

By |2023-01-17T20:17:32+05:3016 January 2017|Comments Off on Basic Tests for the shopping cart and checkout flow in a E-commerce.

Yodlee fastlink integration – Add bank account process

Yodlee is a leading data aggregation and data analytics platform powering dynamic, cloud-based innovation for digital financial services.  Today's banking and financial application consumers want one place where they can login and see all of their financial accounts.

By |2023-01-17T20:17:41+05:3016 January 2017|Comments Off on Yodlee fastlink integration – Add bank account process

Jenkins – Installing and setting up continuous integration tool

What is Jenkins? Jenkins is a powerful application that allows continuous integration and continuous delivery of projects, regardless of the platform you are working on. It is a free source that can handle any kind of build or

By |2023-01-17T20:17:56+05:3010 January 2017|Comments Off on Jenkins – Installing and setting up continuous integration tool

Jenkins – Setting up a PHP project in jenkins

Pre-requisites - For Setting up PHP project you need to install the following plugins for Jenkins: Checkstyle (for processing PHP_CodeSniffer logfiles in Checkstyle format) Clover PHP (for processing PHPUnit's Clover XML logfile) Crap4J (for processing PHPUnit's Crap4J XML

By |2023-01-17T20:18:16+05:304 January 2017|Comments Off on Jenkins – Setting up a PHP project in jenkins

How to Install SSL Certificate on your Website

Introduction to SSL A Secure Sockets Layer - or SSL - certificate is a web security protocol and essential for protecting your site visitors' sensitive data against fraud and identity theft. SSLs guard data by providing encryption (scrambling

By |2023-01-17T20:19:17+05:3021 November 2016|Comments Off on How to Install SSL Certificate on your Website

Boost Web Application Performance with HTTP/2 and Server-Push

HTTP/2 In February of 2015, the IETF’s steering group for publication as standards-track RFCs approved the HTTP/2 and associated HPACK specifications. After more than 15 years, the Hypertext Transfer Protocol (HTTP) received a long-overdue upgrade. HTTP/2 is largely

By |2023-01-17T20:19:24+05:3018 November 2016|Comments Off on Boost Web Application Performance with HTTP/2 and Server-Push

Create Self-Signed SSL certificate for Apache in Ubuntu

Introduction TLS, or transport layer security, and its predecessor SSL, which stands for secure sockets layer, are web protocols used to wrap normal traffic in a protected, encrypted wrapper. Using this technology, servers can send traffic safely between

By |2023-01-17T20:19:35+05:3018 November 2016|Comments Off on Create Self-Signed SSL certificate for Apache in Ubuntu

Unit and functional testing in php yii2 framework

There are plenty of ways to test your application. The most popular paradigm is Unit Testing. As for web applications, testing the controller, or model in isolation doesn’t prove your application is working. To test the behavior of

By |2023-01-17T20:19:43+05:3018 November 2016|Comments Off on Unit and functional testing in php yii2 framework

Web application monitoring with New Relic

New Relic Servers for Linux allows you to view and analyze critical system metrics, including CPU usage, physical memory, network activity, processes, and disk I/O utilization and capacity. This section provides information about compatibility and requirements, basic instructions

By |2023-01-17T20:20:03+05:303 November 2016|Comments Off on Web application monitoring with New Relic

Magento integration with Mongodb and RabbitMq

Magento frontend is little slow with mysql. To solve this problem, We can use mongo db for categories and products listing. We can copy store categories and products to mongo db via observer whenever any changes done by

By |2023-01-17T20:20:10+05:303 November 2016|Comments Off on Magento integration with Mongodb and RabbitMq
Go to Top