> For the complete documentation index, see [llms.txt](https://piotr-wicherski.gitbook.io/testowanie-aplikacji-mobilnych-poczatki-w-swicie/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://piotr-wicherski.gitbook.io/testowanie-aplikacji-mobilnych-poczatki-w-swicie/narzedzia.md).

# Narzędzia

To zaledwie części narzędzi z których prace podejmują testerzy mobilni. Można od niej rozpocząć swoją przygodę :)\
Warto jeszcze zajrzeć do:

* [Intellij IDEA](https://www.jetbrains.com/idea/)
  * [Intellij IDEA - pierwsze kroki](https://www.youtube.com/watch?v=c0efB_CKOYo)
  * [42 IntelliJ IDEA Tips and Tricks](https://youtu.be/eq3KiAH4IBI)
* [Android Studio](https://developer.android.com/studio/index.html)
  * [Android Studio for beginners. Part 1](http://www.javaworld.com/article/3095406/android/android-studio-for-beginners-part-1-installation-and-setup.html)
* [Charles Proxy](https://www.charlesproxy.com/)
  * [Getting started](https://www.charlesproxy.com/documentation/getting-started/)
  * [Charles for iOS](https://www.raywenderlich.com/154244/charles-proxy-tutorial-ios)
  * [Charles setup for mobile devices](http://www.adopsinsider.com/ad-ops-tools/charles-proxy-mobile-cellular/)
* [mitmproxy](https://mitmproxy.org/)
  * [mitmproxy private eye](https://medium.com/@maxgreenwald/mitmproxy-your-d-i-y-private-eye-864c08f84736)
  * [Intercepting SSL and HTTPS with mitmproxy](https://www.trustwave.com/Resources/SpiderLabs-Blog/Intercepting-SSL-And-HTTPS-Traffic-With-mitmproxy-and-SSLsplit/)
* [dex2jar](https://github.com/pxb1988/dex2jar)
  * [How to setup and use](https://sourceforge.net/p/dex2jar/wiki/UserGuide/)
* [Atom](https://atom.io/)
  * [Flight manual](https://flight-manual.atom.io/)
* [Dash 4](https://blog.kapeli.com/dash-4)
* [Feedly](https://feedly.com/i/welcome)
* [Reeder 3](http://reederapp.com)
* [Pocket](https://getpocket.com/)
* [SourceTree](https://www.sourcetreeapp.com/)
  * [Getting started with SourceTree, Git and git flow](https://github.com/GSoft-SharePoint/Dynamite/wiki/Getting-started-with-SourceTree,-Git-and-git-flow)
  * [https://www.youtube.com/watch?v=1lBdlh3AGSc](https://github.com/pwicherski/testowanie-aplikacji-mobilnych-poczatki-w-swicie/tree/e777f587bd2d9ec901423e287a154df0e5ebba5d/How%20To%20Use%20GIT%20and%20SourceTree%20-%20For%20Beginners/README.md)
* [Vysor](https://www.vysor.io/)
  * [How to](https://www.youtube.com/watch?v=SE4gSyDl3_Q)
* [Monkey](https://developer.android.com/studio/test/monkey.html)
* [Fabric ](https://get.fabric.io/)
* [Cellulat Data Network SImulator](https://github.com/Polidea/Cellular-Data-Network-Simulator)
* [Google Analytics](https://www.google.com/analytics/#?)
* [TestFairy](https://testfairy.com/)
  * [TestFairy demo](https://www.youtube.com/watch?v=uqWBPEtSPIM)
* [ADB](https://developer.android.com/studio/command-line/adb.html)
  * [Kilka przydatnych komend ADB](http://adventuresinqa.com/2016/04/19/powerful-adb-commands/)
  * [ADB tips & tricks](https://forum.xda-developers.com/showthread.php?t=1427008)
* [VNC remote server](https://www.realvnc.com/)
* [AndroidTool for mac](https://github.com/mortenjust/androidtool-mac)

Warto też zajrzeć do materiałów z:

* [Książki](/testowanie-aplikacji-mobilnych-poczatki-w-swicie/ksiazki.md)
* [Automatyzacja](/testowanie-aplikacji-mobilnych-poczatki-w-swicie/automatyzacja.md)
* [Materiały do nauki](/testowanie-aplikacji-mobilnych-poczatki-w-swicie/materialy_do_nauki.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://piotr-wicherski.gitbook.io/testowanie-aplikacji-mobilnych-poczatki-w-swicie/narzedzia.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
