what is the difference between build and release
Answers were Sorted based on User's Feedback
Answer / sridevi [applabs technologies]
"Build" refers to the software that is still in testing,
but "Release" refers to the software that is usually no
longer in testing.
| Is This Answer Correct ? | 17 Yes | 2 No |
Answer / vijay
release : the modules that which we get for the first time
for testing is release
Build : once we have tested and identified the bugs in that
module we wil send back to the developoment side,they will
correct and send us back for retesting,at that stage that
module is called as build
| Is This Answer Correct ? | 10 Yes | 7 No |
Answer / rakesh kumar jaiswal
In a debug build the complete symbolic debug information is
emitted to help while debugging applications and also the
code optimization is not taken into account.
While in release build the symbolic debug info is not
emitted and the code execution is optimized.
Also, because the symbolic info is not emitted in a release
build, the size of the final executable is lesser than a
debug executable.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / sai
Build is developed software.
Release is already tested software is released to production environment.
| Is This Answer Correct ? | 3 Yes | 0 No |
hi pranasanti
their is no difference between build &
relese
build release is one word
build release means to release the build to the testing
team then developers to compile the ocde and create a build
| Is This Answer Correct ? | 2 Yes | 11 No |
How to test URl of a website manualy?
by testcase how to achieve 100% branch coverage for the following code. Read P Read Q Print "P" Print "Q"
where do you write the test cases
how you setup steps to start a project
What is Negative testing?
What are the diffrent testable item in web testing,database testing?
Difference between Severity & Priority?
How could you present test strategy for the product testing?
what are the good test cases for the login form containing 4 fields like Username,Password,LOGIN button and CANCEL button?
what is the difference between buglog and defect tracking?
I want to know the real time cycle i.e SDLC.(First of all Buisness logic is prepared,but doesn't know by whom and with the help of whom?)Similarly what are the next steps (the persons involved) and connection in between the steps.
When do u perform REGRESSION testing and how to perform it ?