Solved
Forum Discussion
Bobik
7 years agoFrequent Contributor
There is no way to access TC variables from the unit test. The best way I think is to write values into files and then read it by TC script.
There is no way to access TC variables from the unit test. The best way I think is to write values into files and then read it by TC script.
I exported API response in text file through nunit test and import it in test complete. It worked for me.
There is no way to access TC variables from the unit test. The best way I think is to write values into files and then read it by TC script.