
Search In
To reset the auto-increment values you can apply any one of the method given below:
Auto increment value can be reset by using alter table statement. Syntax to reset auto-increment value is as follows:
ALTER TABLE table_name AUTO_INCREMENT = valu
1.Give the http url of chargify , here the url is domainname.chargify.com then add /webhooks to this url ,/webhooks give the list of all webhooks and format is either json format or xml format
var responseText=string.Empty;
var httpWebRequest = (Ht
Let us first understand the process of Content Management System.There are basically three different aspects of Content Management Systems:
1.Templating
2.Workflow
3.Versioning
Templating
Templating is the process of Layout Design.Initially template
Ad hoc Testing
Ad hoc Testing is a software testing process where a Software tester dose testing without any proper planning. In Ad hoc testing is performed without any test case execution. Here testing is done without having any proper understandin
__weak and __unsafe_unretained are the ownership qualifiers introduced by LLVM Compiler 3.0.
By default all pointers are __strong under ARC which means that when an object is assigned to a pointer, it is retained for as long as that pointer refers t
This is the simple code for adding an image to a HTML5 canvas using Kinetic Js.
function DrawImage() {
var stage = new Kinetic.Stage({
container: 'container',
width: 800,
height: 600
});//Declare
The Self and Super Keyword in IOS are important and one should know why and how they are used in objective c.
One should always access the instance variables directly from or within an initialization method. Because at the time when property is set o
The Self and Super Keyword in IOS are important and one should know why and how they are used in objective c.
One should always access the instance variables directly from or within an initialization method. Because at the time when property is set o
On executing PDLC a QA engineer should follow this practice:
First know the technology
Always Learn from your past experiences
Ensure sufficient coverage of feature- It includes the following points:
(a) Write Use cases
(b) Create Test scenarios
Defect Management Process:
As a software tester or a QA engineer every minute you must be thinking to find a defect or a bug in an application. We are Software testers – in other words defect finders. Defect/Bug/Issue/Fault/Failure/Incident – whatev
