Virtual Buffer
Labels
CodedUI
Functional Testing
General
Log4Net
Mac OS
Maven
PHP
Performance Testing
Windows OS
java
selenium
Showing posts with label
Launch app using CodedUI
.
Show all posts
Showing posts with label
Launch app using CodedUI
.
Show all posts
CodedUI Run Application with Admin User
System.Diagnostics.ProcessStartInfo proc = new System.Diagnostics.ProcessStartInfo(@"C:\Program Files (x86)\Notepad++\notepad++.exe");
proc.UseShellExecute = true;
proc.Verb = "runas";
Older Posts
Home
Subscribe to:
Posts (Atom)