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 :) 



本文转自hcy's workbench博客园博客,原文链接:http://www.cnblogs.com/alterhu/p/3522323.html ,如需转载请自行联系原作者。
目录
相关文章
|
7月前
|
算法 安全 编译器
【C++20 新特性Concepts 概念】C++20 Concepts: Unleashing the Power of Template Programming
【C++20 新特性Concepts 概念】C++20 Concepts: Unleashing the Power of Template Programming
311 0
|
7月前
|
程序员 Swift
在Swift编程语言中,Control Transfer Statements
在Swift编程语言中,Control Transfer Statements
62 2
|
XML 人工智能 JSON
术语 | 图灵完备语言(Turing-Complete Language)
如果一个计算机语言具有图灵完备性(Turing Completeness),那么这个语言就是图灵完备语言(Turing-Complete Language)。
1895 0
术语 | 图灵完备语言(Turing-Complete Language)
|
Java Python 网络架构
|
IDE 开发工具 Windows
《Visual Basic 2012入门经典》----第1章 全身心投入:Visual Basic 2012编程之旅 1.1 开始使用Visual Basic 2012
创建一个简单但有一定功能的Visual Basic应用程序; 让用户浏览硬盘; 显示硬盘中的图片; 熟悉一些编程术语; 学习Visual Studio 2012 IDE。 学习一门新的编程语言因其难度可能使人望而却步。
1671 0
《Visual Basic 2012入门经典》----2.9 总结
在本章中,你学习了如何使用Visual Basic 起始页——Visual Basic 2012的入口;还学习了如何创建新项目和打开现有的项目。Visual Basic环境包括工作空间、工具箱及其他工具。你学习了如何在该环境中导航,包括如何使用设计窗口(隐藏、显示、停靠和浮动)。
1190 0

热门文章

最新文章