1e41f4b71Sopenharmony_ci# Test Subsystem ChangeLog 2e41f4b71Sopenharmony_ci 3e41f4b71Sopenharmony_ci## cl.testfwk_arkxtest.1 Change to the WindowFilter Attribute Names 4e41f4b71Sopenharmony_ci 5e41f4b71Sopenharmony_ci**Access Level** 6e41f4b71Sopenharmony_ci 7e41f4b71Sopenharmony_ciPublic 8e41f4b71Sopenharmony_ci 9e41f4b71Sopenharmony_ci**Reason for Change** 10e41f4b71Sopenharmony_ci 11e41f4b71Sopenharmony_ciThis change is a compatible change. 12e41f4b71Sopenharmony_ci 13e41f4b71Sopenharmony_ci**Change Impact** 14e41f4b71Sopenharmony_ci 15e41f4b71Sopenharmony_ciThis change affects the **WindowFilter** API provided by **@ohos.uitest**. If you have used the **WindowFilter** API of **@ohos.uitest-api9** during test case development, adaptation is required so that the compilation can be successful in the SDK environment of the new version. 16e41f4b71Sopenharmony_ci 17e41f4b71Sopenharmony_ci**Change Since** 18e41f4b71Sopenharmony_ci 19e41f4b71Sopenharmony_ciOpenHarmony SDK 4.1.5.3 20e41f4b71Sopenharmony_ci 21e41f4b71Sopenharmony_ci**Key API/Component Changes** 22e41f4b71Sopenharmony_ci 23e41f4b71Sopenharmony_ciWindowFilter<sup>9+</sup> 24e41f4b71Sopenharmony_ci 25e41f4b71Sopenharmony_ciBefore change 26e41f4b71Sopenharmony_ci 27e41f4b71Sopenharmony_ci| Name | Type | Readable| Writable| Description | 28e41f4b71Sopenharmony_ci| ---------- | ------- | ---- | ---- | -------------------------- | 29e41f4b71Sopenharmony_ci| bundleName | string | Yes | No | Bundle name of the application to which the window belongs. | 30e41f4b71Sopenharmony_ci| title | string | Yes | No | Title of the window. | 31e41f4b71Sopenharmony_ci| focused | boolean | Yes | No | Whether the window is in focused state. | 32e41f4b71Sopenharmony_ci| actived | boolean | Yes | No | Whether the window is interacting with the user.| 33e41f4b71Sopenharmony_ci 34e41f4b71Sopenharmony_ciAfter change 35e41f4b71Sopenharmony_ci 36e41f4b71Sopenharmony_ci| Name | Type | Readable| Writable| Description | 37e41f4b71Sopenharmony_ci| ---------- | ------- | ---- | ---- | -------------------------- | 38e41f4b71Sopenharmony_ci| bundleName | string | Yes | No | Bundle name of the application to which the window belongs. | 39e41f4b71Sopenharmony_ci| title | string | Yes | No | Title of the window. | 40e41f4b71Sopenharmony_ci| focused | boolean | Yes | No | Whether the window is in focused state. | 41e41f4b71Sopenharmony_ci| active | boolean | Yes | No | Whether the window is interacting with the user.| 42e41f4b71Sopenharmony_ci 43e41f4b71Sopenharmony_ci**Adaptation Guide** 44e41f4b71Sopenharmony_ci 45e41f4b71Sopenharmony_ciReplace **actived** with **active**. 46e41f4b71Sopenharmony_ci 47e41f4b71Sopenharmony_ci## cl.testfwk_arkxtest.2 Deprecation of the UiWindow.isActived API 48e41f4b71Sopenharmony_ci 49e41f4b71Sopenharmony_ci**Access Level** 50e41f4b71Sopenharmony_ci 51e41f4b71Sopenharmony_ciPublic 52e41f4b71Sopenharmony_ci 53e41f4b71Sopenharmony_ci**Reason for Change** 54e41f4b71Sopenharmony_ci 55e41f4b71Sopenharmony_ciThe API capability is enhanced. 56e41f4b71Sopenharmony_ci 57e41f4b71Sopenharmony_ci**Change Impact** 58e41f4b71Sopenharmony_ci 59e41f4b71Sopenharmony_ciThis change affects the **UiWindow.isActived** API provided by **@ohos.uitest**. If you have used the **UiWindow.isActived** API of **@ohos.uitest-api9** during test case development, adaptation is required so that the compilation can be successful in the SDK environment of the new version. 60e41f4b71Sopenharmony_ci 61e41f4b71Sopenharmony_ci**Deprecated Since** 62e41f4b71Sopenharmony_ci 63e41f4b71Sopenharmony_ciOpenHarmony SDK 4.1.5.3 64e41f4b71Sopenharmony_ci 65e41f4b71Sopenharmony_ci**Deprecated APIs/Components** 66e41f4b71Sopenharmony_ci 67e41f4b71Sopenharmony_ci| API | Description | Substitute | 68e41f4b71Sopenharmony_ci| :----------------------------: | :----------------------------------: | :---------------------------: | 69e41f4b71Sopenharmony_ci| isActived(): Promise\<boolean>; | Replaced by **isActive()**.| isActive(): Promise\<boolean>; | 70e41f4b71Sopenharmony_ci 71e41f4b71Sopenharmony_ci**Adaptation Guide** 72e41f4b71Sopenharmony_ci 73e41f4b71Sopenharmony_ciReplace **isActived()** with **isActive()**. 74