MySQL NULL Values
In this tutorial, we will learn about MySQL NULL values. NULL/NOT NULL are column options. We can define the columns with the options during the initial
In this tutorial, we will learn about MySQL NULL values. NULL/NOT NULL are column options. We can define the columns with the options during the initial
In this tutorial, we will learn different types of Software Test Plans. A Test Plan is a document prescribing the approach to be taken for intended Software Testing activities.
In this tutorial, we will learn about MySQL Binary Data Types. Binary data types is thought of as being a sequence of bytes, rather than a sequence of characters.
In this tutorial, we will learn about MySQL SET Datatype. A set an unordered list or collection of distinct things considered as a whole. Like the ENUM data type
Sample Bug Report In this post, we will discuss the anatomy of a good bug report. First of all, a software bug is an error, flaw, failure, or fault in a program or system that produces an incorrect or unexpected result, or causes it to behave in unintended ways. Most bugs arise from mistakes and […]
In this post, we will understand SOAP, WSDL and UDDI. Its important to know about these concepts before testing SOAP based webservices. What is SOAP? SOAP an XML-based protocol designed to provide the necessary infrastructure and definition to support XML based Remote Procedure Calls(RPC’s). It provides an envelope for encapsulating a message. Also, this envelope […]