data-driven-tests
Data driven unit tests problem
I\'m having some troubles getting my unit tests to be setup to use an Excel .xlsx data source. My App.config file:[详细]
2023-04-07 17:37 分类:问答Data Drive Unit Test - Programmatically Skipping Rows
Is there a way to programmatically skip rows in a data drive unit test?I want to开发者_运维问答 run all rows on our build server, but only one row when debugging.What you could do is generate a test t[详细]
2023-04-04 20:09 分类:问答Is there a way to use testNG with WebDriver so as to do data driven testing?
I have successfully created a data driven framework with selenium 1 and trying to do the same using selenium 2 (WebDriver). I was doing some basic R and D. My code is as below.[详细]
2023-03-29 04:58 分类:问答Difference Between Data Driven and Keyword Driven Testing? [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current f开发者_运维技巧orm.[详细]
2023-03-26 22:46 分类:问答Duplicate the behaviour of a data driven test
Right now, if you have a test that looks like this: [TestMethod] [DeploymentItem(\"DataSource.csv\")] [DataSource([详细]
2023-03-26 02:30 分类:问答TeamCity MSTest Not Reporting All Tests: Failed to read testDuration
I am pretty new to Team City and Jet Brains products in general. I\'m using MSTest for running some tests (VS Unit Tests).I was able to configure Team City to run the tests using a metadata file and[详细]
2023-03-07 06:50 分类:问答Data driven integration test tools for java
I\'m facing what I would think is a common problem, but I haven\'t found much discussion or existing tools to address it.I am trying to set up an integration test system (already having a strong suite[详细]
2023-02-08 02:46 分类:问答Data-driven testing in NUnit?
In MSTest you can do something like: [TestMethod] [DataSource(\"Microsoft.VisualStudio.TestTools.DataSource.CSV\",[详细]
2023-01-22 10:44 分类:问答Is there an MBUnit attribute to run Row tests in the order they were defined
I\'ve tried googling around for this but have found nothing.Basically, I\'d like to run each row in the order I defined it.Fo开发者_StackOverflow社区r example, if I have this:[详细]
2023-01-16 20:49 分类:问答Unit test with DataSource attribute
I try make my first simple Data Driven Test. I created db (UnitTestsDb) with MS SQL Management studio, andalso I created one db table (UsersTab).[详细]
2023-01-08 18:08 分类:问答