Showing posts with label R Ahmad. Show all posts
Showing posts with label R Ahmad. Show all posts

Thursday, 26 January 2012

User Acceptance Testing


User Acceptance Testing or UAT is the last step prior to completion of any application. The Users must ensure the system is stable and meets the minimum quality criteria before proceeding to system deployment.
This type of testing is helpful for any end users. It boosts up their confidence as they are sure they will be getting an application with expected results. This kind of testing also help the bugs to be keep away from the application without interfering it. User Acceptance test should be conducted by the end users of the system and monitored by an independent testing organization.

Bugzilla

 

What is Bugzilla?

Bugzilla is a "Defect Tracking System" or" Bug-Tracking System". Defect Tracking Systems allow individual or groups of developers to keep track of outstanding bugs in their product effectively. Most commercial defect-tracking software vendors charge enormous licensing fees. Despite being "free", Bugzilla has many features its expensive counterpart’s lack. Consequently, Bugzilla has quickly become a favourite of thousands of organizations across the globe.

Difference between Buffer and Cache

 

Buffer

 
Buffering is the process of holding data in a region of the memory until the data is transported from one place to another. This region of memory that holds the data is called a buffer. Buffering is used when there is a difference between the speed in which the data is received and the speed in which the data is processed.