Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Smoke testing is also called sanity testing? Why?

Answers were Sorted based on User's Feedback



Smoke testing is also called sanity testing? Why?..

Answer / maya

Both Smoke & Sanity testing are same in one way that is,
its a build verification testing. When a particular module
is developed then developer will do smoke testing in order
to test whether the developed module is stable (which means
the basic functionalities must work) then in turn it will
be given for testing.

Now the testers will also do the build verification testing
where we call that as Sanity testing

Is This Answer Correct ?    4 Yes 1 No

Smoke testing is also called sanity testing? Why?..

Answer / nishi kant kumar

its not right to say that smoke testing and sanity testing
is same. both are different in some context. sanity testing
comes first and then smoke testing. sanity testing is the
initial level of testing required if the functionality
which is being tested passes through this test then it will
go for the next level of testing.
THE BASIC DIFFERENCE BETWEEN THEM ARE :
(1)
Smoke testing originated in the hardware testing practice
of turning on a new piece of hardware for the first time
and considering it a success if it does not catch fire and
smoke. In software industry, smoke testing is a shallow
and wide approach whereby all areas of the application
without getting into too deep, is tested.

WHERE AS

A sanity test is a narrow regression test that focuses on
one or a few areas of functionality. Sanity testing is
usually narrow and deep.

(2)
A smoke test is scripted--either using a written set of
tests or an automated test

WHERE AS

A sanity test is usually unscripted

(3)
A Smoke test is designed to touch every part of the
application in a cursory way. It's is shallow and wide.

WHERE AS

A Sanity test is used to determine a small section of the
application is still working after a minor change.

(4)
Smoke testing will be conducted to ensure whether the most
crucial functions of a program work, but not bothering with
finer details. (Such as build verification).

WHERE AS

Sanity testing is a cursory testing; it is performed
whenever a cursory testing is sufficient to prove the
application is functioning according to specifications.
This level of testing is a subset of regression testing.

SO THESE ARE THE GENERAL DIFFERENCE

Is This Answer Correct ?    2 Yes 0 No

Smoke testing is also called sanity testing? Why?..

Answer / a sameer

I do agree with the above statement where nishi explained
but one this is wrong according statement.

Smoke testing is done first then comes the sanity testing.

Smoke teting is done by developers to check the basic code
part and there functionality is working fine or not before
giving the build to developers.

When it comes to testers they will do a sample round of
testing where we will be checking the basic functionality of
testing and give a clearance that this application meets the
minimum functionality to carry forward for other functional
testing.

rest of other things which nishi explained is right.


Always Smoke testing comes first then sanity testing.

Is This Answer Correct ?    2 Yes 0 No

Smoke testing is also called sanity testing? Why?..

Answer / sooraj menon

smoke testing is a non-exhaustive testing where as sanity
testing is a cursory testing,This level of testing is a
subset of regression testing . So I dont think smoke
testing is also called sanity testing

Is This Answer Correct ?    3 Yes 2 No

Smoke testing is also called sanity testing? Why?..

Answer / santhosh kumar s

Smoke testing and Sanity testing is different because Smoke testing is conducted by developers after defect fixing or changes taken place to find the stability of the modified build where as Sanity test is the quick & initial test performed by the testing team to estimate the testability of SUT(S/W under test).It is also called as Build verification test or Octangle test.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

