What is deployment testing ? How it is performed ?
Answers were Sorted based on User's Feedback
Answer / sandeep
Deployment testing is a type of production testing which is
performed after the code is deployed to check whether it is
working fine in production or not .
| Is This Answer Correct ? | 59 Yes | 19 No |
Answer / a.s.gehlot
Deployment testing is testing the application after it is
installed on the system, in this we check where the
supported files of software has been installed or deployed
in harddisk, we also check what happens we manually remove
files from their place, ie. my documents, local settings,
application data and program files folder of system.
A.S.Gehlot
| Is This Answer Correct ? | 32 Yes | 8 No |
Answer / nikhil w
In many cases, software must execute on a variety of
platforms and under more than one operating system
environment.Deployment testing exersises the software in
each environment in which it is to operate.
In addition, it examines all installation procedures and
specialized installation software(e.g. "installers") that
will be used by customers, and all documentation that will
be used to introduce the software to end users.
| Is This Answer Correct ? | 24 Yes | 4 No |
Answer / pushpajeet singh
Deployment testing is also conducted after the release of
the product by utilizing the resources and setup available
in customer's locations.This is a combined effort by the
product development organization and the organization trying
to use the product.This is called onsite deployment.
| Is This Answer Correct ? | 5 Yes | 4 No |
Answer / haritha
Deployment testing is done in production environment to make sure all the servers configured were up and running and the major functionality of the application is working fine in customer OE production environment.
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / suneela
After testing is completed in test env .. and after the Env
is deployed in UAT or Prod env ..basic testing need to do
which is also called as Hand shake or shake down to prove
the basic functionality or basic naviigation is working fine
| Is This Answer Correct ? | 8 Yes | 24 No |
What is severity and priority of bug? Give some example.
If you clink ok in the log in page, how will you get to know what is happening in the application? If any of you know the answer for this please post. Thanks
Easiest way to write test cases? How i can learn writing the test cases?
explain functionality testing and functional testing and give example who do thattype of testing
diff between priorty and severiorty?
What is split testing?
What is a Test Log ,How is it differnt from a bug REport
is validation done in white box testing .
Is testing just sampling???
what is Risk-based testing?
1.exactly when we go for regression testing?why? 2.what is compatibility testing?what defect u found while testing give example? 3.how many test cases you write and execute per day?
What is the difference between stress, volume and load testing?