Tools you should know

Exclusive, high-quality data for premium business insights.
Post Reply
rakibhasanbd4723
Posts: 13
Joined: Sun Dec 22, 2024 5:12 am

Tools you should know

Post by rakibhasanbd4723 »

Jira – this project management tool is the basis for your work. You will be in contact with it every day, reporting every bug, improvement, acceptance criteria, task description and more For all this you, will need Jira or another tool of this type.
Proxyman / Charles – very useful tools for tracking application network traffic. They allow us to check if the communication between the frontend and backend is correct. It also allows you to modify queries and responses to get the expected result.


Postman – mainly used for testing the usa whatsapp number backend. An extensive tool that requires an understanding of how the backend of an application works. It’s worth taking the time to learn Postman, knowing the basics is a big plus at interviews, especially for junior positions.

Image


Android Debug Bridge (adb) – a helpful tool used for debugging Android devices. Among other things, it allows you to quickly install applications “over the wire” and check the device ID using specific commands. It is worth knowing these commands, as there are not many of them.
Android Studio / Xcode – the most popular environments for developing mobile applications for both platforms. It is worth knowing their basics.
GIT – the version control system. It’s worth knowing the basics.


Github – colloquially, we can call this tool the home of our application, it is on Github that we store all of the code, and the code transport from the environment to Github is enabled by GIT (version control system). It is worth getting acquainted on a basic level.
Still interested in working as a Mobile QA Engineer? Here are some tips to help you achieve that goal.
Familiarize yourself with the tools from the previous chapter.
Post Reply