How can i Test my Apps on real devices? [closed] - testing

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I have developed app and i want test my app on real devices.
is there any tool to do both manual and automation testing for my app?

Dear Your requirement is not too clear for me But manually you have to use install app on multiple devices and test it, There are different websites which provide mobiles online to test application some are free and some have premium accounts
pCloudy
bitbar
Experitest etc..
For automation you have to use tools like:
Appium for Android and IOS
Robotium for Android
MonkeyTalk
Selendroid for Android

Related

Deploy an app to phone [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I wanted to test a calculator program I built in vb.net on my phone. I wanted to see if mouse click was the same as a touchscreen. So with my calculator, I have the executable files from the build folder, but how do you get it on your phone?
You can't run an application created with VB.NET on a phone running Android. If you like Visual Basic 6 there is a language called B4A (formerly known as Basic4Android). It is eerily similar to VB6 (although you will have to learn some phone specific things) and allows you to write Basic code and create it into an Android app. It has a fairly active community around it for such a niche product. You can find more info here: https://www.b4x.com/
Phones do not run desktop applications. For the most part the CPUs are different architectures (x86/Intel on desktop, and ARM on mobile devices), and the operating systems are not the same as well.
That said, you have some options.
Xamarin is a commercial (paid) development tool kit for cross architecture/OS development.
For Windows Phone only: there's the new UWP (Universal Windows Platform) that will net you develop apps to run on Windows Phone and Windows desktop.
As of this moment in time you can not deploy a Windows desktop Console App or WinForms app to a phone.

Perfomance testing for XMPP Chat application with Jmeter & Blazemeter [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
We are trying to do a performance testing for a XMPP-based mobile chat application using Jmeter and Blazemeter.
As we are new to XMPP web-services.
Can anyone brief us how to use Jmeter or Blazemeter for XMPP and how to record the scripts using XMPP plugin?
Why not to try use tsung instead?
originally created for load-testing Jabber/XMPP servers although supports a lot of other protocols at the moment;
has better performance on the same load-generation servers amount than Jmeter: you will get instantly higher load on the same amount of hardware used;
ready for distributed load-generation.
Benchmark Approach: Jabber/XMPP
Load testing Ejabberd XMPP Server with Tsung
Load testing Tigase XMPP Server with Tsung
Introduction to Load Testing with Tsung
Tsung questions on SO

Can all Windows Store apps run on Windows 8? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I can't find a clear answer on this question. I'm working on a study for a client who has Windows 8 Pro devices and needs a specific application. We've found which is flagged as a "Windows RT" app. How do I know if it can run on Windows 8 Pro ?
Windows store apps know what platforms they run on. Windows RT is the OS made to run on ARM processors, while x86 and x64 are your normal desktop and laptop computers. The app developer chooses which platforms are supported so its possible the app only works on ARM although I'd be a bit surprised.
If you are able to see an app in your systems app store that it means the system fulfills required criteria for the app. So the app will be install-able.

Antivirus API on Mac OS [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I want to get the information of antivirus product installed on my Mac-machine. I'm developing an app which will show all system information, and I'm able to get system basic info, but not able to the get the security details, like what all antivirus/antispyware products installed in that machine.
I'm developing my app using Obj-C, and trying to get the api in that only. I want to call that api on demand, so it could directly embedded within the app or can execute externally as well. If I could get that command also then I could use that.
Does anyone know what API I should be calling please?
OPSWAT maintains a commercial C++ library/api called OESIS Framework which enables the integrator to obtain information and manage common functions of 3rd party security applications installed on Mac OS devices.
The list of security applications that can be called is at- http://www.opswat.com/products/oesis-framework/supported-applications#!product=all&os=mac
Available API calls, by application type are at http://www.opswat.com/products/oesis-framework/available-apis
Disclaimer: I work for OPSWAT.

How to install USB Device Driver for LG Thrive Android Device? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I have just purchased LG Thrive handset for android apps development purpose. I tried installing "LGMS690" and "LG _USB _Drivers_All_4.9.7" usb device drivers on my windows 7 PC, but my device is not getting detected in eclipse android plugin. I am unable to run/debug my applications on this device.
Please help me with what steps should I follow to get my device ready for running/debugging apps..
Go here: http://www.lgforum.com/resources and download the Android drivers for Phoenix (basically the same phone) or use this direct link: http://s3.amazonaws.com/lgforum.com/resources/assets/680/original/LGAndroidDriver_Ver_1.0_All.zip?1304452545
I haven't tried it with the SDKs yet, but it worked for sideloading the Amazon appstore...