What is deployment testing ? How it is performed ?
Answer Posted / 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 |
Post New Answer View All Answers
Describe a past experience with implementing a test harness in the development of software.
can u plz give an example for regression testing with example.
Hi, what do you mean by internal auditing? what are the things they do in internal auditing?what they review? THNX in Advance
What are the modules of quality center?
Write the test cases for yahoo home page
About Testing
1) how will you do validation testing in combo box ? (2)Suppose user does not want maximum length validation message, but when tester inserts data in textbox and it gets truncated, how will you resolve this issue ? (3)if a user inserts maximum number in quantity textbox in a PHP based web application then what result will show?
!what are the entry criteria for antomation testing ?
Can you explain steps in function points?
What is black box testing, and what are the various techniques?
What are some best practices that you should follow when writing test cases?
What is the difference between load testing and performace testing?
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
What is the difference between functional testing and integration testing?
How could we start writing testcases without having the FRS,BRS Docs? My Project has some docs that are related to explain the operations which will be done in the application. It is deployed in UAT server and is a maintainance project. Tell me some technipues or best way to provide the quality to application?