Storage full issue on AWS RDS
You are surprised by finding out that your RDS server has consumed all the storage space. But when you try to find out the database size and you find that the databases are way less than the total
You are surprised by finding out that your RDS server has consumed all the storage space. But when you try to find out the database size and you find that the databases are way less than the total
The magnified entry of Facebook has refined the world of social media. Nowadays, It has become absolutely necessary to make a Facebook fan page for interacting and communicating with the esteemed client. Not to be confused with two
Sometimes, Scanning the files can be core requirements of Android platform.Scanning of files involves reading the data from a file, processing the data for some other purposes, perform operations on data, It can useful for other useful
Error / Exception handling is most important part of any php project. There was no way to handle fatal errors in the php in the previous versions like 5.x. In php 7, we can handle fatal errors by
Agile methodology for software development: First of all we should know about methodologies to develop an application. There are many methodologies or approaches used to develop a software like RAD, FDD etc. But mostly used methodology in recent
Below tests need to be executed before release. Basic Tests:- Verify that plugin is installable. Verify that plugin is configurable. Verify all mandatory fields (Like- Merchant ID, Access Key, Secret Key). Verify that plugin is Uninstallable. Front End Tests:-
How to Use Pull Request on Git Creating the project on git is really so effective for debug, cloning, recovering etc. There are various methods to manage the project with git and reviewing the code for publishing
Openfire provides multiuser chat using smack lib in android. In the previous blog, i have explained connection creation.We need to follow the following the step to configure MUC. Initialisation Connection Create a new Room Join a room
Android provides several ways to store user and app data. SQLite is one way of storing user data. SQLite is a very light weight database which comes with Android OS. In this blog, I’ll be discussing how to
Extensible Messaging and Presence Protocol (XMPP) is a communications protocol for message-oriented middleware based on XML (Extensible Markup Language).[1] It enables the near-real-time exchange of structured yet extensible data between any two or more network entities. In this
Below tests need to be executed before release. Basic Tests:- Verify that plugin is installable. Verify that plugin is configurable. Verify all mandatory fields (Like- Merchant ID, Access Key, Secret Key). Verify that plugin is Uninstallable. Front End
What is Content Provider.?? A content provider manages access to a central repository of data. A provider is part of an Android application, which often provides its own UI for working with the data. However, content providers are
Most E-commerce Websites share a general common theme and structure in which the shopping cart and checkout flow are the most important part. Below are some basic test scenarios related to the shopping cart and checkout pipeline which needs
Yodlee is a leading data aggregation and data analytics platform powering dynamic, cloud-based innovation for digital financial services. Today's banking and financial application consumers want one place where they can login and see all of their financial accounts.
When should you use the for-each loop? Anytime you can. It really beautifies your code. Unfortunately, you cannot use it everywhere. Before starting about for-each loop I would like to discuss few things. When we talk about for-each then
What is Jenkins? Jenkins is a powerful application that allows continuous integration and continuous delivery of projects, regardless of the platform you are working on. It is a free source that can handle any kind of build or
You're testing your new app and everything is looking great when suddenly you start seeing some lag in your once buttery transitions. Is it your imagination or are images taking longer to load now too? As the day
Pre-requisites - For Setting up PHP project you need to install the following plugins for Jenkins: Checkstyle (for processing PHP_CodeSniffer logfiles in Checkstyle format) Clover PHP (for processing PHPUnit's Clover XML logfile) Crap4J (for processing PHPUnit's Crap4J XML
We know time is changing and we can feel with it. Technology is improving every day and showing new ways to live our life. As a tester we can feel with it, few years ago manual testing was
Create Admin Grid In Magento2 Module : Magento 2 Grid is a kind of table which listing the items in our database table and provide some features like: sort, filter, delete, update item, etc. There are some steps