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