Currently the Test Studio CLI runner AOT.Runner.exe allows outputting the results in junit format (other than xml and html).
Add the option to output the results in NUnit format.
Enhance Test Studio recording and execution options with the ability to prompt the user whether to deny or allow permissions to their geo location.
The app i'm testing may popup a dialog in Edge to ask the user to know their location.
However when i try to record the test using Edge i don't see this popup. I just see an error thrown by the app that says the user denied Geo Location.
When i access the app with edge outside of Test Studio i do get prompted.
Currently Test Studio built-in connection to Git repository is covered for the straight scenario for authentication.
Enhance the options for connecting to Git using authentication via proxy.
Add the option for radButton to verify if enabled in the offline step builder.
Steps to reproduce:
Expected: The option for verify if enabled step to be available.
Actual: The option is not available.
Currently if the value used for a filter starts with #, the comparison operator is automatically converted from 'is exactly' to 'matches this regular expression'.
So, if one needs to use URL fragment (starts with #) for element identification, for example, that # needs to be escaped.
The workaround to use will be to change the comparison operator with 'contains' and use the fragment portion without the # sign.
Version 2023.3.1115.
Test list logging option is not saving log in specified location from test list settings.
Download dialog which is triggered from a new tab fails to be handled when running a test in Edge and Chrome extensionless mode.
Such download dialog is usually triggered with a link similar to this:
<a href="100MB.zip" target="_blank">Link to donwload</a>
The download dialog looks like this:
When trying to connect Test Studio project to Git source control the following error message appear:
We have a parent test that callas a data bound (Excel spreadsheet). All works great, but if we get a failure in a subtest of the data bound test, there is no way to terminate the test and stop the next iterations.
It would be great to have a way to stop data driven tests, if there is a failure in one of the iterations.
Specific scenario where the download dialog is triggered in a new popup partial window cannot be handled in Edge. Additional details shared internally.
Workaround: Use Chrome with extension and Firefox.
If I have two tests in the viewer and I'm editing an element in test A, when I save and close it defaults to test B. An enhancement would be to return to the test you were just on.
Steps to reproduce:
1. Open two tests in the project - Test A and Test B in this sequence.
2. Set focus on Step A and open an element from this test to edit.
3. Apply the changes in Elements pane and save. Close the Elements tab.
Expected: The focus to be set back on Test A.
Actual: The focus is set on Test B.
Note: Closing the Elements tab with middle mouse click (scroll wheel click) works as expected and sets the focus back on Test A.
Hello,
In an live demo session we already discussed a certain need that we have (APG Group N.V.) From our need, we want to test desktop applications on regression. Your tool provides that, since we made a proof of concept based on a trial period we used to build some tests. But what we also want is to get insights into the duration of tests. We are a Dev-Ops based team that have all our workplaces almost fully automated, also when it comes to updates/patches. What we want is to see what the impact is of the updates/patches that are installed on the workplaces. We have structure in this process so changes in software go through certain rings to end in the production environment. Testing those software changes in the form of regression testing, is our pick.
If we get into Test Studio and testing, we can clearly see all results and the overview is amazing! But what is missing, is the function to see the duration of tests in a visual format (an graph or line). What we also discovered is that in the log of every test that has run, the data is there. On every individual step also! So all the data is there to get it into a grapgh/line (in the reports tab).
At this point this is not yet into your product, and for the organisation this is a make or break. I want to address that everything else of the tool is amazing and we would love to take your product if this function gets implemented.
I hope this feature gets implemented and I would like to hear from you.
Currently a cookie can be set only if its name is predefined and known. There is a scenario where part of the cookie name is also dynamic.
Enable Test Studio dynamic targets to pass parameters like cookies and headers which have also dynamic names.
Currently the chrome://settings/ page cannot be automated in Test Studio. Enable accessing this page to allow changing some settings during test run-time.
The scenario to cover is opening an embedded in the page PDF file instead of downloading it. The Test Studio calibration sets the browser's setting for PDF files to 'always download' and if the PDF is embedded it will nor be downloaded, neither opened.