What is is the meaning of Shakedown testing in Software
Development.
Answers were Sorted based on User's Feedback
Answer / sahoo
Shakedown testing is the basic functional testing.
These should be passed, so that tester would execute the
complete test cases.
Shakedown testing determines that the system is atleast
ready for extensive testing.
If shakedown testing fails, then further testing is
suspended until the issues are resoved.
| Is This Answer Correct ? | 21 Yes | 5 No |
Answer / peyush rai
Shakedown is same as smoke testing which will ensure that
system is testable and there is no showstopper atleast in
happy flow.
| Is This Answer Correct ? | 8 Yes | 5 No |
Answer / dee
It is the testing done in live to verify that the
functionality is as expected!
| Is This Answer Correct ? | 3 Yes | 14 No |
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.
when we want to be a good tester what should we need to be good at...
While doing desktop review of any document, how to judge that this comment is 1.Information 2.Trivial 3.Minor 4.Major 5.Critical 6.Blocker
What is basis set?
What is a test strategy and what does it include?
What is difference between test effectiveness and test efficiency?
What is the role of Tester in BRS(Business Requirement Specification)phase in V-Model.
Mention the different types of software testing?
what are the metrics you are following?
can bug lifecycle support the integration , system, unit testing, functional testing etc
After releasing of the product to the market, it will be a failure, Now tell me whether the testing is a)pass b)fail c) it is partial
What is the difference between preventative and reactive approaches in testing?