Error en campo lista desplegable

0 Answers 105 Views
Test Execution
Alejandra
Top achievements
Rank 1
Alejandra asked on 13 Oct 2021, 09:48 PM

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 ---

Elena
Telerik team
commented on 15 Oct 2021, 03:35 PM

Hello Alejandra, 

I will appreciate if you can continue this conversation in English as this the official support language for Test Studio product. 

As far as I understand you are trying to handle a dropdown and gets the listed error upon execution for the step, which is trying to select an item from the dropdown list. 

You can try to insert a short delay between the step, which opens the dropdown, and the one, which selects the item from list. You can use a wait step, or an execution delay.

If this is not changing the execution behavior, please, collect the complete step failure details and send these over for inspection. 

Regards, 
Elena

No answers yet. Maybe you can help?

Tags
Test Execution
Asked by
Alejandra
Top achievements
Rank 1
Share this question
or