Forum Discussion

TestQA1's avatar
TestQA1
Frequent Contributor
2 years ago
Solved

How to display ERRORLEVEL value in test execute run

Hi,   I'm running tests with Test Execute and use echo to display any info. on the console. I have some conditions for ERRORLEVEL in bat files. But, I am not able to display ERRORLEVEL value using...
  • rraghvani's avatar
    2 years ago

    You can do,

    echo %ERRORLEVEL%