Android – Software Testing Tools Guide https://www.testingtoolsguide.net A comprehensive software testing tools listing Thu, 25 Jun 2020 11:06:35 +0000 en-US hourly 1 https://wordpress.org/?v=5.3.23 https://www.testingtoolsguide.net/wp-content/uploads/2016/11/cropped-icon-32x32.png Android – Software Testing Tools Guide https://www.testingtoolsguide.net 32 32 Valgrind https://www.testingtoolsguide.net/tools/valgrind/ https://www.testingtoolsguide.net/tools/valgrind/#respond Wed, 02 Nov 2016 17:26:25 +0000 http://www.testingtoolsguide.net/tools/valgrind/ Valgrind is an instrumentation framework for building dynamic analysis tools. There are Valgrind tools that can automatically detect many memory…

The post Valgrind appeared first on Software Testing Tools Guide.

]]>
Valgrind is an instrumentation framework for building dynamic analysis tools. There are Valgrind tools that can automatically detect many memory management and threading bugs, and profile your programs in detail. You can also use Valgrind to build new tools.

The Valgrind distribution currently includes six production-quality tools: a memory error detector, two thread error detectors, a cache and branch-prediction profiler, a call-graph generating cache and branch-prediction profiler, and a heap profiler. It also includes three experimental tools: a stack/global array overrun detector, a second heap profiler that examines how heap blocks are used, and a SimPoint basic block vector generator. It runs on the following platforms: X86/Linux, AMD64/Linux, ARM/Linux, ARM64/Linux, PPC32/Linux, PPC64/Linux, PPC64LE/Linux, S390X/Linux, MIPS32/Linux, MIPS64/Linux, TILEGX/Linux, X86/Solaris, AMD64/Solaris, ARM/Android (2.3.x and later), ARM64/Android, X86/Android (4.0 and later), MIPS32/Android, X86/Darwin and AMD64/Darwin (Mac OS X 10.10, with initial support for 10.11).

The post Valgrind appeared first on Software Testing Tools Guide.

]]>
https://www.testingtoolsguide.net/tools/valgrind/feed/ 0
TestArchitect https://www.testingtoolsguide.net/tools/testarchitect/ https://www.testingtoolsguide.net/tools/testarchitect/#respond Wed, 02 Nov 2016 17:25:40 +0000 http://www.testingtoolsguide.net/tools/testarchitect/ Actions—think keywords on steroids—let you write tests in a plain text, business-readable, domain specific language to create, document and automate…

The post TestArchitect appeared first on Software Testing Tools Guide.

]]>
Actions—think keywords on steroids—let you write tests in a plain text, business-readable, domain specific language to create, document and automate tests all in one step.

The post TestArchitect appeared first on Software Testing Tools Guide.

]]>
https://www.testingtoolsguide.net/tools/testarchitect/feed/ 0
Selendroid https://www.testingtoolsguide.net/tools/selendroid/ https://www.testingtoolsguide.net/tools/selendroid/#respond Wed, 02 Nov 2016 17:24:26 +0000 http://www.testingtoolsguide.net/tools/selendroid/ Selendroid is a test automation framework which drives off the UI of Android native and hybrid applications (apps) and the…

The post Selendroid appeared first on Software Testing Tools Guide.

]]>
Selendroid is a test automation framework which drives off the UI of Android native and hybrid applications (apps) and the mobile web. Tests are written using the Selenium 2 client API – that’s it!

The post Selendroid appeared first on Software Testing Tools Guide.

]]>
https://www.testingtoolsguide.net/tools/selendroid/feed/ 0
qTest Explorer https://www.testingtoolsguide.net/tools/qtest-explorer/ https://www.testingtoolsguide.net/tools/qtest-explorer/#respond Wed, 02 Nov 2016 17:23:43 +0000 http://www.testingtoolsguide.net/tools/qtest-explorer/ qTest eXplorer is a complete screen capture tool that provides clear, concise directions for replicating users actions.

The post qTest Explorer appeared first on Software Testing Tools Guide.

]]>
qTest eXplorer is a complete screen capture tool that provides clear, concise directions for replicating users actions.

The post qTest Explorer appeared first on Software Testing Tools Guide.

]]>
https://www.testingtoolsguide.net/tools/qtest-explorer/feed/ 0
mAutomate https://www.testingtoolsguide.net/tools/mautomate/ https://www.testingtoolsguide.net/tools/mautomate/#respond Wed, 02 Nov 2016 17:22:41 +0000 http://www.testingtoolsguide.net/tools/mautomate/ Automated Testing Solution for your Mobile Apps

