Test Development-Another Tool Recommendation

I have written an article about tool recommendations before. Testing the first day of development and setting up the computer environment. Most people think it is good and hope that I will continue to update. Today, I have plenty of time. I looked through the tools at the bottom of my box and found me. It is a tool that I have been using and it is very good. I would like to recommend it to you again. As the saying goes, if you want to do your job well, you must first sharpen your tools. There is a useful tool that can greatly improve work efficiency. I hope you can Choose the tools that suit you.

Recommended screenshot tools

When reporting bugs and communicating with development colleagues at work, everyone cannot do without screenshot tools. Pictures are an important part of reducing communication costs and improving problem description, so a useful screenshot tool is essential. Today’s recommended tool is snipaste is a powerful and easy-to-use screenshot and texture tool. It has extremely fast screenshot, paste and edit image functions, and the interface is clean and easy to use. It is a good screenshot tool, ⭐️⭐️⭐️⭐️⭐️ recommended.

  • Scenario: If you need to switch pages back and forth when writing code or use cases and write according to product documents or other comments, try this function. You can freeze the picture on the page, so you don’t need to switch back and forth.

image.png

Split screen tool

Multi-screen collaboration is essential when working. Today I recommend a split-screen artifact that allows you to use one screen to achieve the effect of 4 screens. This software is called rectangle. Reason for recommendation: rectangle is a window management artifact that can be operated through shortcut keys. You can realize a variety of screen splitting, maximizing and other operations, and the operation on multiple monitors is equally efficient. You can refer to the split-screen effect and shortcuts in the picture below, ⭐️⭐️⭐️⭐️⭐️ recommended.

image.png

ai code prompt tool

Everyone may know that Copilot is a very powerful code prompting tool. The only disadvantage is that it charges a fee. Today I recommend an alternative to you, CodeGeeX, which is a domestic AI code prompting tool that supports code completion, comment generation, Functions such as intelligent question and answer are not particularly perfect, but they are free. Who doesn’t want to try the fun of AI programming for free?

image.png

Recommended packet capture tools

When it comes to packet capture, it may be an indispensable tool whether it is used for testing, including front-end and back-end development. When talking about packet capture, the first thing that everyone thinks of is Charles, but in many scenarios, Charles may not be the most suitable tool. Excellent solution.

  • Since we work most of the time in the application layer of the osi seven-layer model, we mainly focus on the http protocol or websocket protocol.

  • If it is tcp udp protocol, you can choose wiresark

  • If it is http or websocket, you can choose fiddle, charles, whistle

  • How to choose among these three? Fiddle is used on Windows computers (now there is also Fiddle for Mac which is also very easy to use, you can try it), and Charles is used on Mac computers. It has comprehensive and powerful functions.

  • But what I would like to recommend is whistle, because this tool is easy to operate and more suitable for novices. It has a web interface and does not require a system.

  • If you are capturing packets in Python, I recommend mitmproxy, which is also very easy to use. Some companies have developed many testing tools using this tool. If you are interested, you can learn more.

  • Here I only make recommendations, not explanations. If you need it, I can write a whistle and recommend mitmproxy packet capture tutorial.

image.png

image.png

vscode

The reason for recommending this is not that I want everyone to use vscode to write code, or that vscode is not good at writing code, but I prefer the plug-in function of vscode. Maybe most companies have many databases, including various types of databases. When you encounter a database, you need to find a database software, but if you find it, it may still be charged. At this time, you can try searching in the vscode plug-in. , whether it is a relational database or a non-relational database, there are many plug-ins that can be used. It is absolutely guaranteed that you will find it very convenient to use it. It not only contains database plug-ins, but also has a lot of other plug-ins, so you can try it.

  • For example: database plug-in

    image.png

browser plug-in

Maybe everyone also ignores the plug-in function of the browser. Plug-in may make your browser more convenient to use. Here are some commonly used browser plug-ins that I recommend.

  • EditThisCookie: EditThisCookie is a cookie manager. You can add, delete, edit, search, lock and block cookies!

image.png

  • iTab: iTab component-based icons customize your browser's tabs, and the tools are particularly comprehensive.

image.png

  • JSONVue doesn't explain it, just look at the renderings. After other people's browsers request the interface, the json data is piled together. After you request it, it will be formatted and given to you. Doesn't it look good?

image.png

 

Finally : The complete software testing video tutorial below has been compiled and uploaded. Friends who need it can get it by themselves [guaranteed 100% free]

Software Testing Interview Document

We must study to find a high-paying job. The following interview questions are from the latest interview materials from first-tier Internet companies such as Alibaba, Tencent, Byte, etc., and some Byte bosses have given authoritative answers. After finishing this set I believe everyone can find a satisfactory job based on the interview information.

Guess you like

Origin blog.csdn.net/wx17343624830/article/details/132855399