
Search In
Defect Severity classifies the software bug which specifies the level of negative effect on the software functionality or quality. The severity is a rule set by the tester when he creates a bug. Different companies uses different bug tracking tools,
A trigger is a unique store procedure that is executes to give a response to particular action on the table of a database using the following SQL statements:
1. Data Manipulation Language (DML) SQL Statements (like INSERT, UPDATE or DELETE).
Image source
In 2021, online videos make up over 82% of internet traffic, making it one of the most popular content on every platform. That being said, using video content is an effective way to spread the word about your brands.
Spring framework based on java technology and it's comes with MultipartResolver to handle upload files in web based application. The MultipartResolver has CommonsMultipartResolver which use the Apache commons upload library to handle the upload fi
Simple steps to change the default facebook login button image of facebook SDK.
After downloading Facebook SDK and its bundle resources add them to your xcode project
Step 1. Click on your xcode Navigator Framework folder then,
Step 2. Click on Fa
Positive Testing and Negative Testing
Software testing is process of verifying and validating the software or application and checks whether it is working as expected. The intent is to find defects and improve the product quality. There are two
Hello All,
In this blog we will discuss about how to enable ssl https in your cakephp application on the server.
You can enable SSL on live server by following these steps:-
1.In your core.php add/change the BASE_URL defination to https:
define('
How to Solve Magento installation error ?
Magento install error - Exception printing is disabled
There has been an error processing your request
Exception printing is disabled by default for security reasons.
Error log record number: 2136883556890
The typeof Operator :
typeof is a kind of keyword that returns a string which tells the data type of an expression.
Syntax : `typeof operand`
(The operand used is an expression representing the object or primitive whose type is to be returned.)
You can create your QR Code using the PHP QR Code library. Download the QR Code library and include in your script file.
Example:-
<?php
include "phpqrcode/qrlib.php";
// create your QR Code with new text and display it
QRcode::png("Test QR Co
