Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
2answers
365 views

abstract test case using python unittest

Is it possible to create an abstract TestCase, that will have some test_* methods, but this TestCase won't be called and those methods will only be used in subclasses? I think I am going to have one ...
0
votes
1answer
248 views

Running CodedUI Test Generated From Manual Test's Action Recordings

I have got a problem about running codedui test which was generated from manual test's action recordings. When i try to run, i get this error. The unit test adapter failed to connect to the data ...