Skip to content Skip to sidebar Skip to footer
Showing posts with the label E2e Testing

How To Reuse Yielded Value Later In The Test

Context: I have an element with innerText in Page1 and another element with innerText on Page 2. An… Read more How To Reuse Yielded Value Later In The Test

Select Ok Button From N'th Modal Opened In Testcafe

I open two modals in my testing, and I want to be able to click on the 'OK' button in the s… Read more Select Ok Button From N'th Modal Opened In Testcafe

Testcafe Clientfunction Typeerror Error As Document Is Undefined

I can successfully execute the following .click: const clickMockContinueButton = ClientFunction(() … Read more Testcafe Clientfunction Typeerror Error As Document Is Undefined

How Do I Pass Variable Data Between Tests

I am trying to do something similar to this post on TestCafe I am generating a random email in my h… Read more How Do I Pass Variable Data Between Tests