Answer Posted / tester
After develop and unit testing(developers think no defcts
in application) the entire application,the software has
been delivered to deployement team(with files like
dlls/exe/xml...) with the installation notes(steps to
deplyoment in the server),the deployement team has deployed
the entire application in the specified servers for
functional testing and/or before deliver the application to
client the entire files are latest one or defect fre
application.
| Is This Answer Correct ? | 16 Yes | 7 No |
Post New Answer View All Answers
How do you deal with environments that are hostile to quality change efforts?
insurance domain interview questions ,i done project on insurance (manual testing)
What is the Differnce B/W Quality Management and Quality Control
What are the defects found in testing banking domain?
How do you train another QA engineer?
how cani do requirement testing using some testcase
We have a WISPr application making an authentication request to a server running an authentication module. The client application is sending the User--Agent value, but the authentication application logs the User-Agent value as null, please explain the steps i should take to troubleshoot the issue. Please mention the steps by applying your knowledge of the OSI model.
how to identify metrics, integrity level, identify risks and identify security issues in ieee 829 standard explain with examples??
During the test case review, what are the main important things will you check
You have 250 outstanding requests in a bug tracking application,you have no automated build environment, or representative production environment in test, nor the hardware required.You are responsible for establishing some kind of process and order to the QA department, what would you need in terms of budget and what would your processes be, as well as how would you address the environment issues mentioned above?
How is adhoc testing different from exploratory testing?
Describe the benefits of agile testing.
What is your understanding regarding a test plan?
In asset accounting we are run depreciation in 10% now we are in 6th period . But now our client says that the depreciation percentage is 12% but we have wrongly calculated on 10%. So what are the process we have calculated actual percentage.
We have a directory structure /usr/local/jboss/server/{$app_name}/log/*.log which contains 1000 log files. A web application has been logging to the cloud.log file, the attempts of a user called test. The code logs the following way: log.debug(username); where the username equals “test”. What command line application and or combinations of applications will you call in order to create a file named user_log.csv that contains the following lines, where the timestamp is sorted: timestamp,username