From 98215a603fb798cdb4178e49061977544aaa45b7 Mon Sep 17 00:00:00 2001 From: wei <> Date: Sat, 10 Dec 2005 11:49:29 +0000 Subject: Initial import selenium functional test framework. --- .../framework/Web/UI/testTButton.php | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 tests/FunctionalTests/framework/Web/UI/testTButton.php (limited to 'tests/FunctionalTests/framework/Web/UI/testTButton.php') diff --git a/tests/FunctionalTests/framework/Web/UI/testTButton.php b/tests/FunctionalTests/framework/Web/UI/testTButton.php new file mode 100644 index 00000000..eb4c4987 --- /dev/null +++ b/tests/FunctionalTests/framework/Web/UI/testTButton.php @@ -0,0 +1,24 @@ +initPage(__FILE__); + $this->open($this->Page->Request->TestUrl); + } + + function testButtonClick() + { + $this->assertTextPresent("TButton Functional Test"); + $this->click($this->Page->button1); + } +} + +?> \ No newline at end of file -- cgit v1.2.3