Status: New
Owner: ----
Labels: Type-Enhancement Priority-Medium
New issue 1609 by Marcin.Koperski: Option to store variables in file
http://code.google.com/p/robotframework/issues/detail?id=1609
It would be nice to have to have option to save and load variables from
file.
It would be especially useful for test cases that work with big tables
(example results from database query) and you simple want to re use those
results.
I think it could use serialization
example use
@{results} = query |select * from tables|
Store Variable ${results} ${path}
${results} = Load Variable ${path}
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
---
You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.