Questions tagged [perfecto]

Perfecto offers development and testing tools for web and native apps, through a cloud-based test environment called the Continuous Quality Lab. Use this tag when asking questions related to Perfecto's CQL.

Perfecto Mobile


CODE & DEBUG

Code, validate, debug, repeat. Whether you’re working on new features or debugging issues, hunting for the right device and configuring environments wastes precious time.

Perfecto provides immediate, hassle-free access to the widest variety of mobile devices and web browsing environments right from your IDE so you can quickly get back to coding.

TEST & VALIDATE

Think you’re ready to close that story or bug? About to commit a patch? Will it break the build? What you don’t know, matters.

Perfecto helps you validate your work fast on real platforms before check-in. Easily execute tests written in Espresso, XCTest, Selenium or other test frameworks on multiple platform versions and form factors directly from your workstation.

BUILD & VERIFY

Preventing bugs, rather than merely detecting them, requires fast and complete feedback across your entire delivery process. From unit and smoke tests on incremental and branch builds to fully automated UI regression testing on pre-release candidates, we’ve got you covered. Perfecto offers the coverage you need executed in parallel across environments, platform capabilities, and conditions that your users experience.

ANALYZE + ACT

Continuous automated testing creates lots of data, but where should you focus? The right visibility over your work helps you resolve blockers quickly and release on time. Perfecto’s reporting and analysis platform enables you to quickly understand overall quality, then instantly zoom in to problem areas and take action. Within a single interface, teams can collaborate on issues, track project quality changes over time, and quickly zoom in on issues to speed mean time to resolution.

Tutorials and other documentation can be found in Perfecto's Developer Portal:

http://developers.perfectomobile.com/

Sample Projects github repo:

https://github.com/PerfectoCode/Samples

31 questions
2
votes
2 answers

How to "tap" and/or "press" a button using Appium / webdriverio?

I am trying to, after my app launches, to perform a tap/press action on a button element using an XPath selector. This app is a Hybrid app (native + some webviews). I am having issues as the docs for Appium seem to be misleading…
hiquetj
  • 410
  • 1
  • 8
  • 23
2
votes
2 answers

Getting Browser unreachable exception while taking screenshot using AppiumDriver

We use Perfecto for testing our Mobile app. Our Automation code is generating exception in the step where we are trying to capture the screenshot of the Mobile screen. We tried changing the versions of jars. Initially we had Selenium remote driver…
Himanshu
  • 79
  • 1
  • 6
2
votes
1 answer

Running Appium with quantum framework in local gives "Unable to create driver instance in 1st attempt"

I am relatively new to quantum framework and I was trying to set up an appium test through Quantum framework. I have given below configuration in application.properties but when I am running it I am getting "Unable to create driver instance in 1st…
1
vote
1 answer

Can I run Robot tests with Appium in Sauce labs?

I am doing mobile testing and thinking to migrate my tests to the Sauce Labs platform. I have to do automated testing and the platform needs to run Appium with robot tests. Can I run tests written in Robot Framework (with Appium) in Sauce Labs…
Exploring
  • 2,493
  • 11
  • 56
  • 97
1
vote
2 answers

Can I run Robot tests with Appium Browserstack?

Can I run tests written Robot Framework in Browserstack for automated testing? If BrowserStack does not support it which framework supports it? Sauce labs Perfecto Kobiton Headspin Also, I am wondering whether other frameworks support Robot with…
Exploring
  • 2,493
  • 11
  • 56
  • 97
1
vote
0 answers

Can I run cloud-based native mobile app testing from cloud?

I wrote tests in Robot Framework with Appium. I test the same app on both Android and iOS. I want to find out a cloud-based native mobile app testing vendor where (a) I can test the app on various mobile devices and (b) I could also run the tests in…
Exploring
  • 2,493
  • 11
  • 56
  • 97
1
vote
1 answer

Session capabilities difference than local as compare to perfecto appium capabilities

I am doing android automation testing with appium using local simulator and perfecto android device If I hit below local URL http://localhost:4723/wd/hub/session/dd607ee0-6ba8-4d71-9459-3252d896153e then I am getting this response…
Paresh Gami
  • 4,777
  • 5
  • 23
  • 41
1
vote
0 answers

Getting javascript error: comment is not defined in QAF Quantum

I am getting the below error in console before starting of any scenario in QAF. What could be the possible reason ? Caused by: org.openqa.selenium.JavascriptException: javascript error: comment is not defined (Session info:…
1
vote
1 answer

How to pick available device on the run from perfecto

During execution I want to get the list of available devices from perfecto cloud and execute my test cases on any available devices from the pool. How can I achieve this with QAF - Perfecto framework ?
1
vote
1 answer

Using But keyword in BDD throws Step not implemented exception while running scenario in Quantum framework

I am trying to run a BDD scenario in Quantum framework. While execution, the step with But keyword fails with error "Step not yet implemented". Auto-generated code snippet by QMetry Automation Framework. TODO: remove NotYetImplementedException and…
1
vote
1 answer

how to upload file in appium for mobile app automation?

I am trying to automate the file upload functionality for mobile application automation. I have some pdf/image file stored in my mobile device which is need to be uploaded. What will be the possible way to automate this scenario?
1
vote
2 answers

The import com.perfectomobile.selenium cannot be resolved

I have installed PerfectoMobile plug-in for Eclipse and was able to connect to Perfecto lab from Eclipse. I am trying to write the selenium automation code but the following WebDriver class is never recognized. MobileDriver driver = new…
krrishna
  • 2,050
  • 4
  • 47
  • 101
0
votes
1 answer

QAF Getting "Invalid Status code=403 text=Forbidden" error on launching the chrome driver after latest chrome upgrade

QAF Getting "Invalid Status code=403 text=Forbidden" error on launching the chrome driver after latest chrome upgrade Lot of them asked to provide "--remote-allow-origins=*" as chrome option arguments. Can some one suggest how to resolve this issue…
Nantha
  • 31
  • 1
  • 4
0
votes
1 answer

Can I run Appium tests from Cloud-based mobile application test service provider?

I am super confused about the cloud-based mobile application test providers. Do they only provide mobile devices that I can provision? It appears after provisioning we have to run tests manually. Or they also provide the functionality to run tests…
Exploring
  • 2,493
  • 11
  • 56
  • 97
0
votes
0 answers

Locate web element with another web element in perfecto

I'm Automating a mobile application with the help of perfecto. The applications description is it has a common detail page and the position of web elements in the page keeps changing for each type of users like employees of type 1 or type 2 etc.…
1
2 3