Selenium Forum: Functional And Regression Testing Tool.
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
Display results as :
Advanced Search
Latest topics
AEM Training | Free Online DemoWed Apr 21, 2021 5:45 pmazharuddin
c# PageFactory - issue initializing elementsFri Nov 01, 2019 8:40 pmthegoatboy
Selenium making automatic connection to random urlsMon Jul 08, 2019 12:58 pmrepairtechsolutions1
How can we design the custom framework in Selenium RCMon Jun 24, 2019 2:26 pmrandybonnettes
What are the new features in Selenium 3.0Tue Jun 18, 2019 5:37 pmpappyvicky
What are you using Selenium for? Fri Apr 12, 2019 3:52 amzhl
LIMITATIONS OF SELENIUMWed Apr 10, 2019 11:23 amswara
Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search

Go down
avatar
l3l00
Active particpant
Active particpant
Posts : 11
Join date : 2015-01-06

c# webdriver - Data Driven : DataSource attribute error - Connecting Automation with MTM Empty c# webdriver - Data Driven : DataSource attribute error - Connecting Automation with MTM

Fri Mar 06, 2015 12:18 am

I wrote this for one test case with these attributes hoping this is how I can link my Microsoft Test Manager Manual Test Cases with the Automation

[Test]
[DataSource("Microsoft.VisualStudio.TestTools.DataSource.TestCase"
, "the tfs server where the project is held"
, "7744"
, DataAccessMethod.Sequential)]

This is all I have done, the Class property does not have any Data Source properties in it.
When I build I get an error:

DataSource could not be found & DataSourceAttribute could not be found.

This class document started as a blank class file if that helps any?
avatar
l3l00
Active particpant
Active particpant
Posts : 11
Join date : 2015-01-06

c# webdriver - Data Driven : DataSource attribute error - Connecting Automation with MTM Empty Re: c# webdriver - Data Driven : DataSource attribute error - Connecting Automation with MTM

Fri Mar 06, 2015 3:01 am
If it helps, I am going off of this. . .
http://blogs.infosupport.com/testing-your-web-application-with-selenium-and-mtm-part-2/
avatar
l3l00
Active particpant
Active particpant
Posts : 11
Join date : 2015-01-06

c# webdriver - Data Driven : DataSource attribute error - Connecting Automation with MTM Empty Re: c# webdriver - Data Driven : DataSource attribute error - Connecting Automation with MTM

Fri Mar 06, 2015 3:27 am
You will need these References:
using Microsoft.VisualStudio.QualityTools.UnitTestFramework;
using Microsoft.VisualStudio.TestTools.UnitTesting;

Now when I open the testcase via visual studio and try to associate the testcase. It is not listed.
I think this is because it is a regular class with selenium NUnit test cases, not Coded UI TestCases.

Apparently this attribute is more or less used to pull parameters from the manual testcase in MTM to use in the automation side of things.
Sponsored content

c# webdriver - Data Driven : DataSource attribute error - Connecting Automation with MTM Empty Re: c# webdriver - Data Driven : DataSource attribute error - Connecting Automation with MTM

Back to top
Permissions in this forum:
You cannot reply to topics in this forum