MPHASIS INTERVIEW QUESTIONS Explain Bug Life cycle What is integration testing and regression testing What is verification and validation How does winrunner recognizes the project which is in custom build What is expert view and tree view How does QTP identifies the project What is the difference between Winrunner and QTP What is Test Director and which version of test director your are using in your project What is a test plans what are the contents present in a test plan What is the risk of testing a project SEMANTIC SPACE INTERVIEW QUESTIONS What is configuration Management What is change management What are Severity and priority levels What is Data integrity and Data validity What are the browsers available and explain their versions Is it possible that Quality variates project to project What are GUI Map files and explain their Contents What is Data base check point and why we go for that What is the difference between the Client server application and a Web application Does Winrunner Supports Web applications What is process Management What is an Error, Defect, Bug What is Quality Which version of Winrunner you are using What is Build Verification and why we go for it What is Defect density What is Integration testing What is Static testing and types of Static testing What is Validation testing what is Data driven testing and why we go for data driven testing what is the definition of Testing What is Sanitation Testing MPHASIS INTERVIEW QUESTIONS (SECOND ROUND) What are joins and subjoins in the data bases what is data driven testing what is verification and validation What is Quality Assurance (QA) and Quality Control (QC) Is Verification is related to QA and Validation is related to QC ? which type of model you follow basically in your project what is a use case How to test a Bike how to test a Lift (Elevator). which configuration Management tool do you use which Bug tracking tool do you use explain Bug life cycle what is Regression testing what is ALPHA testing ans BETA testing What types of testings comes under Non functional testing what is TEST DIRECTOR what is CMM and CMM i whar are Expressions in Winrunner What is a Compile module Is it Necessary to open the tool first or the application first after getting a bug what will you do if you add a new object or a new module for the existing application then how will you test the application which Defect tracking tool do you use what is change management What is smoke Testing what is sanity testing A application is given to you but the requirements and functionalities are missing what will you do to start the testing which testing documents will be received by the client SYNCOTA INTERVIEW QUESTIONS 1.what is a test plan 2.Actually when will be the testing people will be involved in the project 3.Define low priority and high severity 4.Whom do you report the Bugs 5.what are the contents present in a test plan 6.which model will you follow 7.Which Bug tracking tool do you use and what are the contents present in it 8.If a bug is reported what will be the Next work done 9. How to write test cases using Use case diagrams 10.For a given condition (X>=0<100) how many test cases you can write ACCENTURE INTERVIEW QUESTIONS 1.what is BVA and ECP 2.Do we have recovery manger in Winrunner 3 how does the winrunner recognizes the project 4 how is winrunner is used in the project BLUESTAR INFOTECH INTERVIEW QUESTIONS What is the difference between Sleep and wait in winrunner what is integration testing and types of testing present what is system testing what is data driven testing what is functionality testing if requirements are given to you then how do you write the test cases for it Account number = Ok cancel For above given form the valid account number starts from 1 to 1000 so is it necessary to input the 1,2,3 ….998,999,1000 test cases to check the conditions of valid account numbers I,e is it compulsory to write 1000 test cases for the above form STAG SOFTWARE INTERVIEW QUESTIONS 1.what are the types of recording modes in winrunner 2.what are the three modes of running a test in winrunner 3.what is synchronization point 4.what are the contents present in a test case 5.do we need testing for the project 6.what is code review and code walk through At which phase the testing starts (begin) in the project How do we test Client server applications and a Web applications what is verification and validation what is adhoc testing what is traceability matrix what is base line document what is Test Life Cycle what is regression testing and retesting what is a BUG LIFE CYCLE what is a Bug what are defects what is functionality testing and system testing. a project has to be released in one day but the testing people got that project from the developers half of the day before so what they have to do to complete the testing process. 20 what are severity level and priority levels AZTEC SOFTWARE INTERVIEW QUESTIONS 1. What is BVA and ECP 2. Which version of WINRUNNER and QTP you are using in the project 3. What is the use of Recovery manager in QTP 4. What is retesting and regression testing 5. Write the SQL queries for the following EMP table to select the employee id and his details from emp table 6. For example: employee dept and employee id and employee name and employee salary 7. what is a sub and what is a driver 8. What are your roles and responsibilities in your project 9. Does BVA is equivalent to ECP 10. If you find a bug what will you do MANHATTAN ASSOCIATES TESTING INTERVIEW QUESTIONS Choose the correct answer 1.Testing work starts once a)once requirements are complete b)once test cases are complete c)once coding is complete d)Beginning of the requirement 2.For White box testing ; A)The tester is completely unconcerned about the internal behaviour of the program B) the tester is concerned with finding the circumstances in which the program does not behave according to code standards C) Test data is derived from market requirements 3.stress testing is a measure of one of the following a) applilcation response time b) concurrent load on application can handle c) transaction per minute that can be handled d) virtual load at which the system will fail 4.Susan reviews a QA test plan prepared by her counterpart and gives her comments. It’s a part of a)Quality control b)Quality Assurance c)Both d)none 5.user acceptance testing means ; a)testing performed on a single stand alone module b)testing after changes have been made to ensure that no unwanted changes were introduced c)testing to ensure that system meets the needs of the organization and the end user 6.Software Quality Metrics will help you to A) Keep account on the software quality of an application B) Analyze and improve the deficiencies of the application C) Both of the above D) None of the above 7) Regression Testing: a) Tests how well the program runs with Adverse data b) Tests program input branches c) Selective retesting to verify modifications have not cause adverse effects d) Testing data during requirements phase 8)Application that has GUI must be tested for usability a) For any kind of UI applications b) More necessary for Web- based applications c) Only if the user is going to use the UI d) Only if the user pays for it 9) the program according requirements expects the uppercase letters from A to Z .analyse the following inputs and choose one that can cause the failure with greater probability. a) @, [ b) 1,0 c) B, W d) [,] 10)A system test that forces the software to fail in a variety of ways and verifies that software is able to continue execution without interruption. This definition is nearest to; a) Recovery testing b) Stress Testing c) Both of the above e) None of the above 11)Automated testing is necessary when a) testing has to be done very quickly b) number of resources are very less c) most of the test cases are similar in nature d) all of the above 12) which of the following tests is performed early in a software testing process a)Monkey testing b)Unit testing c)System testing d)None of the above 13)The testing technique that requires devising test cases to demonstrate that each program function is operational is called a) Black box testing b) Glass-box testing c) Grey-Box testing d) White-Box Testing 14) What UML diagram is useful for black box testing a) Class diagram b) Object diagram c) Use case diagram d) Sequence diagram 15) What kind of tools would you suggest to use the automation of regression tests a) Capture and play back b) Static analysis c) Simulators e) Debugging tools Basics of Winrunner 1. In analog mode of recording the maximum value of X in (X, Y) a) the height of the screen, in Pixels, minus one. b) The height of the screen, in Pixels c) The width of the screen d) The width of the screen, in Pixels 2.During play back, you accidentally hit “pause’ a) Execution stops and you need to start from the beginning of the TSL again b) Executions stops and you can start off execution again from where you had stopped, all variables Have to be redefined c) Execution stops and you can start off execution again from where you had stopped, all variables will still remain initialized e) You need to restart win runner to execute again 3) To start recording on a Web based application using win runner and IE ; What of these is the best practice a) You have to shut down all Open IE sessions, open the application and then open win runner b) You have to shut down all Open IE sessions, open win runner and then open the application c) Open application and then open win runner d) Open win runner and then open the application 4)the types of variable declarations found in a TSL function are a)Static and Public b)auto, static and public c)auto ,static and extern d)need not be declared e)C&D 5)You have executed a tl_step function in TSL for a context sensitve case . if thecondition fails] a)winrunner report shows the whole Run as failed b)winrunner report shows only that step has failed c)winrunner report ignores the failure d)None of the above 6) Which of this is true a)You always require a GUI file to play a context – sensitive script b)you always require a GUI file to play an analog script c)Not necessary to have GUI file at all d)a&b e)none of the above 7) which of the following describes the window www.india.com in regularized form a)”!.India b)”!.*India c)”!India e) all of the above f) none of the above TESTING INTERVIEW QUESTIONS INDECOM GLOBAL SERVICES Explain Classical water fall model Integration testing is conducted by developers or testers an application is given how do you test for example the money deposited in account no.2 should be transferred to Account no.1 Account no: 1 Account no: 2 Ok Cancel what is V model What is BUG life cycle What is alpha testing and beta alpha testing What is verification testing and validation testing What are ISO and CMM standards levels Which should be given more preference I.e. severity or priority ? How to use the test director in your project What is use of recovery manager in QTP What are the add ins in QTP What are expressions in QTP if the developers are not convinced with your bug in this case what will you do if the developers are developing the application then what is the job assigned to the testers What is system testing What is smoke testing What is sanity testing What is sanitation testing

1 Answers  


who prepares the use cases?

4 Answers  


INTERVIEW question:- Explain the process in your company?

3 Answers   ABC, Mind Tree,


what is defect tracking?

6 Answers  


The following questions were asked me at the HCL...Please try to answer these::: 1Q: For 3rd party fund stransfer through online bankinghow much time it take..? What are the processes behind that..?

4 Answers   HCL,


Is quality control similar to quality assurance?

0 Answers  


what is actually contain test report? can anybody post the test report

4 Answers   NIIT,


what is the challenging position faced in the testing not in point of management point of view it must be in the point of while testing the application?

2 Answers  


What are the advantages of black box testing?

0 Answers  


what is Test Responsibility matrix?

3 Answers  


Write test scenario of calendar.

3 Answers   Citi Bank,


in employe details form, we are entering First name as manjunath and Last name as sastry. but when we retriving the data in reports form, it shows as first name as sastry and last name as manjunath. here bug may be in employee details form or reports form. how you check in manual?

9 Answers   CTS,


Categories