automated-tests Questions

3

Solved

Description I'm trying out the service containers for integrated database tests in azure devops pipelines. As per this opensourced dummy ci cd pipeline project https://dev.azure.com/funktechno/_git...
Detestable asked 22/8, 2020 at 16:24

3

Solved

When I added my custom task I started getting some errors and I'm not sure how to solve it. I was following the example from RWA: https://github.com/cypress-io/cypress-realworld-app/blob/develop/cy...
Intercostal asked 28/10, 2020 at 2:11

2

I'm trying to run an integration test which is highly dependent on the user clicking a magic link he got in his email. So far I failed to find a way of doing that. I came across Process.run but it ...
Him asked 16/3, 2022 at 9:41

7

I'm trying to launch a simple selenium test in c # with the Edge browser, but I can't. The error that indicates me is the following: OpenQA.Selenium.DriverServiceNotFoundException: 'The file C: \ S...

7

Solved

I have a linux server (Red Hat 4) with one serial port connection to an embedded linux device, and another serial port connection to a power controller for that device. My current way to control th...
Nellnella asked 6/10, 2010 at 16:11

7

Solved

I have a project structure that looks like the below. I want to use the TestReport functionality in Gradle to aggregate all the test results to a single directory. Then I can access all the test re...
Dev asked 4/6, 2013 at 15:10

4

Solved

This is my first time using playwright and I can't figure out how to wait for requests and validate responses. I've been using cypress for a quite a long time, and it was pretty easy to manage netw...
Barbel asked 24/3, 2021 at 21:25

2

When you are doing e2e tests for your application, you want to test the whole application, not some portions of it like unit tests or integration testing. But in some situations, people do mock API...
Dresser asked 22/4, 2022 at 12:54

4

Solved

I know one of Cypress' trade-offs is testing on multiple tabs. However, our website default to opening another tab. Can I force Cypress to open on same tab to continue my tests? I have this c...
Wafd asked 22/6, 2020 at 14:46

5

Solved

I have several tests which test the UI and also serve to create data along the way. A separate set of tests rely on this data, meaning that these must run only after the first set have run. I k...
Mullens asked 21/9, 2015 at 20:26

5

Solved

The dependsOnMethods attribute of the @Test annotation works fine when the test to be depended upon is in the same class as that of the test that has this annotation. But it does not work if the to...
Patience asked 7/10, 2011 at 19:42

1

I'm using Jetpack Compose for rendering the UI of my app. I'm currently developing some tests for a library, but I can't manage to find any proper ways to check for permissions. I'm currently using...

1

I have bdd-test for my app , I use compose and espresso, and I have this error : java.lang.IllegalStateException: No compose hierarchies found in the app. Possible reasons include: (1) the Activity...

3

Solved

I am testing an application which loads a powerpoint (.ppt or .pptx) file insert it. Application gives same look an feel like powerpoint with some extra setting when the file is loaded inside the a...
Pronation asked 13/3, 2014 at 5:29

1

I faced an unclear behavior in the Playwright 1.18 toBeVisible() expectation. Here is the test row: await expect(this.page.locator('.top-row .close i')).toBeVisible({timeout: 2000 }) And if the el...
Converge asked 8/2, 2022 at 10:7

3

Solved

im very new to python, trying to create reusable code. when i try to call the class Login and function login_user in test_main.py by passing all the arguments that were used under Login class, im g...
Centner asked 25/2, 2020 at 13:19

2

The test is failing because the loader doesn't allow saving the form but my methods isn't working. I too have tried to use a function and Promise.all with waitForElementState('hidden'), but doesn't...

6

In the page I'm testing, two buttons may be displayed: BASIC or ADVANCED. I want to be able to tell if the ADVANCED button is showing -- and if so, click it. If the BASIC button is showing, I wan...
Fillip asked 28/7, 2015 at 21:2

6

I am trying to use gradlew cAT command to perform the connected android tests with my android phone. But i get the below Error log and it cannot install the app. The App gets installed if adb com...

3

Solved

I am writing E2E tests for a website using Cypress.io. One of the features I would like to test is that the site correctly detects focus lost and displays an (angular material) dialog box. The issu...
Nimble asked 18/5, 2018 at 13:11

8

I am writing a Cypress test to log in to a website. There are username and password fields and a Submit button. Mostly logins are straightforward, but sometimes a warning dialog appears first that ...
Eurus asked 12/12, 2017 at 13:11

1

I'm using Cypress to run a suite of automated tests. The current version of cypress provides mocha-junit-reporter out of the box, and provides configuration options to pass to the reporter. One of ...
Magda asked 9/1, 2020 at 21:57

5

This is my code: <v-select label="label" v-model="ccRcode" ref="ccRcode" :items="getData" item-text="descWithCode" item-value="code&q...
Punctuality asked 9/10, 2019 at 7:0

4

I am trying to get Cell Value From GridView In WPF Project with winappdriver. I get an issue with this line: string name = row.FindElementByName("Name1").Text; An element could not be ...
Thiazine asked 27/6, 2020 at 10:25

7

Solved

When I press the "run all specs" button or use the run command that runs all files in Cypress it runs all test files alphabetically, so I don't want that. I want to sort all of them with my own ru...
Mayfair asked 19/11, 2019 at 14:58

© 2022 - 2024 — McMap. All rights reserved.