From 30dbc28131a53925dd8cb17f3ca3e84922f0cb3d Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Wed, 18 Apr 2018 14:02:16 +0300 Subject: Started working on UI automation testing! --- Software/Visual_Studio/Tango.UnitTesting/Helper.cs | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Software/Visual_Studio/Tango.UnitTesting/Helper.cs') diff --git a/Software/Visual_Studio/Tango.UnitTesting/Helper.cs b/Software/Visual_Studio/Tango.UnitTesting/Helper.cs index 7c0e639c5..8a4cd57e8 100644 --- a/Software/Visual_Studio/Tango.UnitTesting/Helper.cs +++ b/Software/Visual_Studio/Tango.UnitTesting/Helper.cs @@ -34,6 +34,15 @@ namespace Tango.UnitTesting return Path.GetFullPath(@"..\..\..\PMR\Messages\"); } + /// + /// Gets the machine studio exe path. + /// + /// + public static String GetMachineStudioPath() + { + return Path.GetFullPath(@"..\..\Build\Debug\Tango.MachineStudio.UI.exe"); + } + /// /// Gets the SQLite database file path in DB folder. /// -- cgit v1.3.1