Forum Discussion
Hi Visalini,
What fails in your code? What error is posted to the log?
Hi Alex,
Actually no error is posted in the log, my code was executed but value from string variable is not inserted into a Table.
Regards,
R. Visalini
- AlexKaras8 years agoCommunity Hero
Hi,
> no error is posted in the log [...] but value from string variable is not inserted into a Table.
Why did you decided this then?
Note, that Table variables are of Temporary type which means that their values are not persisted between test runs and cannot be seen in the UI interface (except default values assigned manually).- visalinir8 years agoContributor
Hi Alex,
Thank you for your reply, but could you suggest any alternate solution for my issue which I have posted earlier to Marsha_R.
Regards,
R. Visalini
- AlexKaras8 years agoCommunity Hero
Your approach (store the value of some string variable into table variable) should work.
It is still not clear for me what exactly does not work.
More detailed steps, screenshots, etc. may help.