what is deployement?
Answers were Sorted based on User's Feedback
Answer / akhilesh
Deployment is a process of making an executable file of
code. Once code is ready and unit testing is performed by
developer, they deploye and make a build of the code on the
server for testing.
After making changes in the peace of code, the changes will
not be reflected in the build unless developer deploye the
same on server.
| Is This Answer Correct ? | 16 Yes | 2 No |
Answer / rama
After making changes to a peace of code that code will be
deployed in a server where those changes get reflects to
that user. This is called deployment.
| Is This Answer Correct ? | 10 Yes | 2 No |
Answer / mrunalini
Once the application is developed,tested & working according
to the requirements it should be installed at the customers
place for their usage. This procedure is called as deployment.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / raman
Deployment is basicly a process which is performed using any
tool (like tivoli, SCCM.) to deploy the software packege on
the destination server.We check the changes done by the
installation nnce the software package is deployed
successfully on the destination server.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / mudaseer
test engineer raises a bug so the developer will fix it and if he uploads to the server the changes will be done this is know n as deployment
| Is This Answer Correct ? | 0 Yes | 0 No |
What is testing process
What is Binary Tree?
What is meant by resource allocation?(asked in interview for test lead)?
8 Answers Accenture, Acro Technologies,
Who will give the Priority and Severity?
how to perform reviews
Zenq interview questions for manual testing
5)which of the following is not the characteristics of well written Bug report? A)It describes a real defect in the product B)It describes the symptoms of the problem in terms of the behaviour of the system C)It contain a step by step procedure for reproducing the problem D)None
What is Tracibility matrix?How we can use in real time application?
write 3 test cases on ATM for security purpose
Test cases have written according to Flow of the software working or according to Screens?
What is Check list for review test cases ?
What are the points to be considered while testing an application on different browsers like firefox, opera, mozilla, ie etc. on both windows & linux ??