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

Search In

PDCA Cycle for Software Development

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

Importance of documentation in the testing cycle

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

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

Locating Debug keystore in android

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

Defect Density

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

How to show alternate or default image in web page

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

How to find OS version from web browsers using PHP

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' =&

How to configure database in CakePHP ?

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'

Integreriting solarium in cakephp2.4

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'

How to install Rails in a particular gemset for a particular version of Ruby

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

1 41 115
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: