
Search In
Automation Testing is good for Regression Testing because after every sprint, testers have to test the whole application.
Automation testing although reduces the tester effort a much but still it has few hurdles and drawbacks.
Few of them are as fol
Hi all,
I had a requirement to move a project from core php to cakePHP framework. Migrating code was clear as I had to just modify syntax of code-base. But the problem came, when I had to implement login authentication with username and password usi
Color Range: Selection Command
In Photoshop we often use several methods for selecting a particular portion of the layer or image. Color range is one such method through which we can select a specific portion of an image.
It is quiet good when we w
Hello All,
From the given blog below you will get to know about redirection of any form after submission or custom $form_state['redirect] in drupal 7:-
First you need to override form_alter by usind drupal hook function hook_form_alter. To change
Black Box Testing :
It is the process of giving the input to the system and checking the output of the system Without worrying about the output process generated by the system. It is also called as Behavior Testing.
In this program is considered as
We use this script to download a file from a given define file path location
In this script we are using two variable:
1:) $fileName // for file name with path.
2:)$title //for file name changed in you given title name.
<?php
$fil
UI Fundamentals
a) KEEP IT CLEAR
User will generally avoid elements that are unclear or not presented in a simplified way. They avoid the design that left them wondering what to do next.
b) GUIDE THEM TO THE NEXT ACTION
User generally prefers doi
Hello reader,
In this blog we will discuss about,
how to manage font size in different viewport.
Usually we fix the font size with different viewport size using @media.
But as we know CSS3 has some new values. Viewport size: vw, vh, and vmin are on
Ad hoc Testing
Ad hoc Testing is a software testing process where a Software tester dose testing without any proper planning. In Ad hoc testing is performed without any test case execution. Here testing is done without having any proper understandin
