Langauge support
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2010
03:44 AM
04-19-2010
03:44 AM
Langauge support
Hi,
How many langauge TC supported other than english?
-abhi
How many langauge TC supported other than english?
-abhi
3 REPLIES 3
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2010
06:42 PM
04-19-2010
06:42 PM
Hi Abhinav,
If you mean TestComplete's user interface then only English edition is available.
If you mean testing of localized applications then TC provides no restrictions and it is possible to test application that uses any Unicode character set.
If you mean TestComplete's user interface then only English edition is available.
If you mean testing of localized applications then TC provides no restrictions and it is possible to test application that uses any Unicode character set.
Regards,
/Alex [Community Champion]
____
[Community Champions] are not employed by SmartBear Software but
are just volunteers who have some experience with the tools by SmartBear Software
and a desire to help others. Posts made by [Community Champions]
may differ from the official policies of SmartBear Software and should be treated
as the own private opinion of their authors and under no circumstances as an
official answer from SmartBear Software.
The [Community Champion] signature is assigned on quarterly basis and is used with permission by SmartBear Software.
https://community.smartbear.com/t5/Community-Champions/About-the-Community-Champions-Program/gpm-p/252662
================================
/Alex [Community Champion]
____
[Community Champions] are not employed by SmartBear Software but
are just volunteers who have some experience with the tools by SmartBear Software
and a desire to help others. Posts made by [Community Champions]
may differ from the official policies of SmartBear Software and should be treated
as the own private opinion of their authors and under no circumstances as an
official answer from SmartBear Software.
The [Community Champion] signature is assigned on quarterly basis and is used with permission by SmartBear Software.
https://community.smartbear.com/t5/Community-Champions/About-the-Community-Champions-Program/gpm-p/252662
================================
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2010
07:08 PM
04-19-2010
07:08 PM
So suppose i have written my code for my english version product and now i want to run same code for my other langauges product then what i will do?
Is there any auto conversion option available?
Is there any auto conversion option available?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2010
11:26 PM
04-19-2010
11:26 PM
Hi,
Alexei is right, TestComplete supports Unicode and allows you to test Unicode applications. As for the TestComplete UI, it is English only.
As for conversion, there is no special feature for this. However, there are some ways to organize you tests in a language-independent way.
First, you can use Name Mapping to map objects in your application by using properties that do not contain local characters. So, your tests that use such a NameMapping scheme become language-independent.
Another way to resolve the issue is to store changing values in local variables and use the variables in your NameMapping scheme. In this case, you can set the values of the variables depending on the application's language.
Please see the "Name Mapping", "Project and Project Suite Variables" and "Specifying Identification Property Values" articles for details.
--
Dmitry Nikolaev
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
Dmitry Nikolaev
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
