What is sanity testing? and how to do sanity testing for a
telephone
Answer Posted / nivedita
Sanity Testing is something like smoke Testing.Whenever new build comes test Engineers starts with Sanity Testing.It includes testing the basic critical feature of the product before doing thorough testing on the product.
This testing is generally without Test script or Test cases. We do this testing to ensure our requirements are met or not.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the advantages of automation over manual testing?
why use caffine for HPLC calibration ?
1. what is a date guidelines ?
What is testing and maintenance?
Explain the procedure for manual testing.
What about the test case if the field only takes a certain number of characters or a minimum number?
HOW TO CREATE SRS REVIEW REPORT TO PL?
How do you Prepare a Defect Managemnt Policy
What is client server application testing?
can any one explain me briefly erp pharma project including all modules,like how to tell this project in interview in terms of s/w testing
what do you mean by Develop test data through sourcing (or) handcrafting techniques
What is junit & api?
what is the difference between test case and result matrix
how to write manual testcases for download the files from the template. for example:from product cost enddate
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }