-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathREADME.md
208 lines (129 loc) · 5.17 KB
/
README.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
# Awesome-Testing [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
> A curated list of awesome resources for Testing tools.
* [awesome](https://github.com/sindresorhus/awesome)
* [awesome-awesomeness](https://github.com/bayandin/awesome-awesomeness)
***
## Contents
* [Software Testing](#software-testing)
* [Robot Framework](#robot-framework)
* [Cucumber](#cucumber)
* [TestNG](#testng)
* [JMeter](#jmeter)
* [Gauge](#guage)
* [Staf](#staf)
* [Web App Testing](#web-app-testing)
* [Selenium](#selenium)
* [splinter](#splinter)
* [nightwatch](#nightwatch)
* [Protractor](#protractor)
* [capybara](#capybara)
* [differencify](#differencify)
* [services](#services)
* [Web3 and Blockchain Testing](#web3-and-blockchain-testing)
* [Dapp](#dapp)
* [Ganache](#ganache)
* [Foundry](#foundry)
* [Hardhat](#hardhat)
* [RFSTT](#rfstt)
* [Truffle](#truffle)
* [Desktop App Testing](#desktop-app-testing)
* [AutoIt](#autoit)
* [pyautogui](#pyautogui)
* [sikuli](#sikuli)
* [Mobile App Testing](#mobile-app-testing)
* [Appium](#appium)
* [Android Testing](#android-testing)
* [IOS Testing](#ios-testing)
* [Misc](#misc)
* [Contributing](#contributing)
* [License](#license)
***
## Software Testing
* [awesome test automation](https://github.com/atinfo/awesome-test-automation)
* [awesome tdd](https://github.com/unicodeveloper/awesome-tdd)
### Robot Framework
* [robot framework](http://robotframework.org/)
* [robot framework github](https://github.com/robotframework/robotframework)
* [awesome robotframework](https://github.com/fkromer/awesome-robotframework)
### Cucumber
* [cucumber](https://cucumber.io/)
* [cucumber github](https://github.com/cucumber)
### TestNG
* [testng](http://testng.org/doc/)
* [testng github](https://github.com/cbeust/testng/)
### JMeter
* [jmeter](https://jmeter.apache.org/)
* [jmeter github](https://github.com/apache/jmeter)
### Guage
* [guage](https://gauge.org/)
* [guage github](https://github.com/getgauge/gauge)
### STAF
* [staf](http://staf.sourceforge.net/)
* [staf SourceForge](https://sourceforge.net/projects/staf/?source=directory)
### westeros
* [westeros](http://westeros.readthedocs.io/en/latest/)
* [Westeros github](https://github.com/crazy-canux/westeros)
***
## Web App Testing
### Selenium
* [selenium](http://www.seleniumhq.org/)
* [selenium github](https://github.com/SeleniumHQ/selenium)
### splinter
* [splinter github](https://github.com/cobrateam/splinter)
### nightwatch
* [nightwatch github](https://github.com/nightwatchjs/nightwatch)
### protractor
* [protractor github](https://github.com/angular/protractor)
### CodeceptJS
* [CodeceptJS](https://codecept.io/)
* [codeceptjs github](https://github.com/codeceptjs/CodeceptJS)
### capybara
* [capybara](http://teamcapybara.github.io/capybara/)
* [capybara github](https://github.com/teamcapybara/capybara)
### Differencify
* [differencify github](https://github.com/NimaSoroush/differencify)
### Services
* [Kesha github](https://github.com/NUTtech/Kesha) - A web service with a user interface for testing http requests and web hooks. Allows you to create an http mock for http requests.
***
## Web3 and Blockchain Testing
### Dapp
* [Dapp.tools](https://dapp.tools/) - Command line tools and smart contract libraries for Ethereum smart contract development.
### Ganache
* [Ganache](https://trufflesuite.com/ganache/) - Personal Ethereum blockchain which you can use to run tests, execute commands, and inspect state while controlling how the chain operates.
### Foundry
* [Foundry](https://github.com/foundry-rs/foundry) - Blazing fast, portable, and modular toolkit for Ethereum application development written in Rust.
### Hardhat
* [Hardhat](https://hardhat.org/) - Multichain Ethereum development environment.
### RFSTT
* [Robot Framework Solidity Testing Toolkit](https://github.com/jg8481/Robot-Framework-Solidity-Testing-Toolkit) - This combines popular smart contract testing and deployment libraries with Robot Framework.
### Truffle
* [Truffle Suite](https://trufflesuite.com/) - Comprehensive suite of tools for smart contract development.
***
## Desktop App Testing
Desktop, Gui, cursor application test.
### AutoIt
* [autoIt](https://www.autoitscript.com/site/)
* [pyautogui github](https://github.com/asweigart/pyautogui)
* [sikuli github](https://github.com/RaiMan/SikuliX1)
***
## Mobile App Testing
IOS and Android application test.
### Appium
* [Appium github](https://github.com/appium/appium)
### Android testing
* [awesome android testing](https://github.com/hotchemi/awesome-android-testing)
### IOS testing
* [bluepill github](https://github.com/linkedin/bluepill)
* [EarlGery github](https://github.com/google/EarlGrey)
***
## Misc
* [free software testing books](https://github.com/ligurio/free-software-testing-books/blob/master/free-software-testing-books.md)
***
## Contributing
[Contribution guide](CONTRIBUTING.md)
***
## Authors
[Authors](AUTHORS.md)
***
## License
[![CC0](https://licensebuttons.net/p/zero/1.0/88x31.png)](http://creativecommons.org/publicdomain/zero/1.0/)