Skip to content

Commit 75a8e2f

Browse files
committed
Update README
Update README
1 parent 1138eec commit 75a8e2f

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -30,48 +30,48 @@
3030
>> * Run python programs.
3131
>> * Run shell commands.
3232
---
33-
### GUI Testing components
33+
### GUI Automation components
3434
> Image & Coordinate based GUI Automation \
3535
> GUI automated based on image comparison and coordinates. \
3636
> Cross-platform and cross-programming language.\
3737
> Solve problems:
3838
>> * Provide automation execution for repetitive tasks.
39-
>> * Multiple methods are available, including recording, image recognition, and coordinate-based testing.
39+
>> * Multiple methods are available, including recording, image recognition, and coordinate-based automation.
4040
>> * Tests can be executed remotely through TCP/IP.
4141
>> * Test reports can be generated with records for each action.
4242
>> * The same code can be used for three platforms, reducing the possibility of platform-dependent programs.
4343
>> * Provide hooks for keyboard and mouse events and state checks (including using code to simulate key presses).
4444
>> * Can use keywords for development to improve readability.
4545
---
46-
### WEB Testing components
46+
### WEB Automation components
4747
> Multiton Selenium Instance Automation \
4848
> The WEB Automation component is a web automation solution based on Selenium. \
4949
> It wraps Selenium and therefore has all the functionality of Selenium. \
5050
> What problems does it solve?
5151
>> * Automatically downloads and updates the required web driver, so users no longer need to install it manually.
5252
>> * Provides the ability to simultaneously run and monitor multiple Selenium instances.
53-
>> * Provides a keyword-based testing approach that Selenium does not have.
53+
>> * Provides a keyword-based automation approach that Selenium does not have.
5454
>> * Can produce test reports that record actions taken during the test.
5555
>> * Can execute tests remotely through TCP/IP.
56-
>> * Offers a CLI mode for Web Testing.
56+
>> * Offers a CLI mode for Web automation.
5757
---
58-
### API Testing components
58+
### API Automation components
5959
> Simple way to Automation Requests HTTP/S & Soap \
6060
> Wrapper for Requests package, designed for those with experience using Requests. \
6161
> Send HTTP/S and SOAP requests with a simple line of code or keyword. \
6262
> Detailed information on Requests and Responses. \
6363
> Solves problems such as:
64-
>> * Detailed testing reports on Requests and Responses.
65-
>> * Testing for SOAP protocol.
64+
>> * Detailed automation reports on Requests and Responses.
65+
>> * Automation for SOAP protocol.
6666
>> * Data comparison for each Request.
67-
>> * API Testing in pure CLI mode.
67+
>> * API automation in pure CLI mode.
6868
---
69-
### Load & Stress Testing components
69+
### Load & Stress Automation components
7070
> Locust Wrapper \
7171
> Wrapper for Locust, simplifying complex Locust configurations. \
7272
> Solves problems:
7373
>> * Checking Requests & Response for each load test
74-
>> * Load testing for SOAP protocols
74+
>> * Load automation for SOAP protocols
7575
>> * Comparison of numerical values for each load test
7676
>> * Detailed load test reports for each test.
7777
---
@@ -83,9 +83,9 @@
8383
> * Web Automation (use WebRunner)
8484
> * Loading Automation (use LoadDensity)
8585
> * Multi test task runner (multiprocess, but without AutoControl)
86-
> * you can run multi testing on same time
87-
> * open log window to check testing result
88-
> * Send mail when testing failure (need to setting mail)
86+
> * you can run multi automation on same time
87+
> * open log window to check automation result
88+
> * Send mail when automation failure (need to setting mail)
8989
9090
---
9191

0 commit comments

Comments
 (0)