Changes for page Queue browser
Last modified by Erik Bakker on 2024/11/24 09:36
From version 13.1
edited by Erik Bakker
on 2023/02/17 16:03
on 2023/02/17 16:03
Change comment:
There is no comment for this version
To version 15.1
edited by Eva Torken
on 2023/08/10 16:38
on 2023/08/10 16:38
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.e bakker1 +XWiki.etorken - Content
-
... ... @@ -4,7 +4,7 @@ 4 4 Please note that this microlearning is for the new monitoring stack only. 5 5 {{/warning}} 6 6 7 -In this microlearning, we will focus on the queue browser functionality. Atsomepoint in time,you haveo build yoursolutionand have tested yoursingleunit/flow to see whetherrnottworks. A logicalnextstepwouldbetolink certainunits/flowstogethertotestwhetheryoucancommunicateviaeMagizbetweentwoseparatesystems. A crucialpartof a systemintegrationtestisthat both thesendingandreceivingsystemsre onlineandreadytoproduceorconsume.7 +In this microlearning, we will focus on the queue browser functionality. This new feature within our 3rd generation runtime allows you to view data flowing through your system. On top of that, it enables you to wiretap information for analysis purposes and even delete messages that should not be in a specific queue. 8 8 9 9 Should you have any questions, please contact [[academy@emagiz.com>>mailto:academy@emagiz.com]]. 10 10 ... ... @@ -15,53 +15,58 @@ 15 15 16 16 == 2. Key concepts == 17 17 18 -This microlearning centers around systemintegration testing.18 +This microlearning centers around the queue browser. 19 19 20 -By system integration testing we mean: A test that is designed to test whether two systems can communicate via eMagiz in the intended way 20 +* The queue browser can be used to view data on the queue 21 +* The queue browser can be used to wiretap a queue to see all future messages (in the next five minutes) 22 +* Message payloads above 100KB are not shown 23 +* The queue browser allows you to delete one (or all) message(s) from the queue 21 21 22 - AuditingtheeMagiz data models can be done by navigating to the specific data model in question in the Design phase and selecting the button calledHistory located in the bottom bar.25 +== 3. Queue browser == 23 23 24 - ==3.SystemIntegration Testing==27 +To enhance the observability of your integration landscape while running in the 3rd generation runtime architecture, we have added a new feature to our Manage phase called the "Queue browser." You can access this functionality via the "Explore" menu in Manage. Then, with the help of the queue browser, you can browse your queue as the name suggests. 25 25 26 -The purpose of performing end-to-end testing is to identify system dependencies and to ensure that the data integrity is maintained between various system components and systems. This means that each change made to integration should be tested to make sure that production-like scenarios don’t lead to any unexpected errors when the new functionality is released to production. 27 -During the development of new features, you will need multiple testing methods. Each method has a different purpose to help you in the different steps of the development process. Not in every case, each test is applicable however they are still recommended. Examples include: 29 +To do so, we offer two options within this functionality. First, we have the Explore function, and we have the Wiretap function. When selecting a queue and opting for the Explore option, you get a live view of the current data in the queue. Then, when choosing the Wiretap functionality, you automatically wiretap your queue and are presented with copies (on a particular queue) of your actual message that passes through the queue from the moment you press the Wiretap button. 28 28 29 -* Unit testing 30 - ** Offline testing 31 - ** Flow testing 32 - ** Integration testing 33 -* Regression testing 34 -* Performance testing 35 -* End-to-end testing (UAT) 31 +[[image:Main.Images.Release Blog.WebHome@queue-browser-overview.png]] 36 36 37 - [[image:Main.Images.Microlearning.WebHome@intermediate-testing-in-emagiz-system-integration-testing--various-steps-of-testing-highlight-sit.png]]33 +190-release-blog--queue-browser-overview.png 38 38 39 -A n important stepisto determineasearlyaspossiblethedifferentscenarioswhich youneedtotest duringyour end-to-end test.The earlieryouhavetheseclear, thebetteryoucan testyour changes during the process. This will improvethe qualityoftheintegration.Beforestartingthe Create phase,thetestscenariosshould beagreeduponwiththebusinessowners.This is one ofthe Definition ofDoneitemsfromtheDiscovery(Capture & Design)phaseweadvise.35 +After selecting the queue and choosing the option, eMagiz will show you the list of messages (oldest first) that are currently on the queue (Explore option) or that have passed the queue since the moment you activate the option (Wiretap option). For each message, you have various options at your disposal. 40 40 41 -During the development, you have considered what the steps and effects are of the new functionality and change. While implementing, you need to test continuously to verify if the changes made behave as expected. The eMagiz platform offers you features that help you during these tests. While doing development you can use the flow testing functionality in eMagiz to test your small units/flows. 37 +* Delete the message from the queue (Explore option) 38 +** This means throwing away live data, which can be helpful in a test or acceptance environment where you inadvertently put many messages on a queue. 39 +* Clear message from the wiretap queue (Wiretap option) 40 +** Once you are done with the analysis of a specific message in the wiretap functionality, you can clear it from the overview, so it does not clutter the view anymore 41 +* Refresh messages list (both options) 42 +** By pressing this button, you can refresh the list of messages displayed to you. Note that the list is sorted in such a way that the oldest messages are shown first 43 +* Save as test message 44 +** By pressing this button, you can save the message and use it in our flow testing functionality in Create. Note that we link the message to the corresponding flow if we can. Should we not be able to do so, we link the message to your model so you can still use it in the flow testing functionality. 45 +* Download 46 +** By pressing this button, you can download the message and use it outside of the tooling should that be needed. 42 42 43 - However, at somepoint, you need tolink theseunits/flows together.That is when you as a developer should want to do asystem integration testingto determine for yourselves that everything that youand others within the team have worked to connect twosystems works across all thosescenarios. This way you know that this solution isready for (User) Acceptance Testing.48 +[[image:Main.Images.Release Blog.WebHome@190-release-blog--queue-browser-explore-overview.png]] 44 44 45 - In other words, a systemintegration test is designed to test whether two systems can communicate via eMagiz inn intended way.Thefocus of thesystem integration test is on thetechnicalpartof the integration.In other words, determining that all separate units/flows communicateproperlywitheachotherand with theother systems.50 +[[image:Main.Images.Release Blog.WebHome@190-release-blog--queue-browser-wiretap-overview.png]] 46 46 47 -== 4. Assignment == 52 +{{info}} 53 +The following restrictions apply to this functionality: 54 + * Message payloads above 100KB are not shown in the queue browser as they constitute a "large message." 55 + * The wiretap functionality works for five minutes, during which you can use the refresh button to see new messages coming in. 56 + ** After five minutes, the wiretap functionality will be shut down automatically underwater. 57 + ** To see new messages after five minutes, you must access the wiretap functionality from scratch. 58 +{{/info}} 48 48 49 -Browse the internet to learn more about System Integration Testing. Use the suggested additional readings as a starting point. Furthermore, see if you and your team members already do this or not. 50 - 51 51 == 5. Key takeaways == 52 52 53 -* There are various stages of testing 54 -* System Integration Testing (SIT) verifies that all the units that link two systems together work in perfect unison 62 +* The queue browser can be used to view data on the queue 63 +* The queue browser can be used to wiretap a queue to see all future messages (in the next five minutes) 64 +* Message payloads in excess of 100KB are not shown 65 +* The queue browser allows you to delete one (or all) message(s) from the queue 55 55 56 56 == 6. Suggested Additional Readings == 57 57 58 -If you are interested in this topic and want more information on itplease read thefollowinglinks:69 +If you are interested in this topic and want more information, please read the help texts in eMagiz. 59 59 60 -* [[System Integration Testing>>https://www.softwaretestinghelp.com/system-integration-testing/||target="blank"]] 61 -* [[SIT Explained>>http://tryqa.com/what-is-system-integration-testing/||target="blank"]] 62 62 63 -== 7. Silent demonstration video == 64 - 65 -As this is a more theoretical microlearning we have no video for this 66 - 67 67 )))((({{toc/}}))){{/container}}{{/container}}