diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/resources/base/element/integer.json b/function/ui_compare/uicompare/entry/src/ohosTest/resources/base/element/integer.json new file mode 100644 index 0000000000000000000000000000000000000000..0cf2364d45a04a8728c52846397b489032563833 --- /dev/null +++ b/function/ui_compare/uicompare/entry/src/ohosTest/resources/base/element/integer.json @@ -0,0 +1,15 @@ +{ + "integer":[ + { + "name": "0", + "value": 0 + }, + { + "name": "20", + "value": 20 + },{ + "name": "50", + "value": 50 + } + ] +} \ No newline at end of file diff --git a/function/ui_compare/uicompare/entry/src/ohosTest/resources/base/element/string.json b/function/ui_compare/uicompare/entry/src/ohosTest/resources/base/element/string.json index e59486fd7c299c6e42dcd6c724f0a7547e02a7b5..844c9aefc7ef9da8fcf906c57bd7cd5bd6c6cfe8 100644 --- a/function/ui_compare/uicompare/entry/src/ohosTest/resources/base/element/string.json +++ b/function/ui_compare/uicompare/entry/src/ohosTest/resources/base/element/string.json @@ -35,6 +35,18 @@ { "name": "fontfamily_1", "value": "HarmonyOS Sans" + }, + { + "name": "test_value", + "value": "-10" + }, + { + "name": "TestAbility_label_p", + "value": "100%" + }, + { + "name": "abc", + "value": "abc" } ] } \ No newline at end of file