According to this - Configure Chrome for Test Studio Automation | Progress Test Studio (telerik.com) the latest version of test studio does not require the Chrome Browser extension. I have unticked the 'Use Browser Extension (Chrome) checkbox in the project settings but when I run my tests it is still trying to load up the extension?
Any ideas why this is?
Thanks
Adrian

Hi,
How do I get the latest update (R1 2022).
When I go to check for updates it says that my software is up to date but I am on Version v2021.3.1103.0 and the latest version is v. 2022.1.215?
Cheers
Adrian

Hi,
Just wondering if it is possible to configure / change the colour of certain test steps.
For example I would find it really useful if Comments within a test could be a different colour so they stand out better.
Thanks
Adrian

Hello Telerik Team,
Could you please explain how we can change which browser the Storyboard recapture uses to grab the screenshots? Mine is stuck on Internet Explorer 11 (IE11) which was fine until recently as that was our application's required browser, but we've moved to Chrome & now certain tests fail during the recapture because that functionality is not supported by IE11. The test list is set to use Chrome & Chrome is set as the preferred browser, so I'm not sure which setting controls the Storyboard Recapture function. I've looked through the documentation, but can't find anything pointing me in the right direction. Any help is appreciated. I'm running version 2019.3.1030.0.

Hello,
I currently trying to automate a test with Teststudio where i insert a value to an input field on a webpage, save it and then edit it to annother value.
But when i run the test and the value shall be edited, the Test inserts the old value of this field.
Unfortunatly i cannot show Images in public due to security permissions.
Regards
Tobias Marx
Hi,
We have begun using Test Studio with Angular 13. We use Kendo UI for Angular as our control set.
When we record a step, the picker is often unable to pick the actual element. For example, regard this UserName form field. It's wrapped in many Kendo elements. The picker in the Recorder can't find the Input text box, but rather only the "FormField" element since it's at the top.
Is there a guide on how to setup our Angular Kendo controls so that the Recorder can find the value of the Text box?

Hi Team,
i need help in how do i save a value of disabled textbox in a variable and use that variable in automation as a test step?

Hi All,
I have extracted 2 values (numerical) using the extract function in my test.
1. SOHBefore
2. SOHAfter
Haven't done much coding but I want to validate that
SOHBefore minus 5 = SOHAfter
How do I use a coded step for this? C++
Cheers.
