ContributionsMost RecentMost LikesSolutionsRe: Test Complete Test in different languages I am in the NameMapping window and I already created the english and the portuguese configuration, but how do I link my configuration with my objects? Re: Test Complete Test in different languages Sorry, but I did not figure out how to do this. In this image below I have my object in pageHmi2.ionItem2.button. It is mapping the button "Reinicio por Software" in Portuguese. In this one I have my object in pageHmi2.ionItem.button. It is mapping the button "Software Reboot" in English. But when I test in Portuguese, the ionItem does not exist, and gives me error, and in English the ionItem2 does not exist. What I want to do is, whichever the language is, when I execute the test, he knows exactly which button to use or map the same place for every language. Is that possible?? Thank you very much. Thaidy Deguchi. Re: Test Complete Test in different languages How can I do this "correct NameMapping so that values do not contain localized text"? Test Complete Test in different languages Hello, I am doing several tests in my app in the Portuguese version, but when I try to run the same test in, for example, English, my test does not work. For example: I have this page below, where I have, for example, the diagnostic mapped as ...shadowroot3.button.Clickbutton that was created when I recorded the test steps. But when I change this to the portuguese version, this mapping does not work. There is anyway to make my test recognize several languages? If yes, how can I do that without rewrite everything I have done? Thank you very much to help me improve my work Thaidy Deguchi. TestComplete project item Hello, I am working with test complete and there is a way to predefine the "Count" based in a value that I have in a file or in a variable? Thanks. TestComplete dynamic objects Hello, I have started to use TestComplete a couple of weeks and I am developing tests to check if everything is okay in my device/application. My question is how I can check and count dynamic objects. Here is a concrete case, I have this series of Modules, each line is a different module. What I need to do is check if the health of the module is "OK". If the number of modules were always the same, it would be easy to check, but an external admin can add new modules under , for example "SysLog", or remove. In other words, if I record a test for 8 modules and an admin remove one, my test will give me error because I only checked 7 and the software will not find the 8th module, so I need a method that reads me the exact number of modules, for example, if I have 1 module I run the test for 1 module, if I have 6, run for 6. This is possible? Thank you very much 😃 SolvedTestComplete question Hello, I am new into the TestComplete tool and I need to save a value from the screen(p.e 20), and after refresh, the value will be increased by one(p.e 21). What i need is to check that this value was really incremented. The "Valor: 20" is one object of the screen, and i want to check if after the reboot will be "Valor: 21", "22","23","24".... How can I do that? Solved