Edited wiki page GettingStarted through web user interface.
diff --git a/GettingStarted.wiki b/GettingStarted.wiki
index 6b0a2b5..4e372e2 100644
--- a/GettingStarted.wiki
+++ b/GettingStarted.wiki
@@ -91,12 +91,18 @@
 bin/run-tests -t js
 }}}
 
-To run only functional tests:
+To run only functional tests(Headless):
 
 {{{
 bin/run-tests -t functional
 }}}
 
+To run only functional tests(In a browser):
+
+{{{
+bin/run-tests -t functional --browsers-gui
+}}}
+
 = Checking Out the Code =
 
 To check out Melange source code run the following command: