
Search In
What is Build?
It is a piece of software which is converted from code to application format.
It consists of some set of features, bug fixes and installed on to the test server which needs to be tested by the test engineers for stability.
Build Proc
Functional Testing- Functional testing ensures that the application is working as per the requirements. Most of the test conducted for this is driven by the user interface and call flows.
Laboratory Testing- It is done by simulating the complete wi
Binary search as the name suggests mainly concerns with the searching of elements which are already in sorted order.
For binary search we need few things to consider
Mid Point is find by the following way
m
Clear Cache Programatically
Hello All,
This is a simple tutorial to clear cache of your application, Sometimes there is need in our application to store some of the files on device cache and we don have the choice to move them to SD cards as
SignalR is a new library for .Net developers for creating real time web functionality, can also be defined as asynchronous signalling library. SignalR provides two way communication between client and server. SignalR can be used for creating real tim
For an organization, human resource is the matter of paramount importance. Human resource acts as a clear for an organization, since it is the substructure to determine the generation and the activity of any organization.
A company spends a huge s
Basic difference between C and C++:
C
C++
C follow procedural programming language
C++ follow procedural and object oriented
Data cannot b
The general idea for playing an audio file in iOS 6 was to create an object of AVAudioPlayer and pass the file path to it as follows:
NSURL *fileURL = [NSURL fileURLWithPath:audioFilePath];
player = [[AVAudioPlayer alloc] initWithContentsOfU
Test Process is the planning activity to test the application software.
Bellow are the best practices for Test Process Improvement
Increase quality - In today's time software has become an intrinsic part not only in business sector but in every sec
V-model stands for Verification and Validation model. In this model testing of the product is planned in parallel with a corresponding phase of development. There are various phases of the V-model.
Phases of the V-model are as follows:
Requirement