Nexial Automation

Test Automation Platform for everyone!

X

step » observe(prompt)

Description

This command provides a facility for user to manually record his/her observation after performing an action or task. The use input (i.e. the observation) will be displayed as part of the execution output

This is particularly useful when use in conjunction with base ยป startRecord(). One can note the results for certain actions to help others better understand the behavior of the automation script and/or application under test.

Parameters

  • prompt - The prompt to display on console.

Example

Script:

During execution, the prompt is displayed on console (| Write Observation Here):

Output:

See Also