From 934069ca2164753f72783eaa7d9fd98e4280f2ec Mon Sep 17 00:00:00 2001 From: xue <> Date: Mon, 13 Feb 2006 06:04:33 +0000 Subject: Reorganized FT test folder. --- .../quickstart/Fundamentals/HelloWorldTestCase.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tests/FunctionalTests/quickstart/Fundamentals/HelloWorldTestCase.php (limited to 'tests/FunctionalTests/quickstart/Fundamentals/HelloWorldTestCase.php') diff --git a/tests/FunctionalTests/quickstart/Fundamentals/HelloWorldTestCase.php b/tests/FunctionalTests/quickstart/Fundamentals/HelloWorldTestCase.php new file mode 100644 index 00000000..e3da5a72 --- /dev/null +++ b/tests/FunctionalTests/quickstart/Fundamentals/HelloWorldTestCase.php @@ -0,0 +1,16 @@ +open("../../demos/quickstart/index.php?page=Fundamentals.Samples.HelloWorld.Home&notheme=true", ""); + $this->verifyTitle("Hello World", ""); + $this->clickAndWait("//input[@type='submit' and @value='Click Me']", ""); + $this->clickAndWait("//input[@type='submit' and @value='Hello World']", ""); + $this->verifyTitle("Hello World", ""); + } +} + +?> \ No newline at end of file -- cgit v1.2.3