Skip to main content
September 8, 2022
Question

Fitnesse - Catpure Page level action

  • September 8, 2022
  • 4 replies
  • 0 views

Is it possible to capture the page level action?

   Eg : When submit button is clicked - We get - "Action Completed" Message

or

Eg: When submit button is clicked - "Field 1 is a required field"

How do we capture the messages? 

    4 replies

    September 9, 2022

    I think this will help you.

    if you mean this message when submit the form? Then you can make that field as required field and you can give the required message as you want.

    harshitb6843
    September 9, 2022

    I don't think he means this. The question is more about capturing the message in Fitness (automation tool for testing)

    arunr0008Author
    September 9, 2022

    How to capture the above message?  in FitNesse

    November 7, 2022

    Try: 

    |verify text| Action completed| is present| 

    |verify text| Field 1 is a required field| is present|