Tagged Questions
The datadriven tag has no wiki summary.
14
votes
2answers
1k views
How to RowTest with MSTest?
I know that MSTest doens't support RowTest and similar tests.
What MSTests users do? How is it possible to live without RowTest support?
I've seen DataDriven test features but sounds like too much ...
3
votes
1answer
214 views
Where to start for designing a xml data driven game engine?
I already coded my own XML/XPath API used to manage properties for my game objects, but it is not updatable on the fly and does not reflect directly any game object. So now I would like to make it ...
1
vote
2answers
235 views
How to include both valid and invalid test case
I have a simple testmethod
public double Divide(double numerator, double denominator)
{
if (denominator == 0)
{
throw new NullReferenceException("Cannot ...
1
vote
4answers
1k views
keyword driven test automation framework
Hi
is there any keyword driven test automation framework (vbscript) with quick test professional 9.5 available?
Can anybody give me any downloadable link
regards
sethu
0
votes
1answer
168 views
How do I get ddsteps to insert Date & Time values in its test data sets?
Currently I am using DDsteps as a datadriven testing framework for my unit tests. It works quite well, except when inserting DateTime data into the database.
Example data input row (stored in ...