answersLogoWhite

0

Is sanity testing done by a tester or a developer?

Updated: 8/21/2019
User Avatar

Wiki User

9y ago

Best Answer

It should be done by a tester.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is sanity testing done by a tester or a developer?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Difference between module testing and unit testing?

unit tests are a collection of tests written by a developer during the software development process. Module tests are a collection of tests written by a tester after some code has been written by a developer.


Smoke testing vs sanity testing?

Smoke testing will be conducted to ensure whether the most crucial functions of a software work, but not bothering with finer details. A Sanity test is used to determine a small section of the application is still working after a minor change. Smoke Testing: Smoke testing is nothing but to test the functionality of the software once build is done. Sanity testing: Sanity testing is nothing but to test the existing behaviour of an application, environment check up before starts execution.


How old do you have to be to be a video game tester?

You must be 18 to be a QA tester as it is a full-time job that cannot be done after school.


Does a cake tester work any better than a toothpick for testing cakes?

A cake tester does not work any better than a toothpick for testing cakes. About the only advantages to using a cake tester is that it may have other uses around the kitchen and you can wipe it off and re-use it whereas a toothpick stuck into a cake that is not done tends to hold onto batter necessitating another toothpick for the next testing.


What is the difference between testing and debugging?

Debugging is done in the development phase by the developer,whereas testing is done in the tester phase by the tester.In debugging there is a fixing of identified bugs,whereas in the testing,locating and identifying of bugs included.


When does john tester term ends?

in 2015 done and done


How do you define unit testing?

Unit testing can be done during the development of an application. The objective of unit testing is to isolate a section of code and verify its correctness. In procedural programming a unit may be an individual function or procedure The goal of unit testing is to isolate each part of the program and show that the individual parts are correct. Unit testing is usually performed by the developer.


How can fair testing be done?

the fair testing will done if you want to done


How do you find out if the wiring is faulty for the gas gauge on a 1999 Chevy Malibu?

The individual wires need to be tested. The testing is done with a continuity tester. Connect the tester to both ends of a wire to check it. A piece of wire can be added to make the test leads longer to reach from the front to the back of the vehicle.


Black box testing in software engineering?

Black-Box Testing is a technique of testing without having any knowledge of the interior workings of the application.The tester is oblivious to the system architecture and does not have access to the source code. Typically, while performing a black-box test, a tester will interact with the system's user interface by providing inputs and examining outputs without knowing how and where the inputs are worked upon.White-box testing is the detailed investigation of internal logic and structure of the code. White-box testing is also called glass testing or open-box testing. In order to perform white-box testing on an application, a tester needs to know the internal workings of the code.


What is exploratory testing?

Exploratory Testing as the name suggests is all about exploring the application. It is performed in order to find out the defects or application's breaking point. Here, tester uses his/her domain knowledge and testing experience to predict where and under what conditions the system might behave unexpectedly. Many QA testing companies offer this type of testing for validating applications which have less testing time period.Exploratory testing seeks to find out how the software actually works, and to ask questions about how it will handle difficult and easy cases. Exploratory testing has always been performed by skilled testers. The main advantage of exploratory testing is that less preparation is needed, important bugs are found quickly, and at execution time, the approach tends to be more intellectually stimulating than execution of scripted tests.It basically involves test design and test execution simultaneously against the application. Tester focuses on application's limits using boundary value analysis and equivalence partitioning techniques. It is a type of testing in which there is no planning done in advance, and is completely hands-on, where tester thinks on their feet, and try to push the program to its limits. Each test is often carried on the basis of previous test's result, however the testing is still completely in the tester's control. The tester decides how to test. For example,Scenario based: Scenario testing is done to make sure that the end to end functioning of software is working fine, or all the business process flows of the software are working fine.Result based: In this technique, tester verifies the end results to ensure that software is functioning properly.When is to be performed:When there is no testing document provided or there are minimal documents to conduct the testing. It is performed as a part of final check before the application is released. It is very beneficial, takes less time to conduct, hence it is useful, fast and accurate as well. This testing can also be done in the early stages of the systems development life cycle (SDLC) in order to confirm desired functionality of developed product.Hope this information is clear to you and get back to us in case need more information.


Which testing is done to validate the entire product?

system testing