No-Load-Run mode (NLR mode)
To generate Spec-Report for manual testing, use “No-Load-Run mode”.
In this mode, every command output logs without executing actual test. Every conditional branch (such as ifTrue, ifFalse, android, ios, specialTag, etc) runs inner commands and outputs logs without interacting systems under test.
Running tests in No-Load-Run mode
- Set
noLoadRun
true in testrun file.
noLoadRun=true
- Run test.
- You can get Spec-Report in TestResults directory.
Comparison
Normal mode
noLoadRun=false
No-Load-Run mode
noLoadRun=true