Skip to content Skip to sidebar Skip to footer
Showing posts with the label Automated Tests

Protractor, When Should I Use Then() After A Click()

I'm running an Angular app and when testing on protractor a click(), I don't know when shou… Read more Protractor, When Should I Use Then() After A Click()

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

Cannot Intercept Outgoing AJAX Request From Page Using Testcafe

I am attempting to use TestCafe for a client-side javascript library, and I am unable to capture an… Read more Cannot Intercept Outgoing AJAX Request From Page Using Testcafe

Is There A Way To Capture Js Errors But Not Fail Testcafe Tests Because Of Them?

I'm currently starting to write some TestCafe tests, and came across an issue in our website wh… Read more Is There A Way To Capture Js Errors But Not Fail Testcafe Tests Because Of Them?