
Search In
What Is Pair & Pairwise Testing ?
Pair testing is a kind of software testing approach. In the pair testing, generally two persons test the similar characteristic at the same location at the same time by consistently interchanging their thoughts
A View is a virtual table which is created form another table and its content are defined by a query. In real scenarios we use views for security purpose by allowing users to access data through the view, without granting the users permissions to dir
What Is Quality Assurance & Quality Assurance Criteria ?
Quality Assurance:-
Quality assurance is determined as the verifying and reporting or describing approaches utilized to furnish the shareholders with the information required to produce k
What Is Failure In Software Testing ?
When any product or application be able to create incorrect outputs, under the specific conditions, that is known as the failure in the software testing terminology. This is determined as the aberration of the p
In dijango-1.4 to create project in under django framwork use the below commands step by step :-
Step1- First you have to check your dijango framework in proparly worked or not.
Step2- Than Go to the django framwork location:
cd /home/sac
While fetching data from the sources like the text file , the xml file or from the database first thing you need to do is to create a data source for it.
Data Source acts like a object of information that holds information about the settings and pat
It comes under the category of bitwise operator. It is used base don some/multiple condition it gives true when both condition are true.
The output of the AND operator is 1 if both the corresponding bits of operand is 1. If either of bit is
What Is Cause Effect Graph ?
Cause effect graph is a kind of black box testing approach which graphically demonstrates the connection between the granted result and all the components which control the outcomes.
Conditions -- There
cakePHP have by default FlashComponent which provides notification messages to be displayed in the website or application after processing a form .
FlashComponent in cakePHP writes flash messages to be rendered in a ctp file in view fold
From Xcode6 and later .pch file is not created automatically. One has to create it manually.
Following are the steps to add/create a pch file in your xcode project:
Create a new file using: ⌘cmd+N
•