From the picture it looks like you are working with an RCP AUT, which would mean that the component depicted is an "SWT Tree" you can find modules to select the checkbox and check its selection in the "unbound modules SWT" library. Documentation is here.
I have tried the testcases for SWT tree but this is not tree.This is the Import wizard in the Eclipse.This wizard shows up in Import from File System.I have checked it with SWT SPY and it is showing it as table.
Ah, my bad Sorry about that. To toggle the state of the checkbox, I have a feeling that you'll have to do one of two things:
- either use the select cell/ select value from column actions and use e.g. 5 percent and 5 percent as the places to click within the cell. That should be close enough to get the checkbox
- if you're only testing on windows systems, then you may be able to select the table row you want then hit "SPACE". IIRC that toggles the checkbox as well.
Space bar thing worked for me.
I have another question. edit-parts in RCP are identified by the class they are associated with (With inspector view).Can they be identified by their names on Figure canvas?