Questions tagged [end-to-end]

Is a technique used to test whether the flow of an application right from start to finish is behaving as expected. For anything relating to applying a test, protocol, or other desired action to a set of servers from front-end to back-end.

While testing all of the individual components and connections in large system can help to give confidence in a system overall, ensuring that the expectations of system work together as a continuous entity will provide the greatest confidence in its viability.

Many other concepts also apply on an end-to-end level, such as ensuring that data is encrypted from the moment a user submits it until it reaches a database or other back-end or other similar considerations. Particularly as a multi-tiered infrastructure increases in complexity, so to does the burden of ensuring that the expectations of the system hold true across the various components of the system.

659 questions
5
votes
4 answers

How to extract text content from a div using Cypress?

I want to get a text from a div with a class name of .inventory_item_name. The HTML looks like this:
Backpack
And my JS code is as follow: const article = cy.get('.inventory_item_price').then((theElement) =>…
user13933206
5
votes
1 answer

Cypress get Function with two class names

I have a button on my website with two classes: I want to click this button with this code: cy.get('btn_primary btn_inventory').click();
user13933206
5
votes
1 answer

Running the Cypress Test Runner Remotely

Cypress has a great test runner that works really well in the local environment. Although, I haven't found a way to run something like cypress open for a remote environment. So is that a way to do this instead of using cypress run?
Leandro Lima
  • 121
  • 1
  • 8
5
votes
2 answers

Handling Cypress url redirect

I have a Cypress test which clicks on an image causing a redirect to a specific url. The test then checks the url contains a specific string. However, clicking this image causes the tests to stop/fail with a "Whoops, there is no test to run."…
alexr89
  • 381
  • 1
  • 4
  • 14
5
votes
2 answers

Using protractor to test an angularjs app, how do i keep a reference to one of the rows of element.all when the array changes as I work with it?

I have an ng-repeat which has a new element added to it as soon as the existing "last" element is modified in any way. My protractor test looks something like this: var emptyPerson = this.people.last() // this gets me the last row of the…
Robert
  • 1,024
  • 2
  • 9
  • 21
5
votes
4 answers

Timed out waiting for asynchronous script result while executing protractor scripts with appium

I have a problem while running more than one test in protractor : Timed out waiting for asynchronous script result after 60010 s The code of tutorial script which is executed just after the login script : Here the code i'm using in my config file…
Emna Ayadi
  • 2,430
  • 8
  • 37
  • 77
5
votes
1 answer

Interacting with color input with protractor

It's simple to set checkbox or text input value. But how can I set value to input with color type using protractor? I tried to do this: element(by.id("prop_border-color")).click(); browser.driver.actions() .sendKeys(protractor.Key.BACK_SPACE) …
Anton
  • 2,217
  • 3
  • 21
  • 34
5
votes
1 answer

How can I establish a secure end-to-end connection with python

I would like to establish a secure NSA proof connection between two peers with perfect forward secrecy and everything else one would expect. What is the best way to do this in python so that its standards compliment and I could easily communicate…
Fabian Barkhau
  • 1,349
  • 2
  • 12
  • 31
5
votes
1 answer

Protractor + Hybrid Angular 1+2 Application = Fail

Protractor works well on Angular 1 but after upgrading my app to an hybrid Angular 1+2 I get this error: Failed: Error while waiting for Protractor to sync with the page: "[ng:test] no injector found for element argument to getTestability …
Sebastien Horin
  • 10,803
  • 4
  • 52
  • 54
5
votes
1 answer

End to end test across multi Spring Boot applications

Currently in our project, we are using Spring Integration to integrate many service and some protocol related endpoints. The project is a multi Spring Boot applications, more than one executable jars will be deployed in production. The question…
Hantsy
  • 8,006
  • 7
  • 64
  • 109
5
votes
2 answers

Protractor - find element in iframe

in very top of my page I have call of iframe: