DataGen deprecated - Alternatives to define templates/multiline properties?
Hi all,
in our project (using ReadyAPI 2.6.0) we do need the possibility to define one multiline template per step with property expansion enabled. DataGen templates do have exactly the expected behaviour, but unfortunately the docu states that DataGen is deprecated and will be removed in the next releases.
The docu also states, that DataSource should be the proper replacement, but it isn't by far. There is no way to define some multiline text and i don't need the feature of multiple rows.
"DataSource" is surely the proper way to define database like sets of entries with rows/columns to iterate over, but not to define a single static template.
So what are my options?
Why is DataGen deprecated? When will it be removed? Why isn't it possible to define simple multiline properties? What else could i do to achive this goal?
Best regards,
Joachim
for the appium based mobile support, namemapping hasnt been implemented yet.
this means if you record your tests, you'll see that the objects are just geting called as Mobile.Device.FindElement(X) instead of something like Aliases.device.button
namemapping should be included in the next release