Must know the top 10 software testing software tools

1. An veteran driver who has been engaged in the software testing industry for ten years lists the following tools related to software testing:

1. Operating system:

Linux: vmware, xshell, xftp, ssh
1
2. Database:

The mainstream is the following three databases, especially MySQL and oralce. The skills that must be learned in the test are related operations on tables. Addition, deletion, modification, and query are the most important. Including multi-table query, sub query, join query and complex query, etc.

mysql: The front-end connection tools are SQLyog, Navicat

oralce: The front-end connection tool is plsql developer, Navicat can also be used

sqlserver: The front-end connection tool comes with its own enterprise manager

Of course there are many that are not the most commonly used such as: DB2, MongoDB, Sybase

3. Development tools:

java :eclipse 、myeclipse 、IDEA

python :PyCharm 、sublime

4. Unit frame:

java :junit/testng

python :unittest/pytest

5. Packet capture tool:

fidder 、Charles、httpwatch、wireshark

6. Interface testing tools:

postman, jmeter, SoapUI, online interface testing tools, writing interface automation scripts

7. Automated testing framework:

selenium 、Robot Framework 、appium 、UIautomater、Robotium、QTP、requests、httprunner

8. Performance test:

LoadRunner, jmeter, GT, iTest, Emmagee (mobile)

9. Mobile terminal (android):

adb、android sdk 、uiautomatorviewer、 hierarchyviewer 、 DDMS 、 monitor 、 Monkey

、MonkeyRunner 、androidstudio

10. Bug management tools:

Testlink、Mantis、bugFree、禅道 、TestDirector、QC

I recommend a software testing exchange group, QQ: 642830685. The group will share software testing techniques, test interview questions and industry consultations from time to time. In addition, you can also follow my WeChat public account, program Yuanyifei, and more Share resources together.

Guess you like

Origin blog.51cto.com/15086761/2608762