changelog.rst.txt 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. Change log
  2. ==========
  3. 2020.05
  4. ^^^^^^^
  5. Summary:
  6. ++++++++
  7. While baangtDB is making great progress, we're in the final touches to release Version 1.0 of baangt base.
  8. New features:
  9. +++++++++++++
  10. * Added more parameters for testruns in the new UI (e.g. BrowserZoomFactor)
  11. * test data generator for complex random and/or multiplying test conditions created
  12. * All test data from all test runs is now logged in a database. Additionally to results per test run you can compare
  13. results over time. Especially usefull when you have the local proxy server activated!
  14. Bugfixes:
  15. +++++++++
  16. 2020.04
  17. ^^^^^^^
  18. Summary:
  19. ++++++++
  20. A huge step closer to release 1. Some minor functionalities still need fixing. May May be the release month!
  21. New features
  22. ++++++++++++
  23. * Brandnew UI! The pySimpleGui was great during the beginning of the project. As we mature, we switched to QT5, which
  24. looks really great.
  25. * No need to remember technical field names! Yeah!
  26. * All settings to customize a test run execution are now nicely arranged in the details screen
  27. * Katalon-Importer added a few usability changes (e.g. when you save, you'll see this TestRun selected as default).
  28. * Browsers, Selenium Grid, etc. can be selected via Dropdown-Menu
  29. * Common BrowserAttributes (e.g. Headless) can be selected via Droddown-Menu
  30. * SimpleFormat: New command ``iban`` will create a random IBAN. Powered by Schwifty library.
  31. * SimpleFormat: New command ``pdfcompare`` compares a downloaded PDF-File with a reference PDF-File and
  32. reports differences. Works also well with parallel sessions.
  33. * All: Variable replacement using Faker module. For instance ``$(FAKER.email)`` will generate a random E-Mail address
  34. * All: New flag to export all fields of TestDataDict to result file: ``TC.ExportAllFields`` = ``True``
  35. * All: Web-Testcases: Screenshots automatically embedded to result file, not only as a link. Makes it easier to share results
  36. on a communication channel.
  37. * All: Support of Proxies and rotating Proxies (``TC.UseRotatingProxies`` and ``TC.ReReadProxies``)
  38. * All: Support of restarting browser-sessions after each TestCase execution (``TC.RestartBrowser`` = ``True``)
  39. * All: CL.* in Globals-File to overwrite standard classes (e.g. BrowserDriver) to custom classes.
  40. * Appium integration for Android and iOS App tests using Appium Webdriver (see in /examples/App* and globalsApp.json)
  41. * Subclassing: New commands to identify stale objects on page (HTML-Reload and SPA-Support)
  42. * Additional way to export data to Excel-Result (can be used for results of scraping) GC.EXPORT_ADDITIONAL_DATA in
  43. TestRun.additionalExportTabs. For each Tab you want created set up one dict with {<tabname>:<ExportDictContent>}.
  44. Headers = Fieldnames.
  45. * New flag to export all fields of TestDataDict to result file: ``TC.ExportAllFields`` = ``True``
  46. * Web-Testcases: Screenshots automatically embedded to result file, not only as a link. Makes it easier to share results
  47. on a communication channel.
  48. * Windows Installer: baangt now works without admin rights on Windows10
  49. * Support of Proxies and rotating Proxies (``TC.UseRotatingProxies`` and ``TC.ReReadProxies``)
  50. * Support of restarting browser-sessions after each TestCase execution (``TC.RestartBrowser`` = ``True``)
  51. * Subclassing: Additional way to export data to Excel-Result (can be used for results of scraping) GC.EXPORT_ADDITIONAL_DATA in
  52. TestRun.additionalExportTabs create one dict with <tabname>:<ExportDictContent>. Headers = Fieldnames.
  53. Changes
  54. +++++++
  55. * Improved browserDriver Download for executables (didn't work in some cases)
  56. * Improved database logging of testrun results
  57. * Dramatically improved speed for reading larger Input files (got rid of Pandas for XLSX-Import)
  58. * Improved ease of subclassing for TestStepMaster.
  59. * Improved reaction to common errors on Webpages (Stale element, not accessable, etc.)
  60. * Improved handling of closed windows and tabs (when e.g. PDF-Download was activated)
  61. * Support to supply webelement in driver.javaScript() as ``*args``
  62. * Added many unit tests, but still not full coverage
  63. 2020.03
  64. ^^^^^^^
  65. Summary: Release Candiate 3 is on the road!
  66. New features
  67. ++++++++++++
  68. * Executable files and ZIP-Archives for Mac, Windows and Ubuntu - no more GIT CLONE needed! Simply download, unzip and run.
  69. * Network logging during WEB-Sessions and export to Excel-Result in separate tab. Use ``TC.NetworkInfo`` with value ``True`` (tested on Mac and Windows, most probably works on Linux too).
  70. * baangtDB: Import and Export functionality for simpleFormat and complex XLSX-Testrun definitions.
  71. * baangtDB: Export also to JSON-Format
  72. * baangtDB: cascaded delete: Delete a test run and all it's objects (unless used in other test runs)
  73. * baangtDB: Update testrun from XLSX (closed circuit between IT-Department and business department)
  74. * Docs updated with latest parameters
  75. * SimpleFormat: ``pause`` command added
  76. * SimpleFormat: ``address_creation`` command added to create a random address. Customizable.
  77. Multiple calls will create multiple random addresses.
  78. * CLI: New parameter ``--reloadDrivers=True`` downloads latest version of webdrivers for Chrome and Firefox.
  79. * Integration with Selenium Grid V4.0 and baangt. See docs for further details. Separate Repository for the Dockerfile
  80. Bugfixes
  81. ++++++++
  82. * Reporting: Duration sometimes off by Timezone shift hours
  83. * Minor fixes for increased stability with Chrome-based browsers
  84. * Parallel executions on Windows work now, rewrote parallelism (local, without Selenium/Zalenium) completely to run with
  85. less resources. 10 parallel Firefox sessions on a single MacBook with 16 GB RAM works.
  86. 2020.02
  87. ^^^^^^^
  88. Summary: Web- and API-Tests XLSX-SimpleFormat are almost completed. Shouldn't take much longer to have a production ready version.
  89. * Pypi-Version 2020.02.* deployed
  90. * First version of baangtDB with Flask (including Docker Container). No DOCS yet, as it's still under heavy development. For an early preview you can navigate to ``/flask`` directory and execute ``./start_docker.sh``
  91. * Support of Edge on Microsoft Platform and Safari on Apple/Mac
  92. * Completed support for Versions in SimpleFormat and SimpleAPIFormat (can also be used for ``baangtDB``, subclassed methods and complex Excel TestRun Defintions)
  93. * SimpleFormat now with default ``locatorType`` = ``xpath``. No breaking change. Just a tiny little convenience when filling in long Excel Testcase definitions.
  94. * Katalon Importer now creates proper data fields in data tab for simple format XLSX and refers proper variable (column) names in Teststep-Definition
  95. * Improved support for API-Calls and data extraction from API response to result sheet
  96. * Added logical comparison for IF-conditions, whether a field exists or not (using LocatorType and Locator). You can see an example in file ``BaangtDBFill.xlsx``
  97. * Plugin structure for TestRun, ExportResults and BrowserHandling implemented. Example in separate repository https://gogs.earthsquad.global/athos/baangt-Plugin. If you subclassed those classes, you need to adjust the import statements (e.g. ``from baangt.base.TestRun`` to ``baangt.base.TestRun.TestRun``)
  98. * Apart from exporting to XLSX it's now also possible to export testrun results to CSV. In simpleFormat you can set parameter ``TC.Export Format`` to the value ``CSV``. In baangtDB and full Excel format you can use Testrun property ``Export format``
  99. 2020.01
  100. ^^^^^^^
  101. Very first public beta version. Not at all ready for production.
  102. * First version on Pypi (https://pypi.org/project/baangt/), Docker (https://gogs.earthsquad.global/athos/baangt-Docker) and GIT Repository (https://gogs.earthsquad.global/athos/baangt)
  103. * Support for SimpleExcel and Excel format including some examples
  104. * Basic UI (interactive mode) and CLI (Command Line Interface with 2 parameters)
  105. * Methods for Web testing implemented:
  106. * SetText(If)
  107. * Click(If)
  108. * GotoUrl
  109. * HandleIframe and Windows (Tabs)
  110. * If/Endif
  111. * GoBack
  112. * simple comparisons (=, >, <)
  113. * Full support for Excel Data files
  114. * Experimental support for Katalon Recorder Import to SimpleExcel format
  115. * Very basic support to Export from Katalon Studio Projects (as subclassed modules)
  116. * Logs
  117. * Export result of TestRun to XLS including statistics, Timing information and analysis
  118. * Docs created, styled, revisited and stored on https://baangt.jointhedocs.io
  119. * Runlog: Additionally to saving execution information in a single Excel sheet for each testrun, also store information in a database for simple comparison of testruns between stages, days, endpoints or whatever else you want to compare. In this version only data storage was implemented. No reporting yet.