Telerik Forums
Test Studio Forum
1 answer
160 views
Can we Build and run Test Studio in Jenkins CI deployed (.war) on a  server like tomcat? 
1 answer
441 views
I do not see any posts regarding Specflow integration in the last 5 years, and I wanted a current answer. I am writing an application in Blazor, using Telerik components, with all my test cases written in Gherkin. Selenium integrates with Specflow, and I can call my test cases from Specflow as part of a fully automated regression test each time I build. However, I'd like to use Telerik Test Studio, as offers some advantages, but I still want to drive my testing from Specflow. A post from 7 years ago by Cody from Telerik said only the Telerik testing framework was compatible. Is this still true? My hope is I can use Test Studio to create the test cases, then integrate them with Specflow using a bit of code.  
Elena
Telerik team
 answered on 01 Dec 2021
1 answer
243 views
When we are using highlight element method to record steps for a WPF application Test studio identifies the element using XAML path as its default Find logic. If there is a property "AutomationProperties.AutomationId" is set Teststudio doesn't grab this automation Id by default. Is there a way to force Teststudio to always get Automation Id if it exists and then fall back to XAML path  for its find logic ?
Plamen Mitrev
Telerik team
 answered on 24 Nov 2021
1 answer
202 views

I have a test list where there are few tests in it and its set to re-run failed tests. If a test fails it re-runs and passes after re-run but for some reason the entire test list is marked as failed in HTML results.

Is this expected ? is there a way to re- run entire test list ? or just mark the test list as passed after re-runs pass ?

Plamen Mitrev
Telerik team
 answered on 15 Nov 2021
1 answer
164 views

I have Access Database Engine downloaded (32 bit version), still I keep getting an error "There is no data to execute the test with"

whenever I try to execute my test. I am trying to execute my tests locally.

Plamen Mitrev
Telerik team
 answered on 04 Nov 2021
1 answer
148 views

I'm automating a web system in Internet Explorer (the only browser supported). At a given point, I'm supposed to click a button and that should launch a second window. When clicking the button, this security dialog pops up: "Only secure content is displayed." and clicking in "Show all content" should allow the new window to open up.

Since the dialog is not a part of the DOM, I can't record it. Perhaps a coded step would be the solution, but I can't make it work. Any suggestions? Thanks!

Plamen Mitrev
Telerik team
 answered on 26 Oct 2021
1 answer
122 views

Is there a way to publish output/results to a dedicated node which has executive dashboard on it using ArtOfTest.Runner.exe ? We are running tests suing this

"C:\Program Files (x86)\Progress\Test Studio\Bin\ArtOfTest.Runner.exe" ^
  root="%WORKSPACE%\test_studio_project" ^
  list="%WORKSPACE%\test_studio_project\TestLists\%TEST_LIST%.aiilist" junit ^
  out="repos\TestResults" ^
  result="%BUILD_NUMBER%-Results" ^
  xml html junitstep
If someone has tried it and was successful, your help is much appreciated.
Plamen Mitrev
Telerik team
 answered on 26 Oct 2021
0 answers
179 views

Este error me sale al querer enlazar datos desde excel especificamente en un campo desplegable.

ArtOfTest.Common.Design.Exceptions.ExecutionException: ¡Error de ExecuteCommand!
InError establecido por el cliente. Error de cliente:
valor 024 en el menú desplegable solicitado.
BrowserCommand (Type:'Action',Info:'NotSet',Action:'SelectDropDown',Target:'ElementId (tagName: 'select',occurrenceIndex: '4')',Data:'V:024',ClientId:'6677467e-7fcb-4bb1-bf4b-1a776c760289',HasFrames:'False',FramesInfo:'',TargetFrameIndex:'-1',InError:'True',Response:'value 024 in the dropdown requested.')
InnerException: ninguno.
 ---> ArtOfTest.WebAii.Exceptions.ExecuteCommandException
   en ArtOfTest.WebAii.Core.Browser.ExecuteCommandInternal(BrowserCommand request)
   en ArtOfTest.WebAii.Core.Browser.ExecuteCommand(BrowserCommand request, Boolean performDomRefresh, Boolean waitUntilReady)
   en ArtOfTest.WebAii.Core.Browser.ExecuteCommand(BrowserCommand request)
   en ArtOfTest.WebAii.Core.Actions.DoSelectDropDown(Element targetElement, String data)
   en ArtOfTest.WebAii.Core.Actions.SelectDropDown(Element targetElement, String text, Boolean useValue)
   en ArtOfTest.WebAii.Design.IntrinsicTranslators.Descriptors.SelectDropDownActionDescriptor.Execute(Browser browser)
   en ArtOfTest.WebAii.Design.Extensibility.HtmlActionDescriptor.Execute(IAutomationHost autoHost)
   en ArtOfTest.WebAii.Design.Execution.ExecutionEngine.ExecuteStep(Int32 order)
   --- Fin del seguimiento de la pila de la excepción interna ---

Alejandra
Top achievements
Rank 1
 asked on 13 Oct 2021
1 answer
252 views

Hi,

I am trying to implement SaveAsDialog class in my coded step and receive this compilation error:

[ Compiler ] error CS1729: 'ArtOfTest.WebAii.Win32.Dialogs.SaveAsDialog' does not contain a constructor that takes 4 arguments
12:22:14 'INFO' > Build Failed

This is weird, as I follow the documentation here for the class. How is it possible that now the compilation error here show the constructor does not take in 4 arguments?

Following is the code I have written:

SaveAsDialog dialog = new SaveAsDialog (Manager.ActiveBrowser, DialogButton.SAVE , @filepath, Manager.Desktop);
Manager.DialogMonitor.Start();
dialog.SaveFileName = filename;
dialog.WaitUntilHandled(30000);

Anyone can help?

Thanks in advance.

Elena
Telerik team
 answered on 11 Oct 2021
1 answer
116 views
Can I setup a scheduling server (remote) that pulls Test List and test files from a remote Git repository master branch where our newest test code is stored?
Elena
Telerik team
 answered on 04 Oct 2021
Narrow your results
Selected tags
Tags
+? more
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?