Greetings,
I am facing the same problem as the original poster complains of about here (unable to get the sample tests that involve the Find() method and class attributes to work):
http://www.telerik.com/automated-testing-tools/community/forums/test-studio-express/automation-framework/problems-running-framework-samples.aspx#2585206
I am reposting my question here since it has been over 48 hrs. that I added a plea for help in that post without any response so am hopeful that I'll get a more prompt response here, via a new post.
I've downloaded the attached ArtOfTest.WebAii.NUnitExtension project mentioned above. I can't compile it though. I've added the nunit.core and nunit.core.interfaces references to the project. Mind you I am using NUnit 2.5.10.11092
I've also modified the method RunTestMethod as mentioned in the post but still I have two errors it seems.
One error (hover over tool tip) is with the override directive of the method saying 'There is no suitable method for override'
The other is at the base.RunTestMethod line saying that I cannot access a private method here.
So I'm at a bit of a loss. Can you provide some guidance please.
I am facing the same problem as the original poster complains of about here (unable to get the sample tests that involve the Find() method and class attributes to work):
http://www.telerik.com/automated-testing-tools/community/forums/test-studio-express/automation-framework/problems-running-framework-samples.aspx#2585206
I am reposting my question here since it has been over 48 hrs. that I added a plea for help in that post without any response so am hopeful that I'll get a more prompt response here, via a new post.
I've downloaded the attached ArtOfTest.WebAii.NUnitExtension project mentioned above. I can't compile it though. I've added the nunit.core and nunit.core.interfaces references to the project. Mind you I am using NUnit 2.5.10.11092
I've also modified the method RunTestMethod as mentioned in the post but still I have two errors it seems.
One error (hover over tool tip) is with the override directive of the method saying 'There is no suitable method for override'
The other is at the base.RunTestMethod line saying that I cannot access a private method here.
So I'm at a bit of a loss. Can you provide some guidance please.