All variables/let in memory when execute one scenario of test
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
All variables/let in memory when execute one scenario of test
When I run a single test scenario, all variables are loaded in memory, from other scenarios, is it possible to change this in the testComplete settings?
Solved! Go to Solution.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This is how variables are sorted out in TestComplete
https://support.smartbear.com/testcomplete/docs/testing-with/variables/collections/index.html
You may need to move some of your variables to a lower level, for example from Project to Keyword, in order to isolate them in the way you are expecting.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sorry. I didn't express myself correctly.
The variables I mentioned are referring to the test script made in JS.
Today we are declaring with 'let' in the units
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There is some discussion of javascript variables here:
https://support.smartbear.com/testcomplete/docs/scripting/specifics/javascript.html
