Version 5.4.503
The latest update introduces Loops to useMango™, making it easier to repeat specific test steps in your tests. With Loops, you can now repeat steps a specified number of times or data drive the loop. This feature saves time and effort by removing the need to repeatedly recreate steps, helping ensure your tests stay consistent.
We’ve also added a new data type called Table, specifically designed to work with Loops. Loops use data from a table to iterate over rows of the table and utilise the corresponding data in steps of the loop. This makes it easy to test the same steps with different input values, offering greater flexibility when designing tests.
For more detailed information on using loops in useMango™, click here
Issue: The ‘Import Dataset’ button in the Datasets section becomes misaligned when a new dataset is added.
Fix: The ‘Import Dataset’ button is now anchored to the right and stays in place after a new dataset is added.
Issue: Jenkins jobs containing tests with junctions would be marked as failed.
Fix: Jenkins jobs show the correct execution result for tests with junctions.