aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.UnitTesting/Helper.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-04-18 14:02:16 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-04-18 14:02:16 +0300
commit30dbc28131a53925dd8cb17f3ca3e84922f0cb3d (patch)
treeabca85e201dd9a90a824dd243d5bd32be12de4c8 /Software/Visual_Studio/Tango.UnitTesting/Helper.cs
parent1356c4682507fe3c7bdfebc7316fcad1b67594a1 (diff)
downloadTango-30dbc28131a53925dd8cb17f3ca3e84922f0cb3d.tar.gz
Tango-30dbc28131a53925dd8cb17f3ca3e84922f0cb3d.zip
Started working on UI automation testing!
Diffstat (limited to 'Software/Visual_Studio/Tango.UnitTesting/Helper.cs')
-rw-r--r--Software/Visual_Studio/Tango.UnitTesting/Helper.cs9
1 files changed, 9 insertions, 0 deletions
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
@@ -35,6 +35,15 @@ namespace Tango.UnitTesting
}
/// <summary>
+ /// Gets the machine studio exe path.
+ /// </summary>
+ /// <returns></returns>
+ public static String GetMachineStudioPath()
+ {
+ return Path.GetFullPath(@"..\..\Build\Debug\Tango.MachineStudio.UI.exe");
+ }
+
+ /// <summary>
/// Gets the SQLite database file path in DB folder.
/// </summary>
/// <returns></returns>