What is the actuall process of Smoke and Sanity Testing in
companies
Answer Posted / raju baddala
smoke testing:when one feature is tested in its totality is called smoke testing
It is narrow and deep
Sanity testing:When all the main are touched at a basic level,we call it as Sanity testing
It is wide and shallow
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
please anyone let me know the -ve testing of Excel sheet?
How is ‘build’ different from ‘release’?
What is alpha testing?
what do you mean by Develop test data through sourcing (or) handcrafting techniques
what are the typical problems in web testing?
Have you ever completely tested any part of a product? How?
which test strategy your are fallowing in your company?which documents u r using in software development life cycle?
hi experts, i was asked to write down the requirement description,test scenario, and test cases for gmail login and send email and then to check the email was sent in the sent mails.the format given to me was like this: Req ID, Req description, Test Scenario, Test cases....Can anybody please help me out with this..
Can you explian $ pillar of Agile
What are the main key components in Web applications and Client Server applications? and their differences?
what is coupling integration testing
What's the difference between system testing and acceptance testing?
What makes a good software qa engineer?
1. what is baseline document , can you say any two ?
How do i write a test condition to test the following simple program with the intention of 100% statement coverage Print “Hello World” If Date $ = ‘01-01-2000’ then Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $ END Could anyone please clarify in detail. Would really appreciate it....