I would like to be able to select the 'nth' item of a RadComboBox using WebUI Test Studio.
The senario
Enter some match text into the combo box, wait for the ajax call back to complete and the dropdown list to open.
Select the 'nth' eg second item.
I am able to use a Find Expression (XPath) to target the 'nth' item but I'm not sure how this helps as the RadComboBoxItem action to select an item only seems to select the item that matches its ItemText value.
Is there away to do this?
Maybe bind from the Find Expression to the RadComboBox input?
Maybe store the text value of the Find Expression in a variable and then update the RadComboBox input?
AjaxControlToolkit requires ASP.NET Ajax 4.0 scripts. Ensure the correct version of the scripts are referenced. If you are using an ASP.NET ScriptManager, switch to the ToolkitScriptManager in AjaxControlToolkit.dll.
Hi there,
I am evaluating your WebUI QA studio product.
It seems very handy and my question is how I can use Regular Express to verify content.
I found there is some icon 'Build Verification' with Regular Express, but i couldn't get it work.
... And WebUI QA indicates that all steps failed. This error occurs all the time now - even when the code runs correctly. Three files are generated in ..\AppData\Local\Temp. Has anybody seen this? Thanks.
Time to time, during the execution of some tests IE browser shuts down unexpectedly in the middle of execution.
I get the message in the bottom of the WebUI Test Studio window saying: "Cannot identify the browser to attach the recorder to. Please check the log for execution error details".
I checked the log folder - it's empty.
I wonder if it's a known issue and if there are any workarounds for this.
Hi,
I have recorded a test and had a coded step. Later I tried to copy & paste. But that is not done properly. Why is it happening like that? Any workarounds are there?
My web app is fully with Silverlight components. In few screens, used to get multiple alert messages after doing few actions. WebUI is able to record them successfully and unable to run them properly.. Always my sample tests are failed.