ContributionsMost RecentMost LikesSolutionsRe: Azure DevOps Integration - Re-running Failed Test- task: VSTest@2 inputs: testSelector: 'testAssemblies' testAssemblyVer2: '**\*.pjs' searchFolder: '$(System.DefaultWorkingDirectory)' distributionBatchType: 'basedOnExecutionTime' uiTests: true vsTestVersion: toolsInstaller diagnosticsEnabled: true collectDumpOn: 'always' rerunFailedTests: true rerunMaxAttempts: '2' testFiltercriteria: '@test=true' testRunTitle: TEST' displayName: 'TEST'INTELLISENSE FOR JAVASCRIPT Any idea of when this is going to be included in the TestComplete product? Such a pain 😞 TestComplete - JSDoc or similarHi Guys, By any chance, did someone implement integration between TestComplete and JSDoc or similar tools to generate automated documentation of scripted framework? Appreciate your time in getting back Best, LydinMobile - Swipe to an element Hello! I am trying to find a way how I can scroll in an application until an element is visible. Basically the original issue is that using app.FindElementByXpath of an object errors with "Unable to find an element that matches the specified 'xpath' selector strategy", however, it works when I manually scroll onto the object. On web, I am aware of the ScrollIntoView functionality, but can't find anything similar for android/ios? Thanks in advance! Re: Code Completion for class methodsThis is how scripting works in TestComplete apparently 😕 Last update is that this is not in scope for the productRe: Azure DevOps Integration - Re-running Failed TestThanks for your informative reply! I have tried that option but the way test items in our project are set up, the option was not sufficient. Fortunately, I have now managed to go around this issue using Azure DevOps VSTest's ability to re-run failed tests capped to a maximum retry count. Best regards, Lydin Camilleri Senior IT Quality Assurance Technical Analyst APS Bank plc Tel: +356 2560 3485 Email: lydin.camilleri@apsbank.com.mt [cid:image002.png@01D87115.01343440]<> [cid:image003.jpg@01D87115.01343440]<> [cid:image004.jpg@01D87115.01343440]<> [cid:image005.jpg@01D87115.01343440]<> [cid:image006.jpg@01D87115.01343440]<> The information contained in this message and/or any of its attachments is intended solely for the exclusive use of the addressee(s) stated above and may be confidential and/or legally privileged. If you are not the addressee(s) you are hereby notified that any unauthorised disclosure, reproduction, copying, dissemination, distribution, use or taking any action in reliance on its contents is strictly prohibited and may be unlawful. If you have received this message in error, please delete it immediately from your system and destroy any hardcopies and kindly inform the author forthwith. APS Bank plc is neither liable for the proper and complete transmission of the information contained in this message and/or its attachments nor for any delay in its receipt. Furthermore, any opinions or views expressed in this message and/or its attachments belong to the author only, except where the message states otherwise and the sender is authorised to state them to be the views of APS Bank plc and/or any of its subsidiaries. Please consider your environmental responsibility before printing this email.Azure DevOps Integration - Re-running Failed Test Hi Community, Did anyone manage to find a way how to re-run failed tests using AzureDevops? We currently are facing the problem that when a test fails inside a job (ex: a job has 5 tests, 4 passed but 1 failed), when rerunning failed jobs, all the 5 tests are re-executed. We would like to run only the specific test case which failed rather than the full job. Appreciate your feedback :)! Re: Recruiting users for Feedback on our new Deep learning/Computer vision capability Hi Justin, I might be able to help. Also, I am working on a masters dissertation on these lines. Kindest regards Re: Test Case statusHi Marsha, For each test case we try to get test data for that particular scenario and have to perform check. ThanksRe: Test Case status Dear Marsha, Check is done via database query within the script and not performed manually. Basically, we perform a query and if no records are retrieved, then, we need to skip the test without being marked as failed/passed but rather as skipped/aborted or similar. Kindest regards