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 |
What is manual testing?Is any different types of testing in this?
How to test the functionality & UI of an application which is in a different language other than English as part of Localization Testing.
What is the difference between Project Based Testing and Product Based Testing?
18 Answers Pramati Technologies, Satyam,
who will collect requirements from client
How you will choose test cases for Sanity testing and at which phase of testing you will do this.
How can write testcases on a code under development pls give asnwer
plz explain about commonly used terms while writing testcases.Like to check,validate,on click etc.
what is url testing
HI, I have joined in a new testing company. Can anyone suggest me how to go through all testing related web sites and become an expert in testing?
Find the Cyclometric complexity on the following p seudocode Do while records remain read record; if record field#1=0 then process record;store in buffer; incremental counter;store in file. reset counter;end if end do please let me know the procedure too.
What is Regression Testing ? Why do Regression Testing ? Why all the testcase execuation in each time of Regression testing ?
What are the different Testing methodologies?