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 |
What is suspension & resumption criteria in Test Plan please explain with example ?
What do you mean by review? How many reviews are there in manual testing? please explain those?
what is difference between equivalence partition and boundarary value ananlysis?
Why should a software tester have knowledge of PHP language?
When a defect is assign as Postponed and differed. explain with example? thanks
How can one file compare future dated output files from a program which has change, against the baseline run which used current date for input. The client does not want to mask dates on the output files to allow compares.
Is testing is different in linux platform.please reply me how testing will be implemented on linux platform?
When do u stop testing?
write a use case format for login
Write functional,system,integration,penetration,load,performance negative test cases for Instant messenger
what is system testing and system integration testing? explian briefly?
What are the methods you followed, while doing black box testing???