When change a name in NameMapping, Then the object name in script tests would also update
Let's say you don't like the name you gave an object in the NameMapper. When you change the name of that object, the name will also be updated in any and all Keyword tests which this object was used in. However, the name will Not be updated when used in script tests. It would be nice if the name would be updated in Scripts. Sometimes we think of better naming conventions and want to rename some objects.1.4KViews25likes6CommentsUse Variables in the sql connectionstring
Hi there, I'm using 2 environments and 2 databases: 1 to create the testcases and 1 to execute them I want to check the results with DBTables Custom queries (SSMS) and I have i.e. next connectionstring: How CAN I make this string Variable ? When I login at the ALPHA-environment I want in the string ALPHA and server01 When I login at the BETA-environment I want in the string BETA and server02 Greetings, Sjef van Irsel718Views0likes6CommentsHow to work simultaneously on the same Test Complete project without conflict messages?
Situation: Currently, two people are working on the same Test Complete project simultaneously. However, the issue we are facing is that whenever one user makes changes, Test Complete continuously displays a message to the other user saying that the file has been modified, and they need to confirm or discard the changes. This is slowing down our workflow since we constantly have to manually confirm every change instead of having them sync automatically. Question: Is there a way to configure Test Complete so that: Two people can work on the same project at the same time without interfering with each other. Changes are saved automatically without prompting the other user to confirm them. We can avoid unnecessary conflicts when saving test scripts and Name Mapping objects? What we have tried so far: Disabling "Update Name Mapping during test run" Turning off automatic saving in Log and Recording settings Splitting tests into separate files to minimize conflicts Using separate copies of the project, but manually merging the tests is not the most efficient solution for us Additional Context: We are using Test Complete 15 We primarily work with Keyword Tests, but we also use JavaScript/Python scripts Currently, we are not using Git/SVN, but if that’s the only solution, we are open to implementing itSolved106Views0likes6CommentsAdd a feature in TestExecute tool to run/enable single testcase from Execution Plan.
I had prepare a test plan with mutiple keyword tests on Execution Plan and want to execute only some of them using TestExecute tool but there is only option to run full project using TestExecute tool. So please implement feature to run single test also from TestExecute tool.App does not work when manipulating mobile screen screen in TestComplete
I am currently setting up an appium server locally and using an actual device to create a test case for a native android app, but the app does not move when I operate (click, etc.) the app screen that is displayed on the mobile screen. (No response from buttons, etc.) Sometimes the app moves about 3 seconds after the click. The mirroring function of AndroidStudio worked fine on the same device and cable. If anyone knows of any solutions, please let me know.55Views1like2CommentsHow to get aqDlg.MessageDlg to function in Keyword test?
I've been scouring the documentation, this forum, and Google but I can't get this function to work in my keyword testing. I just need a simple dialog at the start of a test, that warns the user that some files will be deleted as a part of the test and provides them two buttons, OK and Abort (or Cancel, I just saw that Abort was a choice). According to the documentation: aqDlg.MessageDlg(Message, DlgType, Btns) But I can't get this to work at all. Every attempt is met with: An error occurred while executing the code snippet: NameError: name 'aqDlg' is not defined A simple dialog with an OK button, works fine via ShowMessage(), but I really need the two choices and not just OK. Any pointers as to why this function refuses to work are appreciated.Solved46Views0likes3CommentsSimple test looking for a TextNode end up not finding it even if it is in the screenshot.
Hi, I made a KeywordTest that open a CHM file and search for a TextNode found in the right section and this test fail intermittently because it does not find the text, but the screenshot shows me that everything looks fine. The Mapped object only have 2 properties, the ObjectType which is the TextNode and the contentText with the expected text with a wildcard (blabla.* to only search for the begining). The screen shot shows me the TextNode and it seem to respect the contentText, so I don't know what is going on. Am I missing something? Thanks!Solved149Views0likes8Comments