Browse Source

Updated Docs pre-release

bernhardbuhl 4 years ago
parent
commit
9ded204c22
3 changed files with 10 additions and 13 deletions
  1. 1 1
      docs/OverviewUsage.rst
  2. 5 12
      docs/PlannedFeatures.rst
  3. 4 0
      docs/changelog.rst

+ 1 - 1
docs/OverviewUsage.rst

@@ -23,7 +23,7 @@ Testdata definition. This is super fast, very easy even for end-users but has li
 with all features of the higher end solutions like reporting, fault tolerance, screenshots in case of errors and much more.
 
 
-More powerful and still ways:
+More powerful and still simple ways:
 ------------------------------------
 
 As your requirements grow you want to have Testcase and testrun definition separately (e.g. you want to execute the same

+ 5 - 12
docs/PlannedFeatures.rst

@@ -6,18 +6,16 @@ Short/Medium term features
 ---------------------------
 * Nicer interactive UI-Starter (2020.03)
     * Phase 1 done 2020.02
-    * Phase 2 (UI-elements) (2020.03) --> will move to 2020.04 RC5
-    * Provide live statistics (2020.04)
-* Double Opt-In Automation (2020.03) --> will move to 2020.05 RCx
-* Better support to store test data output to database and export files (2020.04)
-* Katalon Importer/Converter as Webservice (2020.04)
+    * Phase 2 done 2020.04
+    * Provide live statistics (2020.05)
 
 Features for later
 ------------------
-* Better support for multiple sources (e.g. multiple XLSX)
+* Double Opt-In Automation (so far no 'takers')
 * Proof of concept with PyWinAuto
 * Integration with SAP Gui Scripting via VBS and PyWinAuto
-* Better support for Mass testing APIs
+* Improved support for Mass testing APIs
+* Katalon Importer/Converter as Webservice (2020.04)
 * Integration with Atlassian Confluence (for Testcase and Testrun definitions)
 * Integration with Atlassian Confluence (to publish results of testruns)
 * Integration with MS Teams to publish results of Testruns
@@ -31,11 +29,6 @@ PRO-Features
 There's no time plan yet, when a pro version will be released. So far whatever we do goes into the open source version.
 Future features might include:
 
-* DB-Migration tools (to ease the pain of upgrading databases)
-* Multi-User environment (who did when which activity and who changed when which test object)
-* History of Testcases (what was changed when. If urgently needed we could come up with DB-Dump and GIT diff or so.)
-* Test-Canons (deliberately stop test cases multiple times at certain test steps, wait for trigger, then resume. After first Testcase *finished* his first waiting period, start second round of Testcases (that's how the name "Canon" came up). So far implemented in customer project, but needs to be polished up for public version)
-* XML/PDF-Compare
 * Consulting
 * Priority support
 * Testcase creation as a Service

+ 4 - 0
docs/changelog.rst

@@ -13,10 +13,14 @@ New features:
 +++++++++++++
 
 * Added more parameters for testruns in the new UI (e.g. BrowserZoomFactor)
+* test data generator for complex random and/or multiplying test conditions created
+* All test data from all test runs is now logged in a database. Additionally to results per test run you can compare
+  results over time. Especially usefull when you have the local proxy server activated!
 
 Bugfixes:
 +++++++++
 
+
 2020.04
 ^^^^^^^