summaryrefslogtreecommitdiff
path: root/uitest/calc_tests
AgeCommit message (Collapse)Author
2018-03-07uitest: add demo showing how to select different sheetMarkus Mohrhard
Change-Id: I1ddc8e9855832df7176d768e73d062e7f601a62c Reviewed-on: https://gerrit.libreoffice.org/50854 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-03-26uitest: add demo showing how to use auto filter popupMarkus Mohrhard
Change-Id: Id42c2856e4eee03dae374ea36d6dcba16419c70e Reviewed-on: https://gerrit.libreoffice.org/35700 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-03-26uitest: add demo showing how to interact with autofilter popupMarkus Mohrhard
Change-Id: Icda3c00a3a8c593a8f3129662c7688be000e3c7e Reviewed-on: https://gerrit.libreoffice.org/35694 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-03-26uitest: add initial autofilter testMarkus Mohrhard
Change-Id: I06029afbf9be93054ef932f8c37a56b929c3e436 Reviewed-on: https://gerrit.libreoffice.org/35693 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-03-01uitest: enable additional chart tests that seem to be stable nowMarkus Mohrhard
Change-Id: I9a41c29807cc47f570a9057435386e519a438289
2017-03-01uitest: the new code allows to enable the chart test againMarkus Mohrhard
Change-Id: I51ff48441d07c12f8019d282ab92f1835cec69cb
2017-02-27uitest: move all the conditional format tests into an own testMarkus Mohrhard
Change-Id: I5673341b05c8352bc1d46f1483c265ccdc6a1cc5 Reviewed-on: https://gerrit.libreoffice.org/34667 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-02-18use special method to close dialog through button clickMarkus Mohrhard
Change-Id: Id884cc75503cb433742f9316d9647cff801565f7 Reviewed-on: https://gerrit.libreoffice.org/34230 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-01-24tdf#105466: Add uitestXisco Fauli
Change-Id: I21ba4b716b3b7d2c1c23db816701331ba462b379 Reviewed-on: https://gerrit.libreoffice.org/33494 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>
2017-01-20tdf#105411: Add uitestXisco Fauli
Change-Id: Iff93a61441aa13670903ef2dd82de38af4eb5320 Reviewed-on: https://gerrit.libreoffice.org/33347 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>
2016-12-24uitest: write a helper method for selecting based on positionMarkus Mohrhard
Change-Id: Ia7c4450f83a5a7cebd9d518c9ccac1ce07045570 Reviewed-on: https://gerrit.libreoffice.org/32407 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-12-24uitest: add a helper method for typing textMarkus Mohrhard
Change-Id: If450e3f0ff1e2a8f33db05e9512a13e5771115a8 Reviewed-on: https://gerrit.libreoffice.org/32406 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-12-19uitest: disable tests that deadlock with mutex problemsMarkus Mohrhard
This seems to be a race condition that is not really related to the UI testing. It should happen any time with out-of-process UNO. Change-Id: I86e42fc6c3848c4522e6f4e5db72e92917e19286 Reviewed-on: https://gerrit.libreoffice.org/31995 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-10-26normalize existing emacs/vim mode-lines in python filesMichael Stahl
Bunch of these were setting C++ or Make modes and icky tabs... Also, reportedly Emacs can figure out to enable python-mode automatically. Change-Id: I50072488fb92cb4d27aa3f74f717a28ae3967543
2016-10-11forgot to actually remove the problematic importMarkus Mohrhard
Change-Id: Iac96719a36269dec173af4c9d6d7e88d67b5c24d
2016-10-11pathlib is only in python 3.4+Markus Mohrhard
We still use 3.3 on windows. Change-Id: I32adabe1eb12d8803d61458fcb1a228b3ff045e0
2016-09-29add complete test for tdf#96453Markus Mohrhard
This is the fourth and final part of the UI test tutorial. The test combines the previous 3 items in the final test. The original test from the first tutorial is used as a template, the SvSimpleTable support is used to assert that the table contains the correct amount of entries, and the UNO helper methods that the document contains the correct amount of conditional formats. Change-Id: Ibe2047e10ff6368c145c88b2bcca9648aa7f8f54
2016-09-29add test for tdf#96453 part 1Markus Mohrhard
This is the first part in the UI testing tutorial. The commit adds the skeleton for a UI test. Currently the test only opens the conditional format manager dialog and closes the dialog again. Change-Id: Iff1d662d0aa675efad6b9682bf86a246c7a5a8d3 Reviewed-on: https://gerrit.libreoffice.org/29373 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-07-16uitest: remove some debug output from new testMarkus Mohrhard
Change-Id: Ib1342d4ea81885e4ca434f6f5f263af9a8a04e25
2016-07-16uitest: extend chart edit test to change chart through dialogMarkus Mohrhard
Change-Id: I9ffdddff84e290a4df25067be5bf574fac273ce7
2016-07-16uitest: add first demo for editing the chartMarkus Mohrhard
Change-Id: I28e1c4d4726afc97fd1a42fe1d931b195231cb12
2016-07-13uitest: all files moved to the new directory layoutMarkus Mohrhard
Change-Id: Ib5a6fc98fafb774ca5c7cc1323dbe4eb8a1c4aff
2016-07-13uitest: remove the imports for pyuno and timeMarkus Mohrhard
Change-Id: I384e9ee1a38aad80bf3a4906a4955c57e4895538
2016-07-13uitest: move more code into the new directory layoutMarkus Mohrhard
Change-Id: Ic5d08f08c1fccc74be09cea7887d3acb910e7636
2016-06-26uitest: move for files into the new directory layoutMarkus Mohrhard
Change-Id: Ic8289da6bd32ed9645253b996269be6e82bd1d7c
2016-06-26uitest: bring some order into the file messMarkus Mohrhard
The uitest/uitest directory will be used for the actual uitest framework. The libreoffice directory should contain any common LibreOffice related code. Change-Id: I3f6394ff4be83b89a8764eab10a154e755237d35
2016-06-22uitest: remove sleeps and prints from calc demoMarkus Mohrhard
These sleeps are only necessary when you want to run them non-headless and see what is actually happening. Change-Id: I20bd80c680c8569bc3c885f261e03db494afee06
2016-06-22uitest: convert all calc demos to the unittest based approachMarkus Mohrhard
Change-Id: I6ad7898f92c74f37ed2936337d6570904860d535
2016-06-22uitest: start the switch to python's unittestMarkus Mohrhard
Change-Id: Ic6e0d99a567b7080928accb61ed036b1c25ec7ff
2016-06-22uitest: add initial version for calc element demoMarkus Mohrhard
Change-Id: I09b724cb80d75b17fd3ad5f3736245f9fca1d17a
2016-06-18uitest: make the calc keycode demo a bit easier to understandMarkus Mohrhard
Change-Id: Ia24747994dc45b8c6636aee37a55d2ba4672993a
2016-06-18uitest: use the new cell content enter functionMarkus Mohrhard
Change-Id: I75ff56a903226797284dff7f556bd425d40b4fd4
2016-06-18uitest: split the demoMarkus Mohrhard
Change-Id: Iec2acce4e7777995d3e5a8e4bea5f069f579721d
2016-06-18uitest: add a demo case for new keycodesMarkus Mohrhard
Change-Id: Ieec7fcd9b942d99d0dc16794856af4b1eabebde8
2016-06-18uitest: add demo showing how to activate chartMarkus Mohrhard
Change-Id: I40293ca1f786c08a51d01fde5e90b75af2e67f6b
2016-06-18uitest: add demo showing how to deselect an UI objectMarkus Mohrhard
Change-Id: Ie755dd93296de4031abe36833872c58032271d22
2016-06-18uitest: add demo for chart wizardMarkus Mohrhard
Change-Id: I36b89e167408c2ab8b2a0f7d275ecb2dda4722b7
2016-06-18uitest: add all calc demo testsMarkus Mohrhard
Change-Id: I33417d49665f48cb20b1fb1dbe20a7a2cbbf5074
2016-06-18uitest: build system part for new uitestsMarkus Mohrhard
We now can call the uitests with make uitest.uickeck Change-Id: I20c73efd93c7987f3b841cd0e3e7842ee7a5dab9
2016-06-18uitest: move code from calc_demo to normal demo for gridwinMarkus Mohrhard
Change-Id: I17f61ff790b7d0b28e4292e201d4feaa9a100bde
2016-06-18uitest: add close_doc calls to all calc testsMarkus Mohrhard
Change-Id: I49285cd47adf40569f5adb07aacb45a544cd7dc3
2016-06-18uitest: use the close_doc call in the calc demoMarkus Mohrhard
Change-Id: I8750e6fdbd0fb953795ebcd764184cbc23b6f65c
2016-06-18uitest: change the calc gridwin test to show problems with formula inputMarkus Mohrhard
Change-Id: If2afb8cce99ba426d4f0ce3785a658ae41e0911a
2016-06-18uitest: add test for cell text inputMarkus Mohrhard
Change-Id: Id7c907c14c8de4e61fddcd9cc25de7f1bfec4e85
2016-06-18uitest: remove useless sleepsMarkus Mohrhard
Change-Id: Ia04478ea5b8e644cbe691578284b031d73cb9ad1
2016-06-18uitest: add example for extending the cell rangeMarkus Mohrhard
Change-Id: I983b7e2220efc86a021d81618f2db56194fe1ebc
2016-06-18uitest: add demo for calc's gridwindowMarkus Mohrhard
Change-Id: I1a3bf7523d71e6bb3bf9d61859d8d5d2b275f95f
2016-06-18uitest: add demo creating a local range nameMarkus Mohrhard
Change-Id: Ieb908e58b9ab4daed7d03279fbc66ddea2435cb3
2016-06-18uitest: add test for tdf#98427Markus Mohrhard
Change-Id: I4cc29cfd3b2ac0b4889e82c3565319455cafc1eb
2016-06-18uitest: also remove the screenshot part from function namesMarkus Mohrhard
Change-Id: Iac4f1724ed9c2a470ea1a1fe1ab0e834eb3f1795