- l3l00Active particpant
- Posts : 11
Join date : 2015-01-06
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?
- l3l00Active particpant
- Posts : 11
Join date : 2015-01-06
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/
http://blogs.infosupport.com/testing-your-web-application-with-selenium-and-mtm-part-2/
- l3l00Active particpant
- Posts : 11
Join date : 2015-01-06
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.
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
- 10 steps to set up Selenium Automation Hybrid Framework with implementing Testng, Log4j, Page Object Model, Data Driven, Modular Driven, Exceptions
- Data Driven Framework using Selenium WebDriver with Apache POI
- urgent- please give me one example of data driven data program in selenium rc using java language
- Which is better..Data driven or static??
- Data Driven Testing
Permissions in this forum:
You cannot reply to topics in this forum