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 prototyping model,RAD model V model, spiral model?????
Do write a separate test case for regression testing? If it is yes, explain how to write the test case?
When new application ready to test than whats your testing strategies?
0 Answers Capillary Technologies,
What is Test Case?
Hi, Below is a question on white box testing. Kindly help me in answering it. How many test cases are needed to obtain 100% branch coverage. This question was asked in ISTQB foudation level exam - Dec21 2008. Read(A,C) If(A<10) then Print A; Endif If(C>100) then Print C is greater then A else if(C<100) then print only C Endif else Options - a. 4 b. 3 c. 2 d. 1 Kindly answer with explanation so that it would be easy to understand
recently, i attended for one interview. in that they asked for project explanation. i explained that project. after that they ask me to write test scenarios for that? in real time i don't know how to write test scenarios. can any one please write test scenarios for the following given project. Health care solutions This project mainly deals with Hospital Management System. There are different modules, each module contain different functionality. They are Appointment Scheduling, Registration, Visit & Admission, Out & In Patient Service Management, Lab Management, Bill Handling, Patient Notes, Blood Bank, Master Setup & Security Module, and Pharmacy Quotations.
MS Paint
Whats the difference between retesting and regression testing, explain SDLC and STLC, test plan, test case template, severity and priority, write test scenarios for login screen, and employee payroll; BVA and EP for a particular eg.
How do you test cases for mobile handsets ?
2 Answers Contata, Seed Infotech, SNGS, SoftSol,
i need the brief explanations fo following question. # 1 1. type of action, 2. smart identification, 3. check points, 4. script to invoke web browser, 5. wot is get ro & getto property, 6. can you set a value in runtime, 7. wot is the use of bitmap checkpoint, 8. diff between dim & redim, 9. wot is function & Sub procedure,10. how u declare constant value. 11. wot is output value , 12. virtual object, 13. write script to retrieve data from the DB, 13. Types of frame works explain them brieflly
what is uml
tell me the V-model advantages & disadvantages