Featured
-
How Regression Testing Detects Integral Errors In Business Processes
Humans are forever changing and evolving and so to
by kristina.rigina -
Get Display Banner Advertising Opportunity on FindNerd Platform
“Do you have a product or service that nee
by manoj.rawat -
Android O Released with Top 7 New Features for App Developers
Android was founded by Andy Rubin, Rich Miner, Nic
by sudhanshu.tripathi -
Top 5 Features That Make Laravel the Best PHP Framework for Development
Laravel is a free open source Web Framework of PHP
by abhishek.tiwari.458 -
Objective C or Swift - Which Technology to Learn for iOS Development?
Swift programming language is completely based on
by siddharth.sindhi
Tags
Create a Wordpress Plugin
Hi there ,
Here I am showing with the example how you can develop your custom plugin in wordpress,To develop a Plugin in Wordpress, you should know some basics concepts of Wordpress files and folders.
So now I will create a plugin which wi...
Components of Selenium
Here is the story of all four components of Selenium
Story of Selenium RC It is the most powerful framework of whole Selenium project, like every software in early phase there were some issues like origin policy with java script program, i...
Introduction to Selenium
The biggest advantage of Selenium is that its an open source automation tool same as HP's quick test pro, it is created by Jason Huggins in 2004, who was an engineer at thought works, he was working on an app that required frequent testing, then...
Tips for Offshore Partner Assessment
How to assess an Offshore vendor to Outsource your technology needs
Outsourcing refers to contracting a 3rd party organization to get work done whereas Offshoring refers to getting the work done in a different country.
So, here the context ...
Search Engine Optimization Starter Guide
What is Search Engine Optimization (SEO)
Search engine optimization (SEO) is the process of maximizing the number of visitors to a particular website by ensuring that the site appears high on the list of results returned by a search engine.
O...
Functional Testing
What is Functional testing?
Functional Testing is a QA process and is a type of Black Box testing. Functional Testing is mainly used to verify whether a piece of software is providing the same output as required by client or end-user. Functiona...
How to Use SendGrid Web API in .Net Project
Hi all,
This article is about how to use SendGrid Web API in .net project.
There are two ways you can use API in your project one is to create a web client and post your data to send grid API second is you need to download the package for...
Exploratory Testing
What is Exploratory Testing?
Exploratory Testing is a testing approach that allows you to apply your ability and skill as a tester in a powerful way." Exploratory testing refers testing of a software without any plan and schedules. The Main fe...
Install Image Magick on linux CentOS
We can easily install image magick on linux centos by following the below given steps :
$ yum install make
$ yum install gcc
$ yum install php php-fpm php-devel php-pear
$ yum install ImageMagick ImageMagick-devel
$ pecl install imagick
$...
Selecting a radiobutton on selecting a value from dropdownlist
The code below helps to get a particular radio button checked on selecting a particular value from the dropdownlist.
<form>
<div>
<select id="selectvalue" onchange="Checkbox();">
<option value="1...
Security Testing
What is Security Testing?
Security testing is a type of software testing which is performed by experienced team of testers. The main objective of the Security testing is to ensure that the software is free from any loopholes that may cause los...
Find latitude and longitude of a place.
This code will help in finding the latitude and longitude of any place using curl and php.
Step 1: Finding the latitude and longitude for first place.
<?php
ini_set('error_reporting', E_STRICT|E_ALL);
i...
Social Media Marketing
To know about Social Media Marketing first we should know what is Social Media.
What is Social Media?
Social Media is a web 2.0 sites that allows users to collaborate and interact with each other.
Social Media is a tool of interaction betw...
Quality Control Routine for Advertising Materials Before Publishing
Here in this blog you will get to know some quality control routine guidelines that are very essential to make the advertising and publishing process hassle free and error free on your web platform. Below are some routine guidelines for banner pu...
Myths of software testing
Here are some myths about software testing.
testing is an expensive process - this is not true if we give more priority to early testing then automatically we do not have to bare more cost on maintenance or correction.
finding bug is the ...
Error Guessing
What is Error Guessing?
Error Guessing is a technique to find any bug through tester's experience. The main purpose of Error Guessing is to focus the testing activity on areas that have not been handled by other formal techniques. If the test...
Exporting Animation in Maya
Hello creative folks,
In this short tutorial I am gonna tell you how to export animation from one file to another in Maya.
In a scenario where you have some animation done for one character and want that same animation in another character ...
Digital Marketing and it's Role in Business Promotion
Digital marketing: Promoting product or brand via mean of electronic media which involves the proper usage of channel and methods that enables a product owner or and organization to understand the current market requirement and analyze the market...
Paypal: Create Recurring Payments Profile Working Code
This code use to deduct amount automatically from paypal buyers account. It is something like advance payment mode. If user agree with automatically deduction when he / she paying through paypal then amount will deduct according to billing period...
SQL Queries Used in DATA VALIDATION
SQL means Structured Query Language and it is a standard language which is used for storing and manipulating the data in databases. In this tutorial we will learn some of the basic SQL queries used in data validation.
Table...
How to Run Selenium Webdriver Test In Google Chrome
Selenium Webdriver support Google Chrome browser. For this first of all, download ChromeDriver server for webdriver. You can download zip file directly from the link below
http://chromedriver.storage.googleapis.com/index.htm
Then extract z...
Sanity Testing and it's Need/requirement
Sanity Testing in Software development term is a type of software testing, which determines whether the testing of software is required and fair or not, it also provides swift, wide and little in depth testing process. Sanity testing is similar t...
Smoke Testing
What is Smoke Testing?
Smoke Testing: In computer software terms smoke testing is when you power on new hardware for the first time and if it do not catches fire or no smoke comes out it means the testing is successful. A smoke test is done in...
Plagiarism and its Role in Content Writing
The word Plagiarism is derived from the latin word plagiare which means to Kidnap or to take someone away illegally by force.
Plagiarism means taking or stealing ideas or words of another and using them for as one's own for commercial use witho...
Gmail Sign-in through Selenium Webdriver
Hello all, this is script for Gmail Sign-in through Selenium Webdriver by using xpath as a locator. I have use xpath in locating HTML elements. Xpath can be easily generate from Firebug.
public class loginuser {
public static void main(St...
Things to know in javascript and jQuery
Difference Between this and $(this)?
They both refer to same element. This is used traditional sense but we add $ sign in jquery. When we use $(this), it become a jquery object.
Comparision between bind(), live() and delegate()?
Bind() and liv...
ETL TESTING
We all know that systems are moving from legacy to new technology, and ETL is one of the common technique used to help this transformation. we can consolidate the scattered data for any organization while working with different data format and so...
User's location update on server when app is in background.
Code for those Apps where we need to update user's current location in regular interval of time even if app is in background state.
In Appdelegate.h write this code:-
@property (nonatomic,strong) UIBackgroundTaskIdentifier *bgTask;
In Ap...
Remove .php, .html,.htm extension from website url.
Hello ,
I am sharing here how you can remove .php extension from Url of your website. here are the following steps:-
Create a .htaccess file in project directory.
Suppose you have to remove the .php extension from a PHP file for example ...
Scroll table view to top and bottom in iOS
If you want to scroll the tableview to the top row or bottom row right after it appears. Then do one line code to achieve this.
Scroll table to the bottom row position
[_tableViews setContentOffset:CGPointMake(0, CGFLOAT_MAX)];
Scroll ta...
Black Box Testing Method
Black Box Testing is a method of testing in which the internal structure, design or implementation of the item being tested is not known to the tester. In other words we can say that, Black Box Testing is a software testing method where tester do...
How to Clear Skype User Name History from the Log-in screen
When you sign in to Skype, your Skype Log-In name is saved automatically on the sign in screen top-down menu, only if you log-in successfully.
So to remove Skype name from the log-in screen follow the steps below:
For Linux users:
First...
Basic UI fundamentals
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...
Animate button with zoom and bounce effect in ios
Many social apps are using bouncing effect for buttons and view. Just like Instagram and Facebook is using for LIKE.
Here is the few lines of code.
Simply just use your control (UIButton, UILabel, etc etc) instead of view down here...
[UIV...
Smart ways of testing
below are few techniques
Equivalence partitioning:
Dividing the data into a range of values and selecting one input data value from each range is called Equivalence Partitioning. This is a black box test designing technique used to calculate...
SMTP Configuration of server
If you are using some other server like godaddy or some other server for that you need to put the settings of that particular server in its setting. I am sharing the settings for godaddy server.
$mail = new PHPMailer();
$mail->IsSM...
Evon Logo Using CSS
Hello readers !
Here is an example of css3 by using these codes you can make any logo. There is no use of any image. For example I used the same code to make Evon Logo. If you want to use the same code for creating other logo you have to do so...
css3 animation game
Duck game using pure CSS3
Hello all,
Below is an example of pure CSS3 game using CSS3 animation, pseudo class. This example show efficiency of CSS3.
There is no .gif image used. Find the attachment for complete code below.
*{margin...
Create shapes using css
Hello readers!
In this blog we will discuss how to make shapes using css only. to make any shape we have to know mainly about 2 pseudo Elements.
::before :- We can use this element to insert some content before an element.
::after :- W...
What is meta tag and there uses.
p {padding-left:3px;font-style:italic !important}
Hello Readers,
Usually we all uses the meta tags, but don't know properly what are these, their actual uses & their importance? So here I will explain you about meta tags and i hop...
Jquery Animation
Jquery animate() method is used to animate any element in the web page. It allow us to create custom animations.The syntax for this:
$(selector).animate({params},speed,callback);
The parameters of animate() mehod are:
The params parameter de...
How to download file using PHP script
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.
<?...
Integration Testing
Integration testing is performed to know whether system's different modules or third party services with system work together correctly or not. Integration Testing is performed by tester only, it comes under the Black Box testing.
We should co...
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 ...
Hibernate One to Many Mapping
One to many mapping
One-to-many mapping means a mapping in which each record in one table is linked to multiple records in another table. Like a parent record in one table can have several child records in another table.The parent is not requi...
Pre-Launch Checklist and its Components
Pre-Launch Checklist:- A check-list is a list of items/tasks/assignments that are recorded for tracking.This catalog/list could be either ordered in a sequence or could be random/unsystematic. Checklist is needful for tracking and judge/rate comp...
Comparative Study on HashTable HashMap and HashSet
Hashtable
This class has implemented Map interface, before using this data structure you should know their internal implementation
Hashtable Class Decleration-
<p>Public class Hashtable<k,v> implements Map<k,v>
Yo...
Hibernate One to One Mapping
Basic Hibernate Mapping:
One to one mapping
One to one mapping is performed by one-to-one element. No foreign key is created in primary table.
Let us see one simple example, in which we are using bidirectional association.
There ar...
resize UIImage without losing quality (not screenshot)
Use the below code for cutting UIImage in high quality without blur (not screenshot)
tmp is image view
<p>UIGraphicsBeginImageContextWithOptions(tmp.frame.size,YES, 4.0);</p>
<p>CGContextRef c = UIGraphicsGetCurrentCon...