Q2. From the below given choices, which one is the
‘Confidence testing’
A. Sanity testing
B. System testing
C. Smoke testing
D. Regression testing
Answers were Sorted based on User's Feedback
Answer / prasanna
Smoke testing gives the confidence to check whether the
application is ready for test or not?
| Is This Answer Correct ? | 30 Yes | 3 No |
Answer / prashant
Smoke testing normally done by developers and then only
they release the build. So, in this case Sanity testing is
the correct answer. As we know that sanity testing is the
basic funtionality testing. If basic functionality is
working fine then only the next testing activity can be
proceed. So, Sanity testing is the confidence testing as
after passing of the sanity it gives confidence to fo for
further testing.
| Is This Answer Correct ? | 11 Yes | 4 No |
Answer / kittu
smoke testing is the answer
sanity testing is done by developer and after that tester can do Smoke testing to check whether the application is ready for test or not? then only we will start testing.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / @mit
Prashant is right!!!!
Sanity Testing is right answer for this Q.
As Sanity Testing is done by Testers only to find the
Healthyness of the application and it vl be done at
starting of the Testing phase.
While Smoke Testing is done by Developers.
| Is This Answer Correct ? | 3 Yes | 4 No |
Answer / phani
HI All,
Those are all the testing approaches to test the
system/application and those are dependent test approaches
for further testing, Once smoke test will pass only system
test will come into picture and once system test will pass
only regression will come into picture.
Every test approach has entry and exit criterias.
Smoke testing:
Entry criteria: Unit testing should be pass.
Exit criteria: Smoke testing should be pass.
System Testing:
Entry criteria: Smoke testing should be pass.
Exit criteria: System testing should be pass and defect
report should be generate.
Regression :
Entry: Defect should be fix by dev team.
Exit : Defects should be closed.
I am not saying those are only entry and exit criterias for
durther testing approaches, but those are the mandatory one
criteria.
How could we say which is confidence testing?
Every testing approach is dependent on other testing
approach.
Any one please correct me if i said wrong.
| Is This Answer Correct ? | 2 Yes | 5 No |
Answer / aravind
Regression Testing is the correct ANS for above question.
Only regression testing will give you the confidence after
doing Sanity,System,Smoke testings.
| Is This Answer Correct ? | 9 Yes | 14 No |
Answer / vishwa
Sanity Testing gives us confidence to start with System
testing. If sanity fails develorers rework on the code
based on the Sanity Report.
| Is This Answer Correct ? | 3 Yes | 8 No |
what is v model need clear explanation with advantages and disadvantages?
what are the types of testing
Requirement is given : 1) The Login screen should require with 2 fields "Login" & "Password" 2) After successful login Success Message will display. 3) For Invalid login Error Message will display. 4) "Login" & "Password" both fields are case insensitive. 5) The Application should be Dialog application. What are the test cases for above requirements?
What is PET Model? Overview of Pet model and benefits of it?
1. Differentiate test bed and test environment ?
what documents are used to write testcase for integration testing and system testing?
How to test API's?
12 Answers BeBo Technologies, HK Soft, Microsoft,
What are the different criteria which will be filled when logging a Defect?
How we test the bulk of contents in web page using manual testing? Is any open source tool available for that ? Thanks in advance..
difference between web based server and client based server?
What is diff between equialence partioning and boundary value analysis
What is the exact difference between retesting & regression testing? Please advise in detail