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

  1. Set noLoadRun true in testrun file.
noLoadRun=true
  1. Run test.
  2. You can get Spec-Report in TestResults directory.


Comparison

Normal mode

noLoadRun=false

no-load-run

No-Load-Run mode

noLoadRun=true

no-load1

Link