What is build and patch?
Answers were Sorted based on User's Feedback
Answer / priya
Build is a installable software file that is typically send by the development team to the testing team.It incorporates changes in the code, fixes in the bugs and modification of any functionality as per the requirements.
Patch: It is a quick fix or solution provided to fix a non-functioning or defective functionality. There might not be any enhancements taking place in this phase.
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / upendra sikarwar
BUILD:customer will gives the requirement according to requirement developer will write the code,compile the code and compress the code and stored it into development server this compressed file is called as "BUILD"
PATCH:Patch is a peice of software which is having a modified programme.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kiran
Build:
It is a process of building the exe or dlls by taking inputs from repository of source code files.
Patch:
It is a change or modification with respect to single component or few components of source code files which needs to be built and deliver as patch.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is Negative testing and what It?s Purpose?
only one tester & one developer ,the product is released to be today night.if you found a critical bug then wat u do
As a tester you are found a bug and you assigned dat bug to the correspondent developer.Then the developer not ready to accept that as a bug.what will you do?
what are testing types involved in black box and white box testing...
is it not waste of time in preparing the test condition,test case, test script?
If you stuck somewhere while reproducing defect then what will you do?
I will give 10 gold coins to you ... everything have same size, shape, color, & weight but only one is duplicate. How will you find that duplicate one?
How can you prepare the resume for testing? Can you send me the answer for this questions?
What does 100% statement coverage mean?
0 Answers 3i Infotech, Infosys,
How do u approach for testing a web application?
On Registration Form, if some fields are not mandatory to fill then those fields can accept any invalid input. OR there may have some validation. E.g. Email id field - Not mandatory to fill. If user enter Email id = 453454 should it accept?
what is test strategy and methodology ?what is the different between them?