rraghvaniChampion Level 3Joined 4 years ago4579 Posts1259 LikesLikes received536 SolutionsView All Badges
ContributionsMost RecentMost LikesSolutionsRe: What to use as Test Filter Criteria for running test with @ tags in The question is whether @Regression=true is valid for the TestComplete adapter you're using? It may have changed recently, but my understanding is that Tags are specifically used for TestComplete only. If you're not using the test adapter, and calling TestComplete.exe directly, then you can use tags Re: SessionCreator to run a FinalBuilder project As mentioned in the documentation, The utility opens interactive user sessions required for the TestComplete interaction with your tested application GUI. If an interactive user session is not opened, the test engine will not be able to access the GUI, and your tests will fail. It's best to have a dedicated machine to run TestComplete. Re: Issues with Running TestExecute in Powershell Command line parameters are not separated by commas. Same applies to PowerShell. Re: Issues with Running TestExecute in Powershell Your command line is incorrect. I suggest you see TestExecute Command Line and make note of how parameters are used and passed to TestExecute. I suggest you don't use Start-Process and use the full path to call TestExecute.exe Also, we can not see what values are passed in, i.e. into $testExecutePath and other values. Re: Unable to click on WPF object filter and close icon. The filter icon doesn't appear to be a standard WPF control. It looks like it may be using Telerik's RadGridView. Could you confirm this with your developers? Re: Hi, Am Refer to https://support.smartbear.com/testcomplete/docs/working-with/managing-projects/properties/visualizer.html Re: TC latest version Perform a clean install, and then restart your machine. Re: TestComplete Import/Export If you search the TestComplete Documentation website, you'll come across something like Exporting Test Results. I suggest you use this, to search for other items that you are interested in. Re: TC latest version You can download the latest version from https://downloads.smartbear.com/TestComplete1583SLM.exe. Run the installation from the command prompt using --clean or -clean parameter, to do a clean install of TestComplete. Re: Dynamic Text Fields Ensure you fully read and understand Object Identification. What you have described, is an alias name mapping, which references a name mapping. You need to ensure your Name Mapping is correctly defined.