How to test a Checkbox within a table [message #1034216] |
Fri, 05 April 2013 02:42  |
Eclipse User |
|
|
|
Hey everyone,
I have a problem with testing a checkbox, which is in a table. I need to check , if the checkbox is enabled or disabled.
I already know how i can check a checkbox normally. But not how to do so, when this checkbox is in a table. The object mapping mode just recognizes the table and not the checkbox itself.
Has anyone an idea how to do this test ?
Thanks & greetings
Maxikar
|
|
|
Re: How to test a Checkbox within a table [message #1037059 is a reply to message #1034216] |
Tue, 09 April 2013 02:09  |
Eclipse User |
|
|
|
Hi,
There is no separate action for it, but you can sometimes check one of two things:
- Check the text (true for checked, false for not)
- Check a property on the cell
You might want to speak to a developer of your AUT to find out which one would work, and if neither currently work, whether this kind of text / property support could be added.
Hope that helps!
Alex
|
|
|
Powered by
FUDForum. Page generated in 0.02998 seconds