
Search In
Boundary Value Analyses & Equivalence partitioning are both test case design techniques in black box testing.
Equivalence partitioning: In this method, the input data is divided into different three classes.
This method is used to reduce the numb
Implements Runnable Vs extends Thread in java
There are two ways by which we can create custom java thread class
1. By using Runnable interface (implements Runnable)
2. Extending Thread class (extends Thread)
I read a statement for Thread and I
Clean up option,as the name suggests,is used to Clean up the files by Removing Unwanted points,Empty text paths or objects from the file.
It is one of the Illustrator's powerful option,which can save a lot of time &manual work efforts.
When we wo
Multithreading is the process of running two or more threads executing altogether within a single program in Java. Before understanding this let me first explain what threads exactly are.
A thread is a light-weight process that runs independently in
Animations in Orthello
Orthello is a 2D Plugin in Unity 3D.It is used to develop 2D games in Unity 3D. It basically consists of animations and sprites and let them to interact with one another. In this blog I have discussed animations.
1)Animation


Hi,
I am writing for the first time on FindNerd. Many times we need to make buttons, labels, imageview, view to have rounded corner. and we write code as below to perform it.
[redButton.layer setCornerRadius:15.0f];
[redButton.layer setMask
This blog will help you to send Push Notifications to iPhone devices from server side where server side code is written in Java.
Follow the below code in order to send Push Notification:
Define the below dependency in you pom.xml, if you are usin
Inheritance in Objective C can be done by Subclassing. Here is an example of inheritance that works in objective-c.
**In Rectangle.h**
@interface Rectangle: NSObject
@property (nonatomic) int width;
@property (nonatomic) int height;
-(Rectangle
In My previous blog I have explained have_posts and the_post Loop but there are some more WordPress loops which I am explaining in this blog below.
The Loop :- As I already explained in my previous blog, The Loop is PHP code used by WordPress to di
This blog gives you step by step instructions on how to make dynamic themes in C#.
1) First develop all of the themes you want and put them all under the App_Themes folder in your ASP.Net project. I have created two themes with Red and Green Name.
