Author: Webner
Send text message by Alexa through Twilio
Steps to write code to send text message by Alexa through Twilio Alexa is Amazon’s cloud-based voice service. With Alexa, masses can build natural voice experiences that offer customers a simple and easy way to interact with the latest technologies.
Introduction to Firefox Gecko Driver for Selenium
Introduction to Firefox Gecko Driver for Selenium Firefox gecko driver is used to perform the automation testing in Firefox browser. For selenium 3 you need to download the gecko driver to run the scripts in Firefox browser. Mozilla has released
How to use Laravel Queue with database
Purpose of Laravel Queue and How to use them with database Page load time is an important aspect of any successful website, and one should not overlook the importance of that as it affects the SEO of the site and
Limits for Standard and Custom Salesforce Objects Usage Per Org
Limits for Standard and Custom Salesforce Objects Usage Per Org In salesforce we deal with two types of Objects – – Standard Object and – Custom Object And each of these has its own limits on using its fields and
Database Migration in Laravel
Database Migration in Laravel Migrations allow us to easily share the database schema of your website. There are only a few commands to run to create database tables. If, we do it manually there is some chances of getting an
How to apply text style on bullets/number list in CKEditor
How to apply text style on bullets/number list in CKEditor CKEditor is a rich text editor used for writing content in online applications. It has features found in desktop word processors such as styles formatting (bold, italic, underline, bulleted and
Introduction to wordpress multisite with an example
Introduction to wordpress multisite with an example What is WordPress Multisite? Multisite is a feature in wordpress which you can use to manage multiple sites within single wordpress admin site. Before the release of the WordPress 3.0, there was a
Selenium-Grid using Command Prompt with examples
Selenium-Grid using Command Prompt with examples Selenium grid system is a part of the selenium suite which allows the user to run multiple test cases simultaneously across different browsers, operating systems, and machines. To implement the selenium grid, we need
Regression Testing Example with Selenium
Regression Testing Example With Selenium Regression testing is a process to verify that code changes in the product do not impact the existing functionality of the product. In simple words, regression testing is performed to re-execute test cases in order