ayushchd
c028fef8b0
Selenium tests for table tracking
2013-08-30 00:28:49 +05:30
ayushchd
a970df1dff
Tests for server settings tab
2013-08-28 18:35:21 +05:30
ayushchd
32b36ce020
Resolve merge conflict
2013-08-28 17:29:34 +05:30
Michal Čihař
ceb35a8816
Remove debugging code
2013-08-28 10:37:05 +02:00
ayushchd
b23eefacf0
Selenium suite code standard compliance
2013-08-28 13:25:43 +05:30
ayushchd
dff3b9627d
Selenium tests for export
2013-08-27 23:24:31 +05:30
Madhura Jayaratne
aa58386e0e
Use types
2013-08-27 22:22:14 +05:30
ayushchd
269b38f7a8
Tests for server, db and table imports
2013-08-26 21:40:51 +05:30
ayushchd
0d94929ae1
Remove old test files
2013-08-26 02:18:05 +05:30
ayushchd
004d5d51b6
More sensible file names
2013-08-25 20:01:29 +05:30
ayushchd
b98f24b7d8
Selenium tests for table operations
2013-08-25 19:52:55 +05:30
ayushchd
1c1fe3d350
Selenium tests related to table structure
2013-08-25 18:48:50 +05:30
ayushchd
e2eca221c3
Add doc and uncomment code
2013-08-25 17:45:08 +05:30
ayushchd
22722975dd
Tests for DB Structure tab
2013-08-25 17:42:47 +05:30
ayushchd
87a63db0d7
Merge remote-tracking branch 'upstream/master' into selenium
2013-08-25 17:15:46 +05:30
ayushchd
e52e5d95bb
Selenium tests for db operations
2013-08-25 17:13:17 +05:30
Madhura Jayaratne
c1bd8d9e93
Remove trailing white spaces
2013-08-25 17:07:22 +05:30
Madhura Jayaratne
6bdf342510
Remove redundant code
2013-08-25 17:04:57 +05:30
ayushchd
6c0b366a27
Selenium tests for triggers
2013-08-25 16:10:17 +05:30
ayushchd
0ac0eec965
Improve tests and selectors
2013-08-25 15:24:41 +05:30
ayushchd
d7765a06cd
Selenium tests for Events
2013-08-25 15:19:05 +05:30
ayushchd
c80acde304
Added tests for stored procedures
2013-08-24 22:49:15 +05:30
ayushchd
89e922c808
Based tests on Selenium 2
2013-08-23 20:53:17 +05:30
ayushchd
031d44f8ba
Added table helper function
2013-08-23 20:52:43 +05:30
ayushchd
5609d55791
More helper functions for selenium 2
2013-08-22 23:45:25 +05:30
ayushchd
082dc5a4e7
Changed tests for Selenium2 compatibility
2013-08-22 23:44:50 +05:30
ayushchd
0c0538b99d
Merge Helper and PmaSeleniumTestCase classes
2013-08-21 21:38:26 +05:30
ayushchd
fc7e7e6cbc
Fix test case for user creating and removal
2013-08-21 21:37:49 +05:30
ayushchd
d312ef95b7
Fix test case for double click
2013-08-21 21:36:51 +05:30
Madhura Jayaratne
36e689a64b
Proper parameter order
2013-08-21 12:26:36 +05:30
Madhura Jayaratne
f61da12ae3
These constants serve the same purpose
2013-08-21 12:26:17 +05:30
ayushchd
440c875c01
Selenium tests for table browse functions
2013-08-17 17:52:59 +05:30
ayushchd
ccb1084bdf
Add teardown and fix mysql error
2013-08-15 20:14:41 +05:30
ayushchd
a385bcd727
Add test for table creation
2013-08-15 17:27:09 +05:30
ayushchd
a36b1b99ca
Add mysql query and connect functions
2013-08-15 17:26:45 +05:30
ayushchd
d354f6a179
Improve current database test
2013-08-15 17:26:14 +05:30
Dieter Adriaenssens
6c029fe889
wrap long lines
2013-03-05 15:12:04 +01:00
Dieter Adriaenssens
e6542c5dbf
fix typos
2013-03-05 15:11:16 +01:00
Spun Nakandala
e6b0ded105
Docblocks added for selenium test classes
2013-03-04 10:36:05 +05:30
Michal Čihař
f780d01eae
Merge remote-tracking branch 'ayushchd/unit_testing_local'
...
Conflicts:
test/selenium/PmaSeleniumCreateDropDatabaseTest.php
2013-02-25 13:17:14 +01:00
Spun Nakandala
c97b00e190
Selenium Test added to test the creation and removal of a user with all privileges
2013-02-22 12:23:51 +05:30
Supun Nakandala
baaefbe40e
Indentation corrected
2013-02-16 10:16:44 +05:30
Supun Nakandala
6ff5e7fe7f
indentation refactored
2013-02-11 22:50:18 +05:30
Supun Nakandala
d5c3f91daa
indentation refactored
2013-02-11 22:35:43 +05:30
Supun Nakandala
fcefcc8517
Further modified and removed php sleep calls
2013-02-10 23:48:28 +05:30
ayushchd
541538f099
Selenium Create Drop DB Test refactored to handle AJAX Content
...
I have refactored the Create/Drop Database test to handle the AJAX
content, it uses waitForElementPresent() method to wait for an ajax
response which should be more reliable than sleep(). Next, I have tried
to use more of cssSelectors rather than xpaths as cssselectors cope up
well with structural changes on the page. Not yet added to
AllSeleniumTests.php, waiting for approval.
2013-02-10 16:40:52 +05:30
ayushchd
dc986d9d74
CreateDropDatabaseTest refactored to handle AJAX content
...
I have refactored the Create/Drop Database test to handle the AJAX
content, it uses waitForElementPresent() method to wait for an ajax
response which should be more reliable than sleep(). Next, I have tried
to use more of cssSelectors rather than xpaths as cssselectors cope up
well with structural changes on the page. Not yet added to
AllSeleniumTests.php, waiting for approval.
2013-02-10 16:34:58 +05:30
Supun Nakandala
8163dc1c0b
Existing selenium tests refactored s that they work with the latest revision.5
2013-02-10 15:57:41 +05:30
Madhura Jayaratne
150a47f4b7
Use underscore prefix for private methods and instance variables
2012-09-22 23:50:41 +05:30
Yasitha Pandithawatta
0aca1fabad
add create and drop database selenium test case
2012-07-23 22:12:36 +05:30