|
30 | 30 | >> * Run python programs. |
31 | 31 | >> * Run shell commands. |
32 | 32 | --- |
33 | | -### GUI Testing components |
| 33 | +### GUI Automation components |
34 | 34 | > Image & Coordinate based GUI Automation \ |
35 | 35 | > GUI automated based on image comparison and coordinates. \ |
36 | 36 | > Cross-platform and cross-programming language.\ |
37 | 37 | > Solve problems: |
38 | 38 | >> * 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. |
40 | 40 | >> * Tests can be executed remotely through TCP/IP. |
41 | 41 | >> * Test reports can be generated with records for each action. |
42 | 42 | >> * The same code can be used for three platforms, reducing the possibility of platform-dependent programs. |
43 | 43 | >> * Provide hooks for keyboard and mouse events and state checks (including using code to simulate key presses). |
44 | 44 | >> * Can use keywords for development to improve readability. |
45 | 45 | --- |
46 | | -### WEB Testing components |
| 46 | +### WEB Automation components |
47 | 47 | > Multiton Selenium Instance Automation \ |
48 | 48 | > The WEB Automation component is a web automation solution based on Selenium. \ |
49 | 49 | > It wraps Selenium and therefore has all the functionality of Selenium. \ |
50 | 50 | > What problems does it solve? |
51 | 51 | >> * Automatically downloads and updates the required web driver, so users no longer need to install it manually. |
52 | 52 | >> * 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. |
54 | 54 | >> * Can produce test reports that record actions taken during the test. |
55 | 55 | >> * Can execute tests remotely through TCP/IP. |
56 | | ->> * Offers a CLI mode for Web Testing. |
| 56 | +>> * Offers a CLI mode for Web automation. |
57 | 57 | --- |
58 | | -### API Testing components |
| 58 | +### API Automation components |
59 | 59 | > Simple way to Automation Requests HTTP/S & Soap \ |
60 | 60 | > Wrapper for Requests package, designed for those with experience using Requests. \ |
61 | 61 | > Send HTTP/S and SOAP requests with a simple line of code or keyword. \ |
62 | 62 | > Detailed information on Requests and Responses. \ |
63 | 63 | > 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. |
66 | 66 | >> * Data comparison for each Request. |
67 | | ->> * API Testing in pure CLI mode. |
| 67 | +>> * API automation in pure CLI mode. |
68 | 68 | --- |
69 | | -### Load & Stress Testing components |
| 69 | +### Load & Stress Automation components |
70 | 70 | > Locust Wrapper \ |
71 | 71 | > Wrapper for Locust, simplifying complex Locust configurations. \ |
72 | 72 | > Solves problems: |
73 | 73 | >> * Checking Requests & Response for each load test |
74 | | ->> * Load testing for SOAP protocols |
| 74 | +>> * Load automation for SOAP protocols |
75 | 75 | >> * Comparison of numerical values for each load test |
76 | 76 | >> * Detailed load test reports for each test. |
77 | 77 | --- |
|
83 | 83 | > * Web Automation (use WebRunner) |
84 | 84 | > * Loading Automation (use LoadDensity) |
85 | 85 | > * 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) |
89 | 89 |
|
90 | 90 | --- |
91 | 91 |
|
|
0 commit comments