1. What is the difference between Build Management and
Release Management ?
2.When will conduct build verification and end to end testing?
Answers were Sorted based on User's Feedback
Answer / indhyd
1.Build Mngt is something that deals with the delivery of
the (application)build.Build delivery dates,bug fixes and
subsequent delivery.
Release Mngt deals with the whole delivery process,starting
from requirement gathering to going live.It deals with the
cut off dates.
2.Build verification test is done by testers,not necessarly
done by leads or Sr.Testers.End to End testing is testing
the complete flow of the application.Eg.If there is a
application with different modules,where the data flows
from one module to other,testing the flow of data from one
module to other is called E2E testing.
Again each module is tested indepentently.
| Is This Answer Correct ? | 26 Yes | 4 No |
Answer / roopesh
2. Build Verification Test(BVT)is done when the build is
first received by the testers. The basic functionality is
checked with valid data. This is done to check whether the
build is testable or not. This is done by testers.
End to End testing is also called system testing. Done by
Senior test engineers or Test lead.
| Is This Answer Correct ? | 14 Yes | 4 No |
Answer / aa
Build Management is managing the issue fixture tasks in the
bulds whereas Release Managment is managing the
functionality to be incorporated in the Release.
| Is This Answer Correct ? | 16 Yes | 8 No |
Answer / subha
Build management : once bug is fixed and any new features
or functionality is added in the application .Then,
delivery a application to testers for testing is Build
management.
After receieved a build, Testers will start a build
verification or smoke testing to confirm a application is
stable or not.
If application is stable.Then , We will start a end to end
testing.
Release management :Release Mngt is delivery all the
tested functionality to live is called Release management
| Is This Answer Correct ? | 4 Yes | 1 No |
deployment who will do as a developer or a test engineer?
What is penetration matrix ?
What is an IDE?
is integration testing a part of system testing?
What is Test scenario and what's the relation between Test scenario and Test case.
4 Answers First Indian Corporation, Sapient,
what kind of performance test that required for a word processing system?
what is data guidelines
test cases on bangles???
1. define Database testing ? 2. define severity and priority and types with example?
For a functionality we have 20 test cases, among 20 testcases 15 of them are Passed and 5 Failed. How will you report to your Manager ? Does the functionality passed or failed or partial passed/failed ??
Discuss what test metrics you feel are important to publish an organization?
What is meant by Error Guessing?