ReqnRoll Dynamic Table can now AutoGenerate Test Data dynamically !



AI Summary

Summary of Video: New Features in Exit Automations Wreck and Roll Dynamics Library

Version Update

  • The library updates from version 1.0.0 to 1.1.1.

New Features

  1. Asynchronous Operation Support
    • New async methods introduced:
      • create_dynamic_instance_async
      • compare_dynamic_instance_async
    • Use the await keyword for async operations.
  2. Autofixture Integration
    • Added support for generating dynamic data (e.g., strings, emails, phone numbers).
    • Supported types include:
      • String, Int, Decimal, Double, DateTime, Boolean, Email, Phone, URL, Name, Address, City, Zip Code.
    • Extendable for new data types through registry entries.
  3. Dynamic Data Tables
    • Introduced nested dynamic data tables for easier data management without long tables.
    • Allows use of format similar to JSON for structuring data in rows.
    • Simplifies the handling of complex forms in BDD scenarios.
  4. Enhanced Filtering & Selection
    • Features for filtering rows and selecting specific columns added.
    • Process of creating horizontal tables from vertical tables facilitated.

Conclusion

  • The updates provide greater flexibility and streamline data handling for users.
  • Encouraged users to try the new features and share feedback.