qtp descriptive programming multiple language(多语言支持)

so easy,

1,use the descriptive programming;

2,use the | chracter to seperate the different language text ,so it can found the different language text ,if it found then it recognize the object correctly ;

for example :

there is a web element ,in chinese it shows the text as :选择客户名称通过过滤器,but in english it shows the text is:Select customer by filter

  set objCustomerfilter=objPage.webelement("innertext:=Select customer by filter|选择客户名称通过过滤器 ","html tag:=A")

ok, now you can use the above code to make your code supported different language issues.enjoy it :) 

转载于:https://www.cnblogs.com/alterhu/p/3522323.html

猜你喜欢

转载自blog.csdn.net/weixin_34326179/article/details/94029701
QTP