Interface EditFieldConstants


public interface EditFieldConstants
If you're tired of continuously redefining the same constants for fields in all your functional tests, why not keep them here in one place?

These are constants intended for use in setting form elements, e.g. tester.setFormElement(xxx, "some value");. They could also be used in assertions or anything you like really.

Since:
v4.2