testing - Using a single physical test machine for multiple team projects -
testing - Using a single physical test machine for multiple team projects -
my situation this: have multiple rather little winforms projects i'm creating coded ui tests for. have 1 physical machine availble running said ui tests, , each project needs run tests quite rarely, 1 machine enough.
i got tests running on single project (using mtm, created test cases, on vs side used associated automation -thing, created labdefaultprocess , mapped them test suite) , works wanted.
the problem comes when seek using same testing machine team project. unable add together environment mtm lab management because says chosen environment in use.
so there such limitation (meaning have combine projects single team project on it), or there more sophicisticated way of doing this?
on single computer available testing have test controller , test agent installed.
the environment have created bound team project. requirement within lab management machine not loosely coupled entity reuse.
the 1 way work around customizing build template. eg. custom build template parameter specifies project want work with. fires off build on specific project's build definition , copies drop drop folder farther use.
issues here test results reported against single project , not against original project. plus need maintain template yourself.
testing tfs automated-tests coded-ui-tests
Comments
Post a Comment