Software Process Question:
Download Job Interview Questions and Answers PDF
What is the difference between build and release?
Answer:
BUILD: is a number given to installable software that is given to testing team for testing by the development team. Build number assigned are incremental and sequential.
RELEASE: is a number given to installable software that is handed over to customer by the developer or tester.
The information of build, release and version are displayed in software help page. Using this build and release customer can let the customer team know which release version build thet are using.
eg "9.4.123.2" (Release Number.Version Number.Build Number.Patch Number)
RELEASE: is a number given to installable software that is handed over to customer by the developer or tester.
The information of build, release and version are displayed in software help page. Using this build and release customer can let the customer team know which release version build thet are using.
eg "9.4.123.2" (Release Number.Version Number.Build Number.Patch Number)
Download Software Process Interview Questions And Answers
PDF
Previous Question | Next Question |
What is the role of QA in a project development? | What is BUILD? |