what is builr release team..?
Answers were Sorted based on User's Feedback
Answer / shyam.meghansh
After complication of coding developers will commit it to
the repository, from where the deployer will deploy the
code and send it testers.
| Is This Answer Correct ? | 0 Yes | 0 No |
Builds are created by the buid engineer.
Build is the executable file generated after source code compilation.
then the build tht is generated is installed in the testing server,this process of insatallation is called as deployement.
build team is a separate team.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ramprasad.s
Hi
Build Release Team is not a part of Testing
Build Release Team can be called as build Installation
Team.
sun_ramprasad@yahoo.com
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / sudhakar
This team is also called deployment team these people are
responsible for deploying software in the development
server.
| Is This Answer Correct ? | 1 Yes | 3 No |
I am DD. I am working as a Tester in e-learning company? IS there scope for content testing? or i have to change to software testing. pls guide me...
why sanity testing and why smoke testing?
Can u any 1 please explain the below question and answer? Given the following code, which statement is true about the minimum number of test cases required for full statement and branch coverage? Read p Read q IF p q > 100 THEN Print "Large" ENDIF IF p > 50 THEN Print "p Large" ENDIF a) 1 test for statement coverage, 3 for branch coverage b) 1 test for statement coverage, 2 for branch coverage c) 1 test for statement coverage, 1 for branch coverage d) 2 tests for statement coverage, 2 for branch coverage
can you show me the test cases on registration form
If PRS is given to you on say XYZ functionality then which different types of testing you will perform . Please arrange these types in sequential manner in which you will perform?
how u can do integration testing and what r the approaches u need to follow?
Write the function test case to add a customer to database.
what is Test Responsibility matrix?
How to explian the V model ?
What is test driver and test stub?
what are the contents we have to cover in manual testing to get the job
What is diff between equialence partioning and boundary value analysis