I am automating a medical application. This application has lot of device integration, to take the medical test readings. Can you please guide me on how to automate when device integration is involved? Does Katalon Studio has any ways to do so.?
Related
Can anyone let me know whether we will be able to run/test desktop applications on BrowserStack?
I'm exploring options to test one of the desktop applications on multiple operating systems and devices.
BrowserStack currently does not support testing of Desktop Applications. It only supports browser based testing and mobile application testing (iOS/Android)
I need to test canvas graphics with Selenium. Does anyone have any advice, resource to facilitate the development of the tests? Is it technically possible to test canvas with selenium?
No its not possible with selenium:
if look the selenium intro doc https://www.seleniumhq.org/docs/01_introducing_selenium.jsp:
Test Automation for Web Applications
Many, perhaps most, software applications today are written as web-based applications to be run in an Internet browser. The effectiveness of testing these applications varies widely among companies and organizations. In an era of highly interactive and responsive software processes where many organizations are using some form of Agile methodology, test automation is frequently becoming a requirement for software projects. Test automation is often the answer. Test automation means using a software tool to run repeatable tests against the application to be tested. For regression testing this provides that responsiveness.
I'm newbie in QA (testing)
I want to understand basic category or area of web test.
About this, I found a web site.
http://www.softwareqatest.com/qatweb1.html
=============================================
Organization of Web Test Tools Listing - this tools listing has been loosely organized into the following categories:
Load and Performance Test Tools
Page Speed Testing Tools
Mobile Web/App Testing Tools
Link Checkers
HTML Validators
Web Accessibility Testing Tools
Web Services Test Tools
Cross-Browser Testing Tools/Services
Web Functional/Regression Test Tools
Web Site Security Test Tools
External Site Monitoring Services
Web Site Management Tools
Log Analysis Tools
I might think these are web site test area but it is not MECE.
Please give me more advice.
These tools are sufficient to test all areas as for MECE you have to write test cases and check. These are depends on functionality not on Tools.
With add on this:
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
I need to know the difference between Mobile Labs Device Connect and Perfecto Mobile. I don't see much links stating
is there any other differences? Kindly suggest me which one is the best cloud based testing tool.
Thanks
There are many differences between the 2 tools and vendors
1) Perfecto is the leading tool vendor around continuous quality solutions for mobile apps. It backs the solution with a robust mobile quality lab which offers various cloud models (Private Hosted or on premise, Public (top 100 devices always on!), and local devices connected (No hardware required).
2) Perfecto offers open APIs and large set of connection to leading tools (Selenium, Appium, Calabash, HP UFT, Microsoft, IBM, CA, Jmeter, Neotys)
3) Perfecto offers end to end life cycles solutions from manual, automation, performance and monitoring with easy scripting which works on multiple platforms and runs in parallel (in opposed to the MobileLabs only UFT solution which required serial execution)
4) Perfecto offers selenium remote webdriver solution for selenium users DIRECTLY from within the Eclipse IDE (this is the only solution in the market offering cloud connection from eclipse for selenium development). No evidence!! for mobile labs selenium solution
Thanks
I am a new to android application testing.
I need to study the possibility of automating test cases for an android app which runs in background and will talk to a web service in a server. This app will periodically send particular information to the server DB.
I would like implement automation testing here to validate the major functionalities like the communication, events captured, performace data, capturing the crashes etc. Is there any tool which can help me out here?
I am seeing so many automation testing apps for applications with UI. But couldn't get one for apps which dont have any UI.
I am comfortable with vb scripting and perl. Also interested to dig new ways of automation. It would be a great help if someone can suggest some tools. Thanks a lot in advance!
you can checkout for http://appium.io/ android automation tool uses JAVA as language. It would help you to automate.