
Search In
PDCA Cycle for Software Development:-
As we all know that the software testing is a very important section of every software development process. Basically for any software development there are many steps to follow, but mainly there are four steps
The testing which can be performed in a document is known as Documentation testing and is part of non-functional software testing.
Documentation plays very important
role in the success of Software. If
you have proper documentation of
your project
Build Verification Testing:-
A build verification test is a set of tests execute on each new build of an application/software/product to confirm that the build is testable or not, before delivering it to the testing team. It is generally a small gro
Hello guies,
I was working on key stores and found a bit tricky to locate the debug.keystore on ubuntu system so thought to share the details with you.
Follow the steps in order to locate the debug.keystore on ubuntu
1) Go to the home directory a
What is Defect Density ?
Defect Density is measured as the number of bugs or defects detected in an element or system divided by the size of that element or system. In normal measurement terms, it describes all line of code, or the quantity of class
Here, We are working on web application then facing issue in image loading and error, so we need to set alternate or default image in the web application.
Many ways to set default image in the web page :
Set default image using CSS
img
{
backgroun
Hello Reader! If you want to detect the OS version of user though the web browser.
Then you can use the library code below:-
<?php
$OSList = array
(
// Match user agent string with operating systems
'Windows 3.11' => 'Win16',
'Windows 95' =&
Database configuration in cakePHP: Cake PHP configuration file is found in app/Config/database.php
Example of database configuration file in app/Config/database.php.default.
class DATABASE_CONFIG {
public $default = array(
'datasource'
I have problem with start Solarium Client, I downloaded it by Composer. I install it in Vendor When i want getting document from solr i have to creet a Client instance
$client = new Solarium\Client($config);
I Get this ERROR Error:
Class 'Solarium'
1> For this we should first confirm the ruby version we are currently on
rvm current
(ruby-2.2.3)
2> To view the list of available gemsets before selecting a particular gemset, we can type
rvm gemset list
gemsets for ruby-2.2.3 (f
