
Search In
Few Common Test Scenarios for the Database Testing:-
Hello Readers..
By this blog i am contributing few common test scenarios for the Database Testing. I expect these test scenario will be help full in the time of Database Testing. These are mentio
Types Of Penetration Testing:-
There are mainly three types of penetration testing.These are mentioned as below :-
1) Application or Software Security Testing:- Applying the different-different approaches of the software anyone can confirm if the s
If you are looking to rotate an image that is selected image from device then please go through the following steps:-
Step 1:- select image from gallery to which requires rotation
Bitmap bitmapImage;
File fpath;
String root=Environment.get
Hello Guys,
To install Aeroo Reports and all related dependencies please do the following at a terminal in Ubuntu 14.04:
0. cd/tmp
0. sudo wget https://raw.githubusercontent.com/OdooCommunityWidgets/install-scripts/8.0/aeroo_reports /aer
class LoadImage extends AsyncTask<Void, Void, Void> {
@Override
protected Void doInBackground(Void... urls) {
Bitmap theBitmap = null;
Hello Reader!. If you want to show background image blur then you can use css.
Lets's make a html page :-
<div class="background-image"></div>
<div class="content">
<p>This is the para showing the content over the div. Beh
Here I have created spinner function in android. Spinner can be used to display the multiple options to the user in which only one item can be selected by the user. Android spinner works like dropdown menu. In dropdown menu there will be multiple val
This Object return all the information related to the browser screen . Like width of a screen , height of a screen , color Depth and pixel depth etc .
Syntax :
window.screen
Some important property of screen :
1) width : It return the width of a b
Hello Readers,
PHP Magic Constants:
There are many magic constants are available in PHP, but some magic constants are most important used in php, like LINE_, _DIR_, _FILE ,__CLASS__, __FUNCTION__etc. These constants are case-sensitive.
Use of the
To copy structure in MySQL with data you need to execute the following MySQL statements:
use dbname;
create table new_table_name
select * from existing_table_name;
If you require the copy of structure without data then you need to execute the foll
