Difference between smoke testing and sanity test ?????????

Answer Posted / sridhar

Hi

In fuctionailitywise no difference between Smoke and Sanity
Testing.

Smoke testing conducted on new build came for
testing.purpose is to test stability and future testing

Sanity testing conducted on Modified build(After fix the
bugs).

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What tools are available to support testing during development of application?

570


Describe bottom-up and top-down approach in testing?

671


When a non-conformance is noted during these "reviews", what happens next?

1960


Explain the difference between the verification and validation?

614


hi, they have given 2 tables to write quries in SQL SERVER 2000 based on table as follows . 1st table :author: COLUMNS AS FOLLOWS pk. AUTHOR F_NAME DOB NATIONALITY 2ND TABLE BOOKS: COLUMNS AS FOLLOWS; PK ISDN F.K AUTHOR LANGUAGE PUBLISH_DATE; 1) RETRIVE author who is indian and hindi write in a) as joins b) sub quries 2)retrive who is younger author ; 3)retrive author who wrote more than one book in different language. 4)retrive author who has wrote in different language in each year write all queries in sql for sql server

1804






What are the types of documents in sqa?

619


What is the difference between quality assurance and software testing?

620


When do you think qa activities should start?

749


What is the rule of a "test driven development"?

610


How the build and release differ from one another, write down the difference between build and release?

567


What is process area in cmmi?

620


Hi I have found a web site of online shopping (www.safetots.co.uk).PLEASE write possible "Test scenario" by seeing that site.Please make the end of mine and others doubt in Test scenario.Thanks in advance.

1554


What kind of things that forbidden to do by a SQA Tester if He/ She don’t want to get fired?

1625


What is application binary interface (abi)?

588


We have a directory structure /usr/local/jboss/server/{$app_name}/log/*.log which contains 1000 log files. A web application has been logging to the cloud.log file, the attempts of a user called test. The code logs the following way: log.debug(username); where the username equals “test”. What command line application and or combinations of applications will you call in order to create a file named user_log.csv that contains the following lines, where the timestamp is sorted: timestamp,username

1754