From 610f0e730991352e286e30cf7825f4a173bfc762 Mon Sep 17 00:00:00 2001 From: patrick Date: Sat, 11 Nov 2023 17:17:28 +0800 Subject: [PATCH] update README --- README.md | 27 +++++++++++++----- ...1\257\346\234\254.png" => libs-concept.png | Bin pom.xml | 1 - img.png => qa-automation.png | Bin 4 files changed, 20 insertions(+), 8 deletions(-) rename "img_\345\211\257\346\234\254.png" => libs-concept.png (100%) rename img.png => qa-automation.png (100%) diff --git a/README.md b/README.md index 845b3f9..daafec9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # README -FluentQA Workspace project is as A Project for QA: +FluentQA Workspace project is JAVA Project includes: + 1. Toolkits to handler QA Daily Work 2. Workspace Server for QA Daily Work 3. Learning JAVA in QA perspective @@ -9,25 +10,37 @@ FluentQA Workspace project is as A Project for QA: 6. All Codes are Used for Real Cases 7. All libs have its purpose in QA Daily Work +But Actually not only for QA, it also for anyone want to create +JAVA Libs or Applications. + +## 1. Software QA: JAVA Revisited Overview + +**Automation Language Perspective**: +![img](qa-automation.png) + +**Different Libs Perspective**: -## 1. JAVA Revisited Overview -![img](img.png) ![img](overall.png) ## 1.1 QA Java frequent used libs -### 1.1 OpenAPI Parser - -- [] +- [basic-libs](./components/fluent-builtin) +- [excel-csv-operation](./components/fluent-excel) +- [mindmap-operation](./components/fluent-mindmap) +- [openapi-operations](./components/fluent-openapi) +- [quick-database-operations](./components/fluent-quickdao) +- [markdonw-operations](./components/fluentqa-md) +- [testlibs](./components/fluent-testlibs) ### 2. Real Cases + ## 2.1. How to Build a Just-Working Test Case System in one day - [slides](https://fluentqa-revistied.netlify.app/present/tc-mgt-one-day/#/1) ## 3. Integration Libs -- [integration with other application]http://github.com/fluent-qa/fluent-integrations.git) +- [integration with other application](http://github.com/fluent-qa/fluent-integrations.git) ## stats diff --git "a/img_\345\211\257\346\234\254.png" b/libs-concept.png similarity index 100% rename from "img_\345\211\257\346\234\254.png" rename to libs-concept.png diff --git a/pom.xml b/pom.xml index 93bbd55..3c6fe9f 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,6 @@ server components - diff --git a/img.png b/qa-automation.png similarity index 100% rename from img.png rename to qa-automation.png