On this video, i shared you about what is software testing and why you should care. This 17 minutes video will discuss
Software testing as a foundation of software quality
Software testing classification
Software testing and debugging
Testing design consideration
Software testing in agile process
Enjoy this tech-talk video and please subscribe and like, if you enjoy the video
//
In the era of AI and Industry 4.0, I am wondering what is the role of software engineering? What current trend in software engineering research? And What the next agenda of software engineering research. This article will give you a sort insight based on current trend of software engineering in ACM SIGSOFT
The Most Cited Researches all the time
Unit Testing
Software Architecture
Source Code Automation
System Optimization
Bugs and Defect
Subject Areas all the time
Software Testing and Debugging
Software Development and Process Management
Software and Its Engineering
Designing Software
Current trends on Software Engineering
Automated Testing with Machine Learning, AI, or DNN
Test Plan and Combinatorial Model
Issues and Change Tracking
Conflict and Project management
Software Process Model (DevOps, etc.)
That's it. Hopefully we can focus with the current research landscape software engineering.
//
Hi Folks, we continue with our journey in Azure DevOps. Today, we will discuss the Azure Test Plan. Testing is a big deal in the software development process. The quality of the software comes from quality Azure Test Plan. This article will cover beginner guide for Azure Test Plan. In order to make it simple, we will separate some of technical detail in another post. So lets get started.
Before we start
In order to do Azure test plan, you should have
Up and Running Azure DevOps. This service is free of charge. You can register to http://dev.azure.com
Kanban Board is ready. You should already setup your Azure Boards. You can see the beginner tutorial of Azure Board here
If you want do a Load Test, having Azure Subscription is great, you can get in http://azure.com
Beginner Guide Scenario
On this guide, we will create a test plan, a test case. We will discuss load test in the next guide.
medianet_width = "600";
medianet_height = "250";
medianet_crid = "858385152";
medianet_versionId = "3111299";
Step by Step Scenario
Create a test plan.
We will start creating a test plan. A test plan is a collection of a test case. It can be related with features or iteration. In this case, we will create a test plan based on iteration. We create a test plan in Sprint 1.
Create a test case
Test case is a set condition based on use case or user story to make sure the software satisfy the requirements. Test case is grouped into a test plan. In the test plan, we can create a test plan
You should relate a test case into a use case or a user story. You can do that by add the link the user story as shown on the picture
The most important things in a test case is step by step of the user action.
Run a test case
You can run a test case for web or desktop. Unfortunately, there is no option to run the test for mobile application
For this example, we click run for web application. Your browser will create a pop up. You can do use acceptance testing by opening the web and then click based on the scenario
You can click the checklist button if test is passed. Otherwise, you can click the cross button if failed test step. On this example, we have failed test in step 4. In this step you can fill the comment section
Beside comment you can put the attachment and create bug. On this example, lets create a bug. The repro step is created, we just need to add the bug name, put the severity, add the effort estimation.
Managing the Bugs
The bugs will be stored in Azure Boards, and the test result will be on failure state. We can restart the test or edit test the case when necessary
Conclusion
On this step, we setup a test plan, create a test case, run a test, create a bug. In the next section will discuss automated testing. See you
medianet_width = "600";
medianet_height = "250";
medianet_crid = "858385152";
medianet_versionId = "3111299";