Nexial Automation

Test Automation Platform for everyone!

X

io » saveDiff(var,expected,actual)

Description

This command compares the content represented by expected and actual and store the differences into a variable specified via var. Internally, this command applies the same algorithm as  io » compare(expected,actual,failFast). The differences between  expected and actual are stored as text - represented by a variable specified as var. Below is an example of such text: example

The general format of the diff is:
line number | match result | \[ line content \] | additional details

Parameters

  • var - this parameter will stored the different values of the files.
  • expected - this parameter is the expected file.
  • actual - this parameter is the actual file.

Example

Script:
script

Output:
output

See Also