Forum Discussion
SmartBear_Suppo
Alumni
14 years agoHi Ali,
- to detect name changes you need to add property listeners to each TestStep for the "name" property
- to detect testcase changes you can either add a property-listener to the TestCase and listen for changes to the "testSteps" property, or you can add a TestSuiteListener to the containing TestSuite which will get notified in the corresponding methods.
Hope this helps!
regards,
/Ole
SmartBear Software
- to detect name changes you need to add property listeners to each TestStep for the "name" property
- to detect testcase changes you can either add a property-listener to the TestCase and listen for changes to the "testSteps" property, or you can add a TestSuiteListener to the containing TestSuite which will get notified in the corresponding methods.
Hope this helps!
regards,
/Ole
SmartBear Software