visual studio - Using TFS for automated testing -


first of all, apologize if dumb question , has million answers. i've not found explains quite i'm looking in depth.

so then: company utilizes tfs our testing management. sort of. use github independently source management, use jira independently frm qa management, bug reporting , tracking. "use" tfs tracking pass or fail test cases. in no way connected of our automation, still require user presence check automated tests , pass test case on tfs. @ point, should using spreadsheet.

what dearly need sort of learning resource focuses entirely on test management , test automation aspects of tfs. i've been searching around find tends focus on tfs bug reporting , source management system, rather automated test system. , it's 100% possible (in fact, 100% likely) we're utilizing system wrong. person set tfs left abruptly , we've been flailing ever since.

in particular we've had problems with:

hooking test case automated test (our test code 1 large data-driven codedui project specific test methods test specific things. ideally able apply test method result correlated test case)

mass assignment of test cases. spent hour today assigning smoke tests people because there no way figure out query "test ids 1300 through 1600 configuration windows 7 64 bit" , mass assign within sprint.

proper organization of test cases , suites. predecessor arranged in particular sprint in classic tree-form style, using static test suites. e.g. sprint static suite series of children static suites, had static suites in. looks nice format-wise, absolute nightmare manage (see above issue, it's why took hour)

basically need sort of resource can learn tell me how utilize tfs these things.

you should pluralsight's microsoft test manager course.

http://www.pluralsight.com/courses/microsoft-test-manager-2013#!

and automations course:

http://www.pluralsight.com/courses/codedui-test-automation

these both give detailed @ capabilities.


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -