
Search In
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
Variable is a name. Variable name reserved an area which is allocated in memory.
In java each and every variable has some specific type, this specific type defines the size in variable's memory.
One should declare variables before used.
Eg. int a; /
Data-binding in AngularJs refers to the synchronization of data b/w the model and view components.
When the model changes i.e if user changes in something then the view reflects the changes done.
So in below example i am demonstrating you the conce
Step-1 install the account_invoice_copy module.
Step-2 After that customize .py file in account_invoice_copy module.
In below example, I have custmozied .py file. You can directly copy the below python code in your .py file -
def copy(self, c
Sanitize data means "Remove any illegal character from the data".
Best methods for sanitizing in php are given below.
Method 1 - Sanitize user-input when we are using Mysql Query.
For this case you have to use real_escape_string of mysqli.
For
To create a button at run time in swift please use the followin code:
this code will help you in creating a button at run time. and also change the background color of the button in highlihted State..
To change the button background at the time of t
Change the background in Ubuntu : Ubuntu is an open source operating system used widely in the market. Ubuntu is powerful and almost very user friendly. It has the GUI features so that user can do his most of the tasks using GUI interface. Here we ar
In this blog we will see how to send a "Simple Text Email" ?
The Php mail( ) function is used to send Emails in PHP.
There are three main parameters we have to pass for sending a simple email and one is optional parameter.
There 3 parameter are
In PHP, many times we found the error i.e. "maximum allocation time exceeds".
For resolving these errors we use php.ini file or we can resolve it buy using our .htaccess file.
1. Using php.ini file For this we have to increase the max_execution
In ruby if you want to sort an array of strings based on the length of its element, you can use the code given below. i.e If you want the word having the least number of characters in it to come first and arrange other words in this manner as well,
