Hi,
I'm following the Data Driven Find Expressions mentioned by you on the below mentioned link
http://docs.telerik.com/teststudio/advanced-topics/coded-samples/general/data-driven-find-expressions
But I got the following error:
(CS1061) 'TestStudio_demo.Pages' does not contain a definition for 'TelerikExtensionsForASP' and no extension method 'TelerikExtensionsForASP' accepting a first argument of type 'TestStudio_demo.Pages' could be found (are you missing a using directive or an assembly reference?)
I have followed the exact steps mentioned in the above link. Please help me with this.
Thanks in Advance.
5 Answers, 1 is accepted
This part of the code:
Pages.TelerikExtensionsForASP.UnorderedList
It represents the element that was recorded in step 3 of the example. It seems something went wrong doing that step, or you missed performing that step. Can you try doing step 3 again please?
If that doesn't help, please send me a copy of your test for analysis. This includes the .tstest file, the matching .cs file and matching .resx file. Put all three into a .zip file and attach it to this thread.
Regards,
Cody
Telerik
Hi Cody,
Thanks for the quick reply.
First thing, the test has no step 3. Are you mentioning something else here?
Anyways, am attaching the files requested by you.
Kindly have a look at them and let me know where I am going wrong.
Thanks in Advance.
First thing, the test has no step 3. Are you mentioning something else here?
Sorry for the confusion. I was talking about step 3 of the instructions, not step 3 of the test. Here's a video demonstrating what the problem is and how to fix it:
http://screencast.com/t/SypcilJ6Q
Regards,
Cody
Telerik
Thanks a lot for the solution Cody... :)
I didn't realize that I have to add values to the Local data table, instead thought they would be extracted from the dropdown. But now it's clear for me.
Thanks a lot for the help.
I am glad that helped! Thank you for the update.
Regards,
Cody
Telerik