I am evaluating Test Studio, and I couldn't find any documentation on how to handle client certificates.
All of our applications require a Common Access Card (CAC) to authenticate, not just a username and password. When I navigate to our application via the browser, I am prompted to select a certificate. I am using the recording feature, but it does not record the "select a certificate". I have tried to use all of the dialogs but haven't been successful.
Is there a way to accomplish this?
So im testing out Test Studio and when i try to record a task to displays a file chooser dialog, any actions done in the dialog are not recorded.
We use internally a notification mechanism that handle such dialog requests but in the end it does display a dialog window.
I believe that the issue is that the form SaveAs form called in the end is not a WPF dialog but a winform one. However it seems like there is no way to mix the two tests together.
I tried to create a Win form test and call it from my WPF test but it wont let me.
Is there any way to force the recording in that particular dialog?
Also on another question, what if my application opens windows explorer and would like to code some actions to be done in windows explorer. Im not sure i know how i can do that?
Thank you
Hi,
Using Test Studio version 2023.1.329.1
I have TFS service connected, and I AM able to check in other files successfully, but when trying to check in 2 of the files, I get the error:
Conflicts detected with source repository version. Resolve conflicts?
When I select "OK", the modal alert box goes away, but the conflict isn't resolved, and this error is displayed each time I try to check in either of these 2 files. In VS, I'd expect a merge window, with 2 panes and diff code highlighted, but nothing like that shows up.
I need to check this code in. I see no "take local version" option.
Please advise.
Hi,
I have extracted a value as a test step called 'TruckIDWithQuotes' that I have obtained from an element titled 'TruckDetailsElement'. The value extracted has quotes "" around it as part of the extracted value, i.e. "abcd".
I want to use this extracted value without the quotes. How can I create another extracted value without the quotes, 'TruckIdWithoutQuotes', i.e. abcd which I then want to use in a coded step.
I'm assuming I need to use a coded step to "reformat" the extracted value so it doesn't have the quotes?
Can someone please assist.
Thanks
Adrian
Hi,
I want to check a line arrangement. So I tried Horizontal Alignment. But it is not working..Can you give some example for using this Horizontal Alignment Property
Hello.
I have been trying to use TeamCity to run the list test made on Telerik test Studio, followed all the steps showed here and started the agent on interactive mode using the cmd command of "agent start" from "C:\TeamCity\buildAgent\bin\". From TeamCity, it can execute the command line, but every test fails at 0/x steps showing this on the logs:
- ArtOfTest.WebAii.Exceptions.UnsupportedNonInteractiveOperationException: Dialog monitoring can not be enabled when running in non-interactive mode. Follow the link for more information: http://docs.telerik.com/teststudio/user-guide/command-line-test-execution/continuous-integration/team-foundation-server-builds.aspx
en ArtOfTest.WebAii.Win32.Dialogs.DialogMonitor..ctor(Boolean startMonitoring, Manager manager)
en ArtOfTest.WebAii.Core.Manager.Init(Settings settings)
en ArtOfTest.WebAii.Core.Manager..ctor(Settings settings)
en ArtOfTest.WebAii.Design.Execution.ExecutionEngine.InitializeWeb(ExecutionEngineCreateParams initParams)
en ArtOfTest.WebAii.Design.Execution.TestExecuteProxy.CreateAndInitializeEngine(Test test, ExecutionEngineCreateParams cp)
en ArtOfTest.WebAii.Design.Execution.TestExecuteProxy.ExecuteTest(ExecuteTestCommand command)
It is necessary to follow the steps as shown on http://docs.telerik.com/teststudio/user-guide/command-line-test-execution/continuous-integration/team-foundation-server-builds.aspx as I am using TeamCity?
If so, which steps I must do to be able to run list test using TeamCity?
Hello,
we would like to test our website automatically with the test studio. The website was implemented in React using the Material UI framework.
Unfortunately, I can't control the selection boxes either through a recording or programmed in the visual studio.
Is there a way to control these selection boxes (https://graphviewer.deprag.com/settings, generalsettings language)?
Thank you.