Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Reset Auto increment values in mysql

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

How to call chargify webhooks API using .net

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

Content Management Testing Approach

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 and forms of Ad hoc Testing

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_retained

__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

Adding Image to Canvas using Kinetic JS

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

Self Or Super Keywords in iPhone

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

Self Or Super Keywords in iPhone

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

Best practices Quality Engineers should follow for executing PDLC in a successful way

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

Most Popular Bug Tracking Software to Ease Your Defect Management Process

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

1 21 76
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: