Advertisement
Guest User

Untitled

a guest
Dec 18th, 2014
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. [Fact]
  2. public void Test123()
  3. {
  4. var p =
  5. new ProcessStartInfo(
  6. @"d:\repos\brady\Trunk\Brady Link 360 Desktop\MW4 Desktop\bin\Debug\Brady Workstation\BradyWorkstation.exe");
  7. var application = Application.AttachOrLaunch(p);
  8. var window = application.GetWindow("GHS Labels");
  9.  
  10. window.Get<TextBox>("tbSupplierId").Enter("test text");
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement