This functionality is supported only if you are using the Classic Agent.
When you record classes,
Silk Test Classic enumerates properties and methods as follows:
- By default,
Silk Test Classic filters out methods and properties inherited at or above a certain level in a class hierarchy. The threshold at which filtering occurs varies according to the hierarchy. The filtering process makes it easier for you to find the methods and properties you use most frequently. You can turn off this filter to access any of these inherited methods and properties.
- After filtering,
Silk Test Classic enumerates only those native methods that accept or return supported Java classes. You can however use unsupported native methods with subclasses that are supported.