List Icon
Mailing list Archive

2019 up to July 2022 | 20182017  |  2016  2015 2014 | 2013

The mailing list has been closed since July 2022, but continues to serve as an archive of information about QF-Test.
If you want to stay informed about news about QF-Test, you can simply subscribe to our newsletter:
Subscribe to Newsletter  


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[QF-Test] Simple If statement


  • Subject: [QF-Test] Simple If statement
  • From: "Solomon, Daniel" <dsolomon@?.com>
  • Date: Mon, 24 Aug 2015 15:26:30 +0000

I am learning QF-test and want to do a simple if statement. If I make a change on this one page it enabled an "Apply" button that I want to click if it becomes enabled.

 

When I check if the button is enabled this is what appears

 

    Check boolean: enabled (true) [buttonApply=>($client)]

 

So I want to say something like

 

    if 'buttonApply.enabled'=="true"

    Mouse Click [buttonApply=>($client)]

 

but that doesn't seem to work