Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on Testing template within the Testing Templates forums, part of the Software Testing category; what is difference between patch & buld...
|
|||||||
|
|||
|
Re: Testing template
hi friend...
Build The term software build refers either to the process of converting source code files into standalone software artifact(s) that can be run on a computer, or the result of doing so. One of the most important steps of a software build is the compilation process where source code files are converted into executable code. patch patch is a Unix program that updates text files according to instructions contained in a separate file, called a patch file. The patch file (also called a patch for short) is a text file that consists of a list of differences and is produced by running the related diff program with the original and updated file as arguments. Updating files with patch is often referred to as applying the patch or simply patching the files. thanks deepasree |
|
|||
|
Hi Deepa,
i think patch means, A patch (sometimes called a "fix") is a quick-repair job for a piece of programming. During a software product's beta test distribution or try-out period and later after the product is formally released, problems (called bug) will almost invariably be found. A patch is the immediate solution that is provided to users; it can sometimes be downloaded from the software maker's Web site. The patch is not necessarily the best solution for the problem and the product developers often find a better solution to provide when they package the product for its next release. A patch is usually developed and distributed as a replacement for or an insertion in compiled code (that is, in a binary file or object module). In larger operating systems, a special program is provided to manage and keep track of the installation of patches. i am agree with build defintion. |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Test Plan Template | rose | Testing Templates | 27 | 07-15-2009 06:22 AM |
| Testing template | lalmani | Testing Templates | 1 | 07-26-2008 01:24 AM |
| Testing template | lalmani | Testing Templates | 1 | 07-26-2008 01:19 AM |
| Standard Template | coolkrish | QTP | 4 | 02-21-2008 10:31 PM |
| Not getting any template | Geek_Guest | QTP | 1 | 10-08-2007 06:53 AM |