5 Answers, 1 is accepted
0
Hi Kevin,
You can perform a regular verification against a drop down item.
Please see this video for a demonstration.
Do you experience some issues with that?
Looking forward to hearing from you.
Regards,
Boyan Boev
Telerik
You can perform a regular verification against a drop down item.
Please see this video for a demonstration.
Do you experience some issues with that?
Looking forward to hearing from you.
Regards,
Boyan Boev
Telerik
0
Kevin
Top achievements
Rank 1
answered on 09 Oct 2014, 08:25 AM
Hi Boyan,
Thanks for the reply.
I've had a look at the demonstration video but when I repeat the same steps I got a comboBoxItem option not a RadComboboxItem.
The quick task menu only allows me to verify index, visible, collapsed, left and top positions.
I've continued to be able to write some tests using image verification for the moment but ideally I really need to match the text.
I look forward to your reply.
Kevin
Thanks for the reply.
I've had a look at the demonstration video but when I repeat the same steps I got a comboBoxItem option not a RadComboboxItem.
The quick task menu only allows me to verify index, visible, collapsed, left and top positions.
I've continued to be able to write some tests using image verification for the moment but ideally I really need to match the text.
I look forward to your reply.
Kevin
0
Hi Kevin,
Thank you for the additional information.
I have reproduced this issue and I will consult this with our devs.
I will update this ticket accordingly.
Regards,
Boyan Boev
Telerik
Thank you for the additional information.
I have reproduced this issue and I will consult this with our devs.
I will update this ticket accordingly.
Regards,
Boyan Boev
Telerik
0
Kevin
Top achievements
Rank 1
answered on 14 Oct 2014, 09:08 AM
Thank you
Kevin
Kevin
0
Hi Kevin,
I have logged a bug regarding this matter. You can track and vote for it here.
Meanwhile you can workaround this in a coded step. Add the item manually into the Element Explorer:
Let me know if this helps.
Regards,
Boyan Boev
Telerik
I have logged a bug regarding this matter. You can track and vote for it here.
Meanwhile you can workaround this in a coded step. Add the item manually into the Element Explorer:
Assert.AreEqual<
string
>(
"testText"
, Pages.SilverlightApplication.YourSLapp.yourComBoxBox.Text);
Let me know if this helps.
Regards,
Boyan Boev
Telerik