visual studio 2012 - Lab Manager start WPF application under test -


i have following alm infrastructure:

  • tfs 2012
  • dev machine (vs 2012)
  • lab manager controller , agent right trying build coded ui tests, in order have tests can "experiment" on multiple environments (win7, win8 ...) have succesfully created coded ui test , can run remotely using lab manager. issue following: how can run wpf application under test before test starts? theoretically should able find clickonce app on qa machine , coded ui test should execute clickonce , run coded ui tests. there doc explain particular step of test automation?

you should open application part of codedui test happens automatically.

if record application open in microsoft test manager , generate test have it. if manually creating codedui test in visual studio need record open part of each test.

the general flow codedui test is:

1) open application or browser 2) login if needed 3) navigate part of application under test 4) [multiple test steps] 5) log out if needed 6) close application

if need create distinct units logging in or navigating common multiple tests can use shared steps in mtm


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -

php - Accessing static methods using newly created $obj or using class Name -