TechX
June 30, 2017
How to execute Automation Testing using Selenium
Automation Testing allows pre-scripted tests to run executable codes of web applications to check that it meets the requirements of the result. In this blog, I will discuss in a step by step manner…
How to execute Automation Testing using Selenium
June 30, 2017
April 18, 2017
How to Sync Blocks Between different environments in a Drupal 8 website
A custom block is made of two entities, one for the placement and one for the actual content. Only the actual placement can be exported with cim. The content can not. Therefore this will result in "…
April 12, 2017
How to use Configuration Split Module to Split Configurations in Drupal 8
The configuration Split module allows users to define sets of configuration that will get exported to separate directories when exporting and get merged together when importing. Drupal split…