Good Afternoon,
I've been tinkering with this over the past couple of days, and I am just stuck. I'm trying to accomplish the following: I want to have a shared test project that both non-dev QA testers AND developers can add tests to. I had thought that the best way to accomplish this is within Git, but I am just stumped.
Using VS 2022, when I setup a new Telerik Test Project and try to push it to Git, I can not open the project from within the Test Studio Standalone IDE. Conversely, if I start a Test Studio IDE project and push it to source control, I am unable to open the tests (.tstest files) in order to edit them.
I think mostly it comes down to me not knowing enough to set this up correctly, and I'm hoping that someone can point me in the right direction so that both the developers AND QA folks on my team can easily work on the same test projects.
Hi
Below is the detailed description
Please help to resolve.
Thank you.
I am working on justifying the purchase of Test Studio. I'm being asked what the low-hanging fruit is and an estimate of how long it will take to achieve the low-hanging fruit, which will include the installation and configuration with the test runner.
It's the installation / configuration of the test runner I'm asking about. To start off with, we will trigger a run either manually or nightly (no initial integration with builds).
If anyone has some good numbers on this, I would appreciate it. I'm spit-balling it at 40 hours until I hear different.
I am trying to upload a file and I cannot select the button to upload.
In the preview of the element, I see that the area selected is big: it corresponds to the area of an input in the html inspector
The test clicks on the second link on the left in the image test-studio-preview, changing the page (or opening the prompt for unsaved changes).
If I select the div that makes the button and do a mouse action - left click nothing happens: it stays in the steps until the timeout makes the test fail.
chrome Version 100.0.4896.60 (Official Build) (64-bit)
extension Version 2022.1.314.1
Test Studio Version 2022.1.215.0
In a coded step, I am trying to open a drop down box, and capture the window with the dropdown open.
I have tried this, and I end up with just the Window without the combo box open.
timeFormatCombo.User.Click()
timeFormatCombo.Wait.ForNoMotion(500);
var dropDownCapture = ActiveApplication.MainWindow.Capture();
Any suggestions on what to do?
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