NameError: name 'Aliases' is not defined
After the latest update I am running into a "NameError: name 'Aliases' is not defined" error when attempting to run any test. Name mapping hasn't changed, the file is still in the same location in the project and the "highlight" function still correctly recognizes the application. Is there an easy way to find links to older versions? Downgrading seems to be a common thing with TestComplete.Solved176Views0likes3CommentsName Mapping not Working in Latest Version
I am encountering a problem with name mapping in TestComplete where my script cannot find my mapped object. The mapped object is definitely visible, and if i go into the name mapping section of TestComplete and press "Highlight" test complete can see that it is on the screen and highlights it. It specifically cannot see the mapped object when the script is being run. This name mapping worked in an older version(15.61), however in the newest version of test complete(15.76). I am not sure exactly between which versions it stops working. When I initially ran into this issue, most people suggested just rolling back to the previous version, and 15.61 was the only installer i had that i knew would work. I am trying to solve this without rolling back versions because i would like to use python 3.11. Thank you, any help is appreciated.353Views0likes23CommentsDownload an Earlier Version of TestComplete
Hello, So i am looking to download a couple of specific versions of TestComplete, specifcally 15.71 and 15.72 for the purpose of looking into an issue I am encountering. However I cannot seem to be able to find a place where i can get the installers for these, or any other previous versions. I was wondering if anyone had any idea if there was a library of previous installers that I could refer to for my testing. This is in relation to another post of mine where Name Mapping stopped working within my TestComplete environment. After doing some backtracking and research, i believe it was between these two versions that it broke. I was looking to provide support with this information, though based on my searching through the forums other people have also created tickets for this and it was not ever resolved. But nonetheless i would like to make sure I'm doing my due diligence before just saying TestComplete broke its self.Solved133Views1like2CommentsName mapping gone
Hi, we are a small team and finding ourselves in this issue where whenever we make changes to the name mapping, and stage them to be committed, we notice that the <typeinfo> entries in the namemapping.tcnm xml file suddenly disappear. I think this is due to us initially not committing the typeinfo.dat file. We know have no way to restore that file. Could someone please help us understand if there is a way around this? I'm hoping there is something we can do so that it can trigger the typeinfo.dat file to be populated again/or download it. ^ the above is what it looks like, but every single name mapped entry has lost its typeinfo tag. Thank you for taking the time, NameMapping is new to us.125Views0likes4CommentsPOWERBUILDER & TESTCOMPLETE
Just wondering is there a workaround with the MSAA (pbdw*) to accommodate Powerbuilder 2019 & 2022. We migrated to 2019 and I remapped all of the datawindows in TestComplete so it would be recognized during runtime. Again, we migrated to 2022 and I'm to the same issue. I know about the supported version... Supported PowerBuilder Versions With TestComplete, you can create and run tests for applications created with PowerBuilder Classic version 12.0, 12.5, 12.5.2 and 12.6. I saw other posts with similar questions regarding the same issue. Support ticket created Thanks 🙃Solved578Views1like3CommentsNameMapping issues after IF Object statement returns false?
I submit a ticket through support already, but has anyone else seen an issue in 15.72 and 15.73 where a web test will fail with an "Unable to find the following object when executing the Click command:" error immediately following an IF Object statement that returns false? I am seeing this issue on two separate web test suites. If I use debugging to pause the test on the failing line, then right-click and "Highlight on screen" then continue, the test will work. If I just pause, then continue it will still fail. I moved that item above the IF Object statement and it works, but now the next one after the IF fails. In this image, the green item fails when by the pink item, but works when I moved it above the IF. Now the pink one fails. If I go back to 15.71, this does not happen.Solved197Views1like12CommentsTestComplete crashed the Test App when trying to add property of popuproot object
I have a dropdown, for which I need to add datacontext.Name property in the namemapping for combobox item, when trying to add this property from Edit Namemapping item, as soon as I click on the < button, to move property, the Test App hangs and finally crashes And I am never able to make it work. Any help on how to handle it would be highly appreciated.Solved116Views0likes6CommentsUse variable inside other vars default value
My Base URL has been changing a few times, Going over every item inside the namemapping to change the IP address to the website takes a while. So I want to make my BaseURL inside the namemapping a variable. To do this I found it's not possible to concat inside the namemapping ^ This doesn't work. Then I thought lets just a var for each of the programs. However I quickly found out that works for the entire run but not when running individual tests because those vars don't get set. Is there any way to set the Default value with a variable and concat the appropriate link to it? This is my current namemapping: I want to set it like this or something similar: Using the vars with a default value to also be able to run each test individually for debugging.Solved97Views0likes6CommentsCan TestComplete Name Mapping Identify Multiple Web Elements?
I'm working with TestComplete and trying to use Name Mapping to identify multiple web elements that match a given selector. However, when I paste a selector that finds multiple elements in the Name Mapping object, TestComplete only identifies the first match. Is there a way to configure Name Mapping so that it can recognize and interact with all matching elements, rather than just the first one? Or do I need to use other functions like FindElements to find the elements I need?Solved124Views0likes6CommentsName Mapping not working on remote browser
The name mapping and test cases work fine on local browsers, but would complain about page or object not found when running headless remote browsers and in parallel testing. I have the following setup for browser name mapping: For headless setup I have: server = "localhost" capabilities = { "browserName": "chrome", "headless" : "true", "screenResolution": "1920x1080", "platform" : "Headless", "record_video": "true" } Browsers.RemoteItem[server, capabilities].Run(url) Is this the correct way to work with name mapping on headless browser?1.1KViews0likes15Comments