The post mAutomate appeared first on Software Testing Tools Guide.

]]>
Automated Testing Solution for your Mobile Apps

The post mAutomate appeared first on Software Testing Tools Guide.

]]>
https://www.testingtoolsguide.net/tools/mautomate/feed/ 0
Continuous Testing Cloud https://www.testingtoolsguide.net/tools/continuous-testing-cloud/ https://www.testingtoolsguide.net/tools/continuous-testing-cloud/#respond Fri, 01 May 2020 10:54:33 +0000 http://www.testingtoolsguide.net/?post_type=tool&p=2928 pCloudy is a Continuous testing platform that helps to speed up the app testing by enabling end to end continuous testing for enterprises. With more than 5000 device…

The post Continuous Testing Cloud appeared first on Software Testing Tools Guide.

]]>
pCloudy is a Continuous testing platform that helps to speed up the app testing by enabling end to end continuous testing for enterprises. With more than 5000 device browser combinations and infra to scale, it helps enterprise achieve quality at speed. From functional to automation to bot tests can be performed seamlessly on this platform. It offers public, private and on premise cloud offerings to its customers.

The post Continuous Testing Cloud appeared first on Software Testing Tools Guide.

]]>
https://www.testingtoolsguide.net/tools/continuous-testing-cloud/feed/ 0
Fiddler https://www.testingtoolsguide.net/tools/fiddler/ https://www.testingtoolsguide.net/tools/fiddler/#respond Wed, 02 Nov 2016 17:21:21 +0000 http://www.testingtoolsguide.net/tools/fiddler/ A free web debugging proxy for any browser, system or platform.

The post Fiddler appeared first on Software Testing Tools Guide.

]]>
A free web debugging proxy for any browser, system or platform.

The post Fiddler appeared first on Software Testing Tools Guide.

]]>
https://www.testingtoolsguide.net/tools/fiddler/feed/ 0
DynamoRIO https://www.testingtoolsguide.net/tools/dynamorio/ https://www.testingtoolsguide.net/tools/dynamorio/#respond Wed, 02 Nov 2016 17:21:14 +0000 http://www.testingtoolsguide.net/tools/dynamorio/ DynamoRIO is a runtime code manipulation system that supports code transformations on any part of a program, while it executes.…

The post DynamoRIO appeared first on Software Testing Tools Guide.

]]>
DynamoRIO is a runtime code manipulation system that supports code transformations on any part of a program, while it executes. DynamoRIO exports an interface for building dynamic tools for a wide variety of uses: program analysis and understanding, profiling, instrumentation, optimization, translation, etc. Unlike many dynamic tool systems, DynamoRIO is not limited to insertion of callouts/trampolines and allows arbitrary modifications to application instructions via a powerful IA-32/AMD64/ARM instruction manipulation library. DynamoRIO provides efficient, transparent, and comprehensive manipulation of unmodified applications running on stock operating systems (Windows, Linux, or Android) and commodity IA-32, AMD64, and ARM hardware.

The post DynamoRIO appeared first on Software Testing Tools Guide.

]]>
https://www.testingtoolsguide.net/tools/dynamorio/feed/ 0
Calabash https://www.testingtoolsguide.net/tools/calabash/ https://www.testingtoolsguide.net/tools/calabash/#respond Mon, 19 Feb 2018 13:38:45 +0000 http://www.testingtoolsguide.net/?post_type=tool&p=2514 Calabash enables you to write and execute automated acceptance tests of mobile apps. It’s cross-platform, supporting Android and iOS native…

The post Calabash appeared first on Software Testing Tools Guide.

]]>
Calabash enables you to write and execute automated acceptance tests of mobile apps. It’s cross-platform, supporting Android and iOS native apps.

The post Calabash appeared first on Software Testing Tools Guide.

]]>
https://www.testingtoolsguide.net/tools/calabash/feed/ 0
Crashlytics https://www.testingtoolsguide.net/tools/crashlytics/ https://www.testingtoolsguide.net/tools/crashlytics/#respond Mon, 19 Feb 2018 13:38:28 +0000 http://www.testingtoolsguide.net/?post_type=tool&p=2519 Crash reporting solution for mobiles.

The post Crashlytics appeared first on Software Testing Tools Guide.

]]>
Crash reporting solution for mobiles.

The post Crashlytics appeared first on Software Testing Tools Guide.

]]>
https://www.testingtoolsguide.net/tools/crashlytics/feed/ 0