Completed
Last Updated: 10 Jan 2014 09:18 by Elena
ADMIN
Stoich
Created on: 25 Nov 2013 14:00
Type: Feature Request
0
RadComboBox select item step fails with Index was out of range. exception
Steps to repro:
1) Run this test: https://drive.google.com/file/d/0B-p_FKXYznm5cGJJbUlab09hYlE/edit?usp=sharing

Expected: Test Studio detects we have an AJAX request and handles things for us perfectly.
Actually: The test fails with this exception: Index was out of range

This test fails unless you manually add a DelayExecution step before the 'Select item" step. This is because the items of the combobox are loaded on demand via an Ajax request. And if you don't wait a bit - the list contains 0 items.
Attached Files:
1 comment
Elena
Posted on: 04 Dec 2013 11:49
Actually there should be added a step for waiting the drop down to be opened or for specific item count. Find attached the updated test.