smoke testing Archives - Indium https://www.indiumsoftware.com/blog/tag/smoke-testing/ Make Technology Work Mon, 22 Apr 2024 13:18:09 +0000 en-US hourly 1 https://wordpress.org/?v=6.5.3 https://www.indiumsoftware.com/wp-content/uploads/2023/10/cropped-logo_fixed-32x32.png smoke testing Archives - Indium https://www.indiumsoftware.com/blog/tag/smoke-testing/ 32 32 Empowering Testing Excellence: Exploring the Synergy between Azure DevOps and Diverse Testing Techniques https://www.indiumsoftware.com/blog/empowering-testing-excellence-exploring-the-synergy-between-azure-devops-and-diverse-testing-techniques/ Mon, 05 Jun 2023 07:53:34 +0000 https://www.indiumsoftware.com/?p=17076 There are plenty of blogs out there with clear explanations about what Azure DevOps is and what it’s capable of. This blog is going to attempt to see Azure DevOps from the perspective of a tester. As we move along with the blog, we will understand more about how various testing techniques work well with

The post Empowering Testing Excellence: Exploring the Synergy between Azure DevOps and Diverse Testing Techniques appeared first on Indium.

]]>
There are plenty of blogs out there with clear explanations about what Azure DevOps is and what it’s capable of. This blog is going to attempt to see Azure DevOps from the perspective of a tester. As we move along with the blog, we will understand more about how various testing techniques work well with the tool mentioned above.

Azure DevOps is a modern-day tool used for version control and trouble-free team management. An individual can manage his entire team with a minimum of a browser as a requirement. The team can easily be part of different countries and manage their activities without any delay. The development team can be in one country, and the testing team can be working in another country. Even If the management has trust issues, the Azure Audit does an audit of each activity that the team is doing, and the management must only worry about cross-country chatting and financial management.

The following types of testing are mission-critical for ensuring the success and reliability of your software:

  1. Unit Testing with Azure DevOps
  2. Integration Testing with Azure DevOps
  3. System Testing with Azure DevOps
  4. Functional Testing with Azure DevOps
  5. Acceptance Testing with Azure DevOps
  6. Smoke Testing with Azure DevOps
  7. Regression Testing with Azure DevOps
  8. Performance Testing with Azure DevOps
  9. Security Testing with Azure DevOps
  10. User Acceptance Testing with Azure DevOps

1. Unit Testing with Azure DevOps

Unit testing is breaking the code into its parts and testing each separate code one by one. This testing technique should never be confused with any other testing technique. This is because unit testing is like laying a brick. Brick by brick, the developer will lay code and test each code unit; this is what unit testing is all about. Azure DevOps creates version-controlled parts of the project; they can be assigned, and the automation tests can be tested using a version-controlled build. It also provides the user with the ability to have a view based on recent pipeline activities and control access to various stakeholders.

Fig 1. Pipelines in Azure DevOps

2. Integration Testing with Azure DevOps

Integration testing establishes testing techniques for when the individual bricks of code are laid together to test the data movement and failure points when separate developers merge their code together. Since each developer is separate, they can make fatal flaws in how the code blends together. Terraform is a recommended tool from the Azure team for such chaotic activity. The tool allows the user to create their own customised configuration files and allows the developer or tester to test the ability of their code to work with these config files, along with an additional static code analysis feature. For more information regarding Terraform, visit their website, Terraform by HashiCorp. Another cool thing about Terraform is that it is Datadog-ready.

 

Fig 2. Integration Testing flow using Terraform

3. System Testing with Azure DevOps

System testing tests all the modules together and is closely related to integration testing in the sense that all modules are integrated together to do a full system QA. Azure DevOps allows integration with various service providers. The workings of this are already mentioned in integration testing. Another nuance of system testing is that the testers may not have the necessary understanding of how the code works. It is divided into functional and non-functional testing.

Also Read: Testing Assistive Technologies in a Product

4. Functional Testing with Azure DevOps

Testers like to fondly call functional testing feature testing because it’s exactly that. The tester tests all the features of the individual module and sees that the features that you intended to have in the software are there in the product. A few years of experience will tell you that Azure DevOps is a lifesaver in terms of linking manual test cases with bugs, PBIs, and feature requests. The Azure DevOps and its rich UI provide a very good mapping of individual features of the product, which allows newbies to join the team to understand the pros and cons of the product within a 60-day period for the development or testing team. Some of these details can be used again by automation to conduct regression testing.

5. Acceptance Testing with Azure DevOps

Code must be accepted in the context of business, user requirements, regulation, the vision of the developers, and feedback from the testers. Just like the Azure DevOps functional test. Azure DevOps is good at keeping track of users’ use cases, scenarios, and even edge cases. Every idea from every individual on the team can be tracked and used at any phase of the project to get a customer-centric product. Standardised tests in the context of regulations that will be applied to the product can also be added to plans in Azure DevOps when they need to be conducted.

6. Smoke Testing with Azure DevOps

This is simply to check or test whether the build is stable enough or worthy enough to do a sanity or regression test. The plan will mostly come from years of experience from previous releases or simply from a list of critical functionalities that should be working, based on the consensus made by the management on what should be working.

7. Regression Testing

