This is a migrated thread and some comments may be shown as answers.

dropdown value selection is not captured

3 Answers 174 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Anand
Top achievements
Rank 1
Anand asked on 28 Jan 2011, 12:30 PM
Hi,

         Selected dropdown values are not captured while executing the test in Web UI test Studio.

Recorded a test using Test studio in My application with the following steps.

1.Login to the system.
2.Open the My jobs page.
3.Choose a value from the dropdown list and click Go.
  (Values are filtered in the grid based on the filter selection in dropdown list).
  Everything is working fine while doing recoding in WebUI Test Studio.
4.When the test is executed in Teststudio, the mouse pointer is showing at the dropdown , after that, the step is executed
and passed, but the selected value is not picked from the dropdown. 

(We are using third party controls (devexpress) for the dropdowns). I attached the screenshot of the page for your view.

Appreciate for your quick response.

thanks,

3 Answers, 1 is accepted

Sort by
0
Anand
Top achievements
Rank 1
answered on 31 Jan 2011, 12:44 PM
Hi,

Any update on it please? Can anyone help?

Thanks,
0
Madhu
Top achievements
Rank 1
answered on 31 Jan 2011, 04:33 PM

Hi Anand,

Try one of these steps will work:

1.       By default drop down boxes select mode is ByIndex, change select mode to ByText in properties. OR

2.       Add a hover over step after drop down open (in your case hover over to admin) then select whatever you need.

Let me know how it goes?

Thanks,

Madhu.

0
Anand
Top achievements
Rank 1
answered on 01 Feb 2011, 07:42 AM
Hi Mathu,

              When Dropdown click actions are performed, its not shown the 'Select mode' option to change the values, instead its showing 'Simulate real click' option with its value as 'False'. Then I have changed it as 'True' and reexecuted the steps again. Finally, its working fine.

Thanks for your response mathu.

Anand.
Tags
General Discussions
Asked by
Anand
Top achievements
Rank 1
Answers by
Anand
Top achievements
Rank 1
Madhu
Top achievements
Rank 1
Share this question
or