file selection
Here is another question, if you don't mind. There is a Windows application with a toolbar across that has File Search Help. (see attachment). I want to select something from "File" (but to avoid giving proprietary information I am going to ask about selecting from "Help" which is the same principal). See the second attached. I am able to successfully click "File" (and therefore "Help") by using ["SwingObject"]("JMenuBar", "File", 0) or["SwingObject"]("JMenuBar", "File", 0), but then when I try to use the object spy I can't clicki it without the menu closing again so the sub menus are not there. Is there some way to keep a menu open, or otherwise determine the value of the field? And not, selecting preferences will bring yet another menu which I need to access. (And I am really selecting from file, but we might have confidential information there). (This is Connect and C#)5.2KViews0likes10CommentsHow to reach the expected object to map in a combox
Hello all, I have an issue to map an object inside a combo box. Steps followed : - On TC, click on map object icon and select Point and fix option - On my app, open the combo box, point object to map and press shift + ctrl + A - Check object map : I map the border of my object not the object itself. I tried some many times and I also got the same result, I'm not successed to catch only the object, without the border. Full path of the object expected for :[...].WPFObject("ToggleButton", "", 1) Full path of the object mapped : WPFObject("ToggleButton", "", 2).WPFObject("ButtonBorder") Is it possible to "delete" this part ".WPFObject("ButtonBorder")" from the full path ? NB: usually I used the tree for "Object Browser" but because it's a combo box it's not possible (the combo box closed itself and I click somewhere else) Thank you AliciaSolved4.6KViews0likes12CommentsShare NameMapping, scripts unit working with team
Hello, I was thinking about how best to reuse NameMapping and script with other projects, so that a change in one project reflects on another project. File jpg is attachment. So, only map objects at General Projects. Merge each NameMapping project at NameMapping from General Projects. Share generic scripts with others projects(I know it's possible, Script > Add > Existing Item). About control version at Team Foundation Version Control: If we are working with teams, is this the better way to share same objects in NameMapping and functions already created ? Is better way to reuse ? I didn't find something like that.Solved4.4KViews0likes10Comments.exe file run in test execute
Hi, Is it possible to convert the project suite(with project scripts, keywords) into binary executable? And run in Test Execute Tool. Since, Test execute support file format -> .pjs and .mds. Does the Extensions(has installed with .net framework) will run .exe file? (Note: Test Execute providing .Net Framework->so, Can we run .exe file)Solved4KViews0likes14CommentsChange git password with Visual Studio
We have to update our Windows 10 password every 3 months. I just recently did, so now GIT SYNC does not work with Visual Studio 12. I wanted to change my git password, but see the attached image. There is no way to enter a password. And yeah, this is sort of a VS rather than TC question, but I am using VS for TC code so someone must have experience ;-)3.4KViews0likes3CommentsIntegrate TestComplete Tests into Gitlab CI/CD Pipeline
I am trying to integrate my TestComplete Tests into the Gitlab CI/CD Pipeline, using the Gitlab Runner which runs tests on my remote machine. I understand that in order for TestComplete tests to be executed, an active user session is required to be present. I tried to use the SessionCreater Utility to circumvent this problem, yet I can't seem to get my tests to run on Gitlab. Does anyone have any experiences with integrating TestComplete tests into the Gitlab CI/CD Pipeline using the Gitlab Runner? Is it even possible to do so? Thank you!Solved3.2KViews0likes3CommentsTestComplete command argument line
Hello, I have a somewhat simple question that I am not too sure I understand fully. The current situation: I will be running an automated TestComplete project and its tests on a VM with the tested app installed. I plan to use ' .bat ' (or similar) to initiate the call and automate the tests being run from TestComplete. The question: Is it better to use anextension with the TestComplete command line argument [file_name] in TestComplete.exe [file_name /run...] or is it even necessary for thecommand to work if there is only one project? For Example: rem Without Extinsion TestComplete.exe "TestComplete Project" /run... or rem With Extinsion TestComplete.exe "TestComplete Project.pjs" /run...Solved3KViews0likes7CommentsReturn False from a KeywordTest on any Error
Hi all, I'm on a mission to make my tests run endto end without stopping because there was one failure. I know you can configure TC to continue/stop on error, but what I'm trying to acheive is to be able to run consecutive KWTs and if one KWT fails, all the KWTs that follow that are dependant on this KWT will get cut out, but the ones that aren't will still be run. e.g. KWT CreateOrder: Navigate to page -> enter data -> save ->return true/false KWT VerifyBasket: Open basket page -> check fields ->return true/false Now, you have KWT OrderProcess: KWT CreateOrder if(lastresult==true) KWT VerifyBasket KWT ChangeProfile As you can see, KWTChangeProfile is not dependant on KWT CreateOrder at all, so should still run, it's just KWT VerifyBasket that needs to be left out. Now... I can write a KWT that returns a true/false at the end of the KWT, but how do you handle if one of the steps halfway down the KWT logs an error ? If TC is configured to stop, KWT ChangeProfile won't happen. If TC doesn't stop, KWT VerifyBasket will error all over the place and keep wasting time trying to find objects that don't exist etc. It's not reasonable to check each and every single possible error in all environments on each step of the KWT and return false, so is there a way to tell my KWT onError, return false ? Could it be as simple as wiring up an event like so ? function GeneralEvents_OnLogError(Sender, LogParams) { return false; }3KViews0likes5Comments"Save Project Suite As..." Button only saves 1 of my projects.
Hello, As per the title, when I try and save my whole project suite, it only saves one of my projects. I have two projects currently in my suite, "Gantt Test Suite" and "Spry Test Suite". When I select the "Save Project Suite As.." button, it only saves my "Gantt Test Suite" project See attached GIF for example. I am able to use the "Save project as.." button to save the individual projects but I'd prefer to save the suite as a whole.Solved2.9KViews0likes5Comments