
Search In
Sometimes Tester needs common sense and smart approach to test the application.
Many times it is not possible to test the whole application within the specified time and sometimes the documentation might exist-but not detailed or complete.
Defect Detection Efficiency (DDE) In The Software Testing:-
DDE or Defect Detection Efficiency is the number or the count of the bugs or defects throughout a phase that are inserted throughout the same phase divided by the complete number of
Hi Readers,
In this blog, we will discuss how to display GIF images in view controller as GIF images are different from JPG images because GIF images include animation. We can easily display the images with JPG format by using UIImageView but for GI
Compliance Testing:
It is a type of an audit which has to be done on the system to verify if all the standards are met or not. To make sure that the compliances should meet. In some organization, compliance expert people will be establish. This team
Here we will learn about callback function in node. Callback functions are called once the given task is completed. Callback functions are used highly in Node. It is also known as blocking. In node.js all APIs support callbacks.
Example: Let us take
This tutorial is about getting internal cache size for all applications. There is no such API is available in android because of Security reasons.
So we will get cache size of all apps with Reflection.
Here we start:-
1. Create Pro
This blog includes zoom and bouncing In animation on view. If we want to present view like popUp alert then it include two animation-
first is zoom and second is bouncing.These two animation can be achieved by affinity transform.Scaling, rotation, a
Believe it or not, project management is actually quite easy. All you need to set a deadline, decide a budget limit and assign tasks to the right people. And the project gets completed. But, if truth be told, a majority of projects goes towards failu
Hello Readers,
jQuery provides a simple way to apply wonderful effects in your application. jQuery effects methods are very amazing and easy to implement with minimum configuration. So in today's post, we will discuss the jQuery effects methods.
Hi
To present a controller as a popOver we use UIPopoverPresentationController. It display the content in a popover. We can easily do it by setting controller presentation Style as popover and then presenting it.
Add UIPopoverPresentationCont
