Telerik Forums
Test Studio Forum
1 answer
56 views

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?

 

Elena
Telerik team
 answered on 18 Jul 2023
1 answer
55 views

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

Ivaylo
Telerik team
 answered on 12 Jun 2023
1 answer
99 views

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.

Elena
Telerik team
 answered on 12 Jun 2023
1 answer
60 views

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

Ivaylo
Telerik team
 answered on 02 Jun 2023
1 answer
34 views

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

Elena
Telerik team
 answered on 22 May 2023
2 answers
63 views

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?

Gilberto
Top achievements
Rank 1
Iron
 answered on 19 May 2023
1 answer
52 views
I'm trying to get execution recording so that we can review failures by video. I have it mostly set to the default settings with the exception of mode being set to "always" and the output location being set to a UNC path. Can i only record using certain browsers? I'm currently using Chrome headless.  Also, I have it set for MJPEG so I don't think i need anything extra installed or configured.
Elena
Telerik team
 answered on 15 May 2023
1 answer
51 views

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.


Elena
Telerik team
 answered on 10 May 2023
1 answer
54 views

Hey All,

I am getting below error post updated Build version is '2023.1.329.1'. Please help me out with below issue.

Error : ------------------------------------------------------------

'25-04-2023 17:58:40' - Executing test: 'XXXXP', path: 'Cool\Administrator\XBCD.tstest.'
'25-04-2023 17:58:40' - Using .Net Runtime version: '4.0.30319.42000' for test execution. Build version is '2023.1.329.1'.
'25-04-2023 17:58:40' - Starting execution....
------------------------------------------------------------
'25-04-2023 17:58:40' - Tip: The current monitor(s) setup is not at 100% scale!
For best recording and execution experience please set all monitor scaling to 100%.
'25-04-2023 17:58:43' - Detected custom code in test. Locating test assembly: Next Gen.dll.
'25-04-2023 17:58:43' - Assembly Found: C:\Users\XVP\Documents\Cool\Cool Automation\Test Studio Projects\West\bin\Next Gen.dll
'25-04-2023 17:58:43' - Loading code class: 'Next_Gen.Activity_code_Update'.
'25-04-2023 17:58:43' - Failure detected during execution. Details:
------------------------------------------------------------
'25-04-2023 17:58:43' - System.ArgumentException: Unable to find the test class type 'Next_Gen.Activity_code_Update' in your test assembly. Please make sure your test code behind is compiled with your latest changes.at ArtOfTest.WebAii.Design.Execution.ExecutionUtils.EnsureTypeExists(Assembly assm, String typeName)
at ArtOfTest.WebAii.Design.Execution.ExecutionUtils.CreateCodedTestInstance(Test test, TestResult result, String binariesFolder)
at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.InternalExecuteTest(Test test, TestResult initializationResult)
at ArtOfTest.WebAii.Design.Execution.TestExecuteProxy.ExecuteTest(ExecuteTestCommand command)
---------------------------------------------------------------------------------------------------------------------------
'25-04-2023 17:58:44' - Test completed!

Shtilianov
Telerik team
 answered on 28 Apr 2023
Top users last month
Dominik
Top achievements
Rank 1
Giuliano
Top achievements
Rank 1
Dominic
Top achievements
Rank 1
Glendys
Top achievements
Rank 1
Iron
NoobMaster
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?