Smoke tests and sanity lead to regression with regular intervals to submit a bug. The entire code is under scrutiny. Azure DevOps can help in creating manual tests in a flash based on queries from in-sprint QA and years of experience in testing the product. Azure DevOps helps in creating the test plan and managing it at the time of execution with the help of filters and neat charts that provide feedback to management and the tester about their progress. What shift managers fail to manage in factories, Azure DevOps does in a flash: employee engagement when the work is in progress.

8. Performance Testing

Performance testing is a test to know whether software performs at scale, on a good foundation for speed, and to remove bottlenecks whenever developers and testers identify bottlenecks. The example provided below is based on a tool of preference based on popularity. Ex: JMeter and test engines connected to the virtual machine and various other tools and app services to conduct performance testing using a dashboard from Azure DevOps Performance testing is simple with Azure DevOps.

Fig 3. Load testing flow in Azure DevOps

9. Security Testing

Test the HTML and JavaScript code; for other cases, it’s different, for vulnerability to threats, security loopholes, risks, and emulating an actual hack or attack. Pen testing is one example of security testing. Security testing involves adding common CVE-identifying tools to a Kali Linux machine, adding them to Azure DevOps using Azure agents, running security tests, and providing feedback using Azure charts using data available to Azure DevOps.

10. User Acceptance Testing

Code must be accepted in the context of business and user requirements, as well as based on regulations, by the end users. Support engineers love it because it integrates well with the sales force. Continuous cooperation among support engineers, in-sprint engineers, and regression of manual and automation can constantly happen. They can quickly interact with urgent changes and ensure that the code is stable after testing.

From Unit Testing to User Acceptance Testing, our experts leverage Azure DevOps to ensure the quality and reliability of your applications. Schedule a consultation now.

Click here

Conclusion

Based on the above description, Azure DevOps is a tool that allows a wide range of integration with tools of maximum importance in the development and testing of a new product. Along with it, it has control over the process of development and testing with neat features like version control based on Git and Team Foundation. Everything is audited. The dev team, management, and product owners can all be in sync with the latest features and details. Since Microsoft owns almost everything related to IDEs, Git, and cloud infrastructure, it is going to be the future of everything in development, at least for the foreseeable future.

 

The post Empowering Testing Excellence: Exploring the Synergy between Azure DevOps and Diverse Testing Techniques appeared first on Indium.

]]>
Difference between Smoke Testing & Sanity Testing https://www.indiumsoftware.com/blog/smoke-testing-vs-sanity-testing/ Fri, 06 Jan 2017 06:53:00 +0000 https://www.indiumsoftware.com/blog/?p=868 Smoke testing and Sanity testing two most confusing topics in software testing Services. There are a lot of explanations and definitions but this article is to clear the confusion between both the testing methods. Differentiating Smoke & Sanity Testing with the help of above diagram Software Build Definition The term build is the process by which source

The post Difference between Smoke Testing & Sanity Testing appeared first on Indium.

]]>
Smoke testing and Sanity testing two most confusing topics in software testing Services. There are a lot of explanations and definitions but this article is to clear the confusion between both the testing methods.

Differentiating Smoke & Sanity Testing with the help of above diagram

Software Build Definition

The term build is the process by which source code is converted to a stand-alone form that can be run on any system.

The most important step of a software build is the compilation process. In compilation process the source code files are converted into executable code. Usually, build tool manages the process of building software.

Looking for something cost-effective?

Expecting more from less? Check out Indium’s

Read More

Builds are created when a certain point in development has been reached or the code has been predictable ready for implementation, either for testing or release.

A software build is also known as code build.

What is Smoke Testing?

Smoke Testing is one of the popular software testing services performed after software build to find out that the critical functionalities of the program is working fine.

It is performed “before” any detailed functional or regression testing on the software build.

The purpose of this testing is to discard any broken application, so that the QA team does involve and waste time in installing and testing the software application.

In this, the test cases selected cover the important functionality of the system. The objective is not to perform in-depth testing, but to verify if the critical functionalities of the system are working fine.

What is Sanity Testing?

Sanity testing is performed after receiving a software build, with minor changes in code, or functionality, to confirm that the bugs have been fixed and there are no further issues introduced due to the new changes. The objective is to determine that the recommended functionality works as expected. If the test fails, the build is rejected to save the time and costs involved in a more severe testing.

SMOKE TESTING SANITY TESTING
Smoke Testing is performed to ascertain that the critical functionalities of the program is working fine Sanity Testing is done to check the new functionality I bugs have been fixed
The objective of this testing is to verify the “stability” of the system in order to proceed with more rigorous testing The objective of the testing is to verify the “rationality. of the system in order to proceed with more rigorous testing
This testing is performed by the developers or testers Sanity testing is usually performed by testers
Smoke testing is usually documented or scripted Sanity testing is usually not documented and is unscripted
Smoke testing is a subset of Regression testing Sanity testing is a subset of Acceptance testing
Smoke testing exercises the entire system from end to end Sanity testing exercises only the particular component of the entire system
Smoke testing is like General Health Check Up Sanity Testing is like specialized health check up

Hope this article was helpful to understand the basic difference between smoke & sanity testing.

Please comment with your suggestions on the article.

https://youtu.be/KlfYKIlblIQ

The post Difference between Smoke Testing & Sanity Testing appeared first on Indium.

]]>