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

Search In

Sanity Testing

Sanity Testing- Sanity testing is used to test that our application or major functionality is reasonably fit or working fine. It is performed when developers wants to know the quick status of the product after doing changes in the code to fix the pr

How to store constants in laravel 5.0

In laravel 5.0 the way to define constants and use them through out the project. Following are the steps to accomplish it:- Step 1st :- Creating a separate file under /config folder named as constants.php ( it can be any name) for storing all consta

Override same default method in joomla component

In some cases we need to manipulate the data a bit before saving it. So there is a function called PrepareTable() in joomla which is declared under file modeladmin.php and it is located under the libraries/joomla/application/component folder and it i

How to export an ORS in MDM Hub?

Below are the steps to Export an ORS: Step 1: Launch the jnlp file. Step 2: Enter you credential, select the ORS. Step 3: Under Workbench, select Repository Manager. Step 4: Connect to Master Database. Step 5: Under Validate tab, validate the ORS tha

How to create error log in cakephp

For write error in a file we use error log. In cakephp we can create error by using keyword CakeLog. For example try { //code here } catch(Exception $e) { CakeLog::write('error1', $e->getMessage()); } and yo

Load cakephp component on fly

In cakephp we load component by using code public $components = array('Custom'); but we might not need this in all actions so we can load this component on fly under actions for example public function test(){ $this->Customr = $this->Co

Simultaneous Microphone Access in iPhone

  Dear Members, Is it possible for two apps to simultaneously access microphone under iPhone. We want to develop a Skype recorder for iPhone but need to determine the possibility. In Android we were getting problem in shared access of mi

Namespaces And Scopes in Rails

As we know that in rails, in order to reach to any page or URL we have to create routes and resources for the same. Namespaces and scopes are wrappers which can hold our resources inside them and create the routes accordingly. Namespaces Now if

Email Set Up in Drupal 8

Email Set Up in Drupal 8 - SMTP module installation & Configuration steps: Sending email is one the most basic and essential requirement for each website. In drupal also we require to send emails on occurrence of different events e.g. on registr

Test process improvement

Test Process is the planning activity to test the application software. Bellow are the best practices for Test Process Improvement Increase quality - In today's time software has become an intrinsic part not only in business sector but in every sec

prev 1 2 117
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: