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.
a
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!
Hi,
I have a test that has just 1 row of data (via excel) bound to it.
When I run on my desktop it executes no worries but when run on the remote execution server it isn't picking up the bound data. My execution results show 0/0 (PASSED/TOTAL).
Any ideas why this would be happening?
Thanks
Adrian