tmpalaniselvam
unread,Dec 27, 2010, 8:34:17 AM12/27/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to robotframework-users
Hi,
I'm developing generic high level keywords for my tests. Sometimes I
have to use multiple conditions with AND or OR logic.
Scenario:
Generic function with boolean (Expected) argument to handle error
popup windows.
If true is passed and Error window did not appear, then test should be
failed.
If false is passed and Error window appears, then test should be
failed and error msg should be return..
Just would like to know, Is it possible with current framework
keywords?
Thanks,
Palani.