Search found 3 matches
- Mon Aug 21, 2017 8:10 pm
- Forum: Zee Language
- Topic: Cleanup SVN enabled project
- Replies: 0
- Views: 42865
Cleanup SVN enabled project
Over time with an SVN enabled Zeenyx AscentialTest, the size of the project folder will increase along with the amount of SVN activity (commit, revert, etc.). The size increase is typically found in the hidden .svn directory within each AscentialTest project. Deleting the .svn to free space will bre...
- Mon Aug 21, 2017 6:32 pm
- Forum: Zee Language
- Topic: Silent Install of AscentialTest
- Replies: 1
- Views: 26970
Silent Install of AscentialTest
Zeenyx AscentialTest can be silently installed on a PC using the commands and option flags detailed below. These command samples assume embedding these lines in a Windows batch (.bat) file. The .exe for the AscentialTest install will, of course, change depending on release version. In addition, the ...
- Wed Mar 22, 2017 8:25 pm
- Forum: Zee Language
- Topic: Using sStepName
- Replies: 0
- Views: 44543
Using sStepName
The Step class contains an attribute sStepName which can be used to obtain the name of the current step. This attribute can then be used to identify from which step a specific output line occurs in the results of a test run. This annotated output can be helpful in quickly determining from where spec...