Ask a Question

DataGen deprecated - Alternatives to define templates/multiline properties?

SOLVED
Mithotyn
Occasional Contributor

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

12 REPLIES 12
richie
Community Hero

Hi,

 

I don't know anything about this at all other than what I read maybe 18 months ago and a couple of quick tests around the same time.

 

It did say that the Data Gen step was being deprecated and to the use the 'Data Generator' Datasource option - I only had a quick play with it - but it seemed to be easier to use than the Data Gen step.

 

Also - I'd be surprised if SmartBear deprecated one step to replace it by embedding the equivalent functionality in another step if it restricted the functionality to a point that is lesser than the current Data Gen functionality.

 

I don't mean to be rude - but are you sure the Datagenerator Datasource option does NOT give you what you need?

 

Thanks,

 

richie

if this helped answer the post, could you please mark it as 'solved'? Also if you consider whether the title of your post is relevant? Perhaps if the post is solved, it might make sense to update the Subject header field of the post to something more descriptive? This will help people when searching for problems. Ta
Radford
Super Contributor

Hi @Mithotyn, you wrote in your original post that.

 

"but unfortunately the docu states that DataGen is deprecated and will be removed in the next releases."

 

Could you post a link to this? We make use of the DataGen step and need to know if it's going to be actually removed (as opposed to just being deprecated). I had a look but couldn't find it.

 

Thanks.

Mithotyn
Occasional Contributor

@Radford 

 

https://support.smartbear.com/readyapi/docs/soapui/steps/data-gen.html

 

"The DataGen test step is deprecated and will be removed in one of the upcoming releases."

It isn't clear at all in which release DataGen actually will be removed. So in worst case it could be the right next release.

Mithotyn
Occasional Contributor

Hi richie,

 

no i am not sure, that's the reason why i was asking the community. 🙂

 

With DataGen, there is explicitly the possibility to create Templates:

 


A template property lets you create complex multi-line values. It is useful when you generate a request body.

Tip: A template can also contain property expansions. So you can use other properties of the test step.

After beeing deprecated, the docu recommends the following replacement:

 


Template DataGen does not have a direct alternative. If you need to simulate it in your tests, generate the values with the DataSource test step and add them to the request by using property expansions.


Within the DataSource, i can use Generators to generate different type of pre defined values (Address, Phone Number, GUID, ...) and "Custom Strings". But these are only single line strings, as DataSource generally is intended to act like a database which generates rows of data.

 

The "Properties" test step could be a suitable replacement, as it defines static key/value pairs. But unfortunately, the values are also only single line and there is no property expansion within the values.

 

So with DataGen beeing deprecated, i can't find any posibility to define a single multiline (template like) property to be passed to my test step.

 

Regards, Joachim

Radford
Super Contributor

@Mithotyn, Firstly do I agree with you that I don't feel the DataSource test is an inferior replacement. My main issue is that the DataGen test step is so simple to use. By the sounds of it we make similar use of it to generate complex data that can be simply referenced as a property, where we are different is I almost exclusively use the Groovy script option.

 

I will usually group together a collection of related but independent properties into a single DataGen step. With the Groovy Data Source (as recommended by the documentation) you only have a single script for all the properties you define. Thus you end up with a single script that has to generate all the properties (I feel this just makes things confusing and harder to maintain), or you have multiple Groovy Data Source each with one property (bloating your test case).

 

The Data Source test step seems to work very well for looping sets of data (I have in fact used the Groovy Data Source very successfully for looping through data), but not when you want specific data values, e.g. scenario specific data. It feels like the Data Source test step is a suitable replacement for the DataGen list, or DataGen number (using a Data Generator source). But then the DataGen Script and DataGen Template were shoe-horned in. I'll just repeat that I think the DataGen test step is simpler to use and maintain.

 

I don't think the DataGen test step is going anywhere soon, while it was deprecated in version 2.0 it was actually enhanced in version 2.1 I also would really hope that if it actually was going to be removed then we would get advance notice of it's specific removal, not just have it disappear in a new version! Rightly or wrongly I'm still using them.

 

All that being said @Mithotyn if you really don't want to use the DataGen step, have you considered using a Groovy Data Source with triple quoted strings?  Here is another good page where it has a detailed example of templating with them.

Mithotyn
Occasional Contributor

Hi @Radford 

thanks for your reply, which i agree with completely.

 

The main reason i would like to use DataGen is, that the template itself is maintained by our business engineers (with no programming skills), who also run the ReadyAPI tests. They have to change the template sometimes by copy&pasting it from another tool, so these procedure has to be as simple and foolproof as possible.

 

After the DataGen step, this template is processed by a groovy script step, which is used many times all over the test suite. So theoretically it would be possible to declare the template as multiline String inside the script, but this has some disadvantages:

 

1.) The business engineers have to carefully copy&past the string into the delimiters to not break the whole groovy script. (if this happens, they usualy won't notice that, so they would wonder why the tests fail.)

2.) This would mix up some data and logic within the groovy script, which is imho the wrong architectural approach. Especially when every other data (properties) is declared in distinct property steps, which will be referenced by the same groovy script.

 

As we are actually starting to embed this template and groovy script in many existing test suites, i don't feel well with introducing a deprecated feature.

But if you say this feature is deprecated since 2.0 and is still there, i will think about it.

Mithotyn
Occasional Contributor

Ahh.... just read the release notes for version 2.1.

 


the DataGen step will remain in the product, but will not evolve.

With this, i think it is safe to use DataGen for templating purpose.

TanyaYatskovska
SmartBear Alumni (Retired)

Hi Guys,

Great conversation!

@Mithotyn, does it mean that you've found the solution? You will continue using DataGen.

 

---------
Tanya Yatskovskaya
SmartBear Community and Education Manager



Mithotyn
Occasional Contributor

Hi Tanya,

 

i don't think there is a "solution" at all. Using a deprecated feature should never be the "right solution". But as long as ReadyAPI doesn't provide a suitable replacement for DataGen templates, there simply is NO alternative (in my point of view).

 

So i am not completly happy, but when DataGen gets never removed from ReadyAPI, i can live with that.

 

Best regards,

Joachim

cancel
Showing results for 
Search instead for 
Did you mean: