Sanity testing is usually performed when any minor bug is fixed or when there is a small change in the functionality. It is a kind of software testing which is done by the testers to ensure that the functionality is working as expected. [Read more…] about What is Sanity testing? Advantages, disadvantages & differences
Testing
What is smoke testing? When to use it? Advantages and Disadvantages
Smoke testing is a type of software testing which ensures that the major functionalities of the application are working fine. This testing is also known as ‘Build Verification testing’. It is a non-exhaustive testing with very limited test cases to ensure that the important features are working fine and we are good to proceed with the detailed testing.
The term ‘smoke’ testing is originated from [Read more…] about What is smoke testing? When to use it? Advantages and Disadvantages
What are Agile Testing and Agile Development Activities?
The main objective in Agile is to generate working software at the end of iteration and receive feedback from the customer, to provide early business value to the stakeholders. It all starts with release planning at the start of a release followed by construction iterations. At the beginning of iteration there is iteration planning in which the user stories of high priority are pulled into the iteration backlog to define the iteration scope.
Agile Testing
Design, development and testing happens iteratively throughout the sprint and not at the end of the iteration. All the developers and testers will work together as a team to reach the iteration goal. [Read more…] about What are Agile Testing and Agile Development Activities?
What are the advantages or benefits of using testing tools?
There are many benefits that can be gained by using tools to support testing. They are:
- Reduction of repetitive work: Repetitive work is very boring if it is done manually. People tend to make mistakes when doing the same task over and over. Examples of this type of repetitive work include running regression tests, entering the same test data again and again (can be done by a test execution tool), checking against coding standards (which can be done by a static analysis tool) or creating a specific test database (which can be done by a test data preparation tool). [Read more…] about What are the advantages or benefits of using testing tools?
What is Monitoring tools in software testing?
Monitoring tools are used to continuously keep track of the status of the system in use, in order to have the earliest warning of failures, defects or problems and to improve them. [Read more…] about What is Monitoring tools in software testing?