murugans1011
11 years agoRegular Contributor
TestComplete variable data storages
is it possible to store to store data in "table" type variables during runtime.variable get stored during runtime but when script execution stopped the values becomes null.how to store it as permanent value
- Hi,
Table-type project variables cannot be created as a persistent ones so you must consider to use some other storage (file in the Stores, a set of project persistent variables, etc.).