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://seniortesting.club
本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。