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
0
votes
1 answer

Not able to read json test data file into my stepDef

Not able to read json test data file into my stepDef. When I try to execute this in maven I am getting below error message. My Scenario Scenario Outline: JSON Keyword Example Given I am on github login page #And I enter "" and "" And I enter…
0
votes
1 answer

Handling elements which returns String value in two lines

I'm new to perfecto mobile device automation. I came across a name field which returns value in two lines in the application. Like below School Name : ABCD INTERNATIONAL I found the locator which is Xpath as //*[text()="ABCD…
0
votes
1 answer

Perfecto Quantum Starter template - running single feature causes "gherkin.parser.ParseError"

I downloaded the Quantum Perfecto Starter template and imported it into IntelliJ Ultimate. If I run the maven test target, all of the example test cases execute fine. I can also run the tests successfully from the "testng_all.xml" configuration. But…
0
votes
1 answer

How to resolve element still not visible after 30000ms error in perfecto using WebdriverIo

I am trying to click on an element in perfecto however I get element not Visible after 30000ms error using: browser.waitForVisible('element locator'); browser.waitForVisible('click'); the element locator is unique and correct when checked in DOM. If…
user2332713
  • 21
  • 1
  • 9
0
votes
1 answer

QAF Perfecto - Not able to consume test data from XML

When trying to consume data from XML in the project in Quantum Perfecto, I am getting Lexing error. I have attached the scenario with this and the error. Evern the same error is seen in quantum starter kit project too. @GettingToKnowYou Feature:…
0
votes
1 answer

QAF - Perfecto : Session aborted after 5 minutes due to user inactivity. Perfecto dashboard shows RemoteWebDriver

When we are running parallel test from TestNG on perfecto cloud for browsers, once the execution is over, we are seeing that many failures are reported on perfecto dashboard with RemoteWebDriver name on it.
0
votes
2 answers

How to open "about:preferences" in Firefox using java WebDriver

I need to open the Preferences page in Firefox using WebDriver, in order to clear the cache in a browser-specific way. While investigating the issue, I found a Python solution and tried to translate it in Java, but WebDriver misinterpretes the…
Denis Abakumov
  • 355
  • 3
  • 11
0
votes
1 answer

How to Skip the passed test cases in Cucumber-QAF setup

I have a project where I am running 100 scenarios every day. After the run has complete, through listeners I am updating the pass/fail in an Excel sheet. I want to hear about a solution where, if I am running the test suite again, the passed test…
0
votes
1 answer

Underlying Driver is an QAFExtendedWebDriver error in console

When running quantum code against iPhone SE and Galaxy S8 in Perfecto lab we are getting ERROR: Underlying Driver is an QAFExtendedWebDriver. This step requires an AppiumDriver. When trying manually to open the app we are abel to do it without any…
0
votes
1 answer

Automate iOS application with amCharts element using Appium or Perfecto

Is it possible to automate iOS native application with amCharts elements using Appium or Perfecto ? [Sample amChart]
0
votes
0 answers

BDD -Quantum framework image validation

I am using quantum framework and using BDD for an app automation. I need validate the logo and icon on app but I am unable to find the identifier of these objects through object spy. Here is my feature and .loc file where the image validation is…
0
votes
1 answer

Appium-perfecto iOS native application switch issue

Want to switch between two native apps in ios. 1 application is 3rd party app and the other one is related to Apple Health. I am trying using below code to switch between the app: public static void switchToAppleHealth(IOSDriver driver,String…
0
votes
0 answers

Text value missing in android

Link for closeup look I am validating Sign In text in android but the value for text in object spy is blank so I am giving the value through .getattribute='cont-descr' but while running the script I am not getting the value even from content…
0
votes
1 answer

Is there any API documentation available for Perfecto Selenium and appium plugins

Is there any API documentation available for Perfecto Selenium and appium plugins as we have API for android with Google https://developer.android.com/reference/packages.html
saravanan
  • 5,339
  • 7
  • 45
  • 52
-1
votes
1 answer

Unable to upload actual file to target using CURL

I am using CURL commands in shell script file to download .apk file from one place and load it to another wget -c https://example.net -O abc.apk source="abc.apk" dest="abc.apk" securityToken="Actual…
PAA
  • 1
  • 46
  • 174
  • 282