What is smoke testing and when it will be done?
Answers were Sorted based on User's Feedback
Answer / swathi
Smoke Testing: Executing the application to check whether it
is free from errors or not. It should be done as soon as we
receive the Build from the developer.
| Is This Answer Correct ? | 13 Yes | 3 No |
Answer / sethupathy
Smoke Testing: Testing the application to know whether the
application is eligible to test is called smoke testing. It
means there should some piece of code should be working for
the testers to test and proceed further. This testing is
done many times to check does the application meet
acceptance criteria to start testing.
Ex: There might be a case "dll not found error" seen when
you launch the application after installing. What testing
can you do when you cannot launch the application?
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / saravana
Its an early stage of testing process. We carry out smoke
testing for checking the stability of the build. Whether
the build is ready for testing or not.If smoke testing is
failed then the build is rejected.
| Is This Answer Correct ? | 8 Yes | 1 No |
How do you decide when you have 'tested enough?'
Wat is the use of regression testing?is it needed to be done only if any functionality is included or in release of every build?
What do u mean by Positive and Negative testing & whatz r the diff's between them .Can anyone explain with an example .
what are the UAT bugs...why they come ??
Explain agile testing?
What is Independent Testing?
6)If a project produces 1000 defects per 150 function points, then it is a: A)Baseline B)Benchmark C)Size D)None
defect on online shopping application
what is project and how many types of industry projects are there
Testing of Non-Functional requirements does not involove a) Performance tests b) Reliability tests c) usability tests d) Configuration tests
What is CMM-1,2,3,4,5 Level Company? How much levels are there like CMM?
what is debugging and whitebox testing and what is the diff?