Nexial Automation

Test Automation Platform for everyone!

X

nexial-core 1.0 (2018-03-30)

Release 1.0

2018-03-30

First release of Nexial Automation Platform.

For those familiar with Sentry, this would be Sentry v1.6. If you have test scripts created in Sentry, be sure to bin/sentry2nexial.cmd script for your project PRIOR to executing with Nexial.

If this is your first introduction to Nexial – WELCOME!

Supported commands

Here is the list of supported commands separated by their command type:

[aws.s3]

[base]

[csv]

[desktop]

[excel]

[external]

[image]

[io]

[jms]

[json]

[mail]

[number]

[pdf]

[rdbms]

[redis]

  • basic redis support added. Initial support include:
  • url based connection (ie. redis://...)
  • append(profile,key,value): append value to existing key
  • assertKeyExists(profile,key): assert if specified key exists
  • delete(profile,key): delete a key and the associated value
  • flushAll(profile): flush all data of the connected redis server
  • flushDb(profile): flush all the data of the connected redis database
  • rename(profile,current,new): rename key name
  • set(profile,key,value): add/overwrite value of a key
  • store(var,profile,key): store the current value of a key in redis to nexial context
  • storeKeys(var,profile,keyPattern): store all matching keys - based on keyPattern - to nexial context

[ssh]

[web]

[webalert]

[webcookie]

[ws]

[xml]

[nexial expression]