740 questions
-4 votes
1 answer
59 views
Password Reset Links Logged -- multiple uses by different IP's [closed]
I'm testing a website for a small, fixed amount of users that will be required to login. I'm testing the password change functionality right now, and after a successful password change, the password ...
0 votes
1 answer
82 views
DevTools recorder - attribute title for a step or import array of recordings
The google-chrome-devtools offers a recorder feature. This records every action taken (click, change, ...) in the browser while the recorder is running. These actions can be exported as a json file. ...
0 votes
0 answers
25 views
How to make a button go to a random page? - fixed so now to keep as solved idk what going [duplicate]
I'm trying to make a button that goes to a random page of the website. I have the code below. Thanks. <section class="Banner"> <div class="banner-content"></div>...
0 votes
1 answer
88 views
Cypress does not log in by cy.setCookie() in AzureDevOps project
I am trying to run automation tests with cypress in a project set up by interns at the company I myself is now an intern at. The website uses OAuth 2.0 and AAD for the login process and there is ...
-3 votes
1 answer
88 views
A website with a different web framework per webpage possible? [closed]
Basically, I wanna make a website wherein each pages is built on a different web framework and I wanna know if it is somewhat possible. Example: Website's Home Page is made through the Ruby on Rails ...
0 votes
1 answer
94 views
How can i know the limit of Load my website can handle?
I want to know how much traffic my website can handle, how can i perform this test? I have hosted the website on shared 10GB NVMe storage, shared ram and vCPU.
-1 votes
1 answer
812 views
AttributeError: 'NoneType' object has no attribute 'find_element'
I am facing some issue in my test script. What am I doing wrong here? Before that just an overview beforehand, its website testing in python and selenium using pytest. My selenium is v4.18.1 and ...
1 vote
0 answers
337 views
How to find what causes error Blocked script execution in 'about:blank' (in desktop Safari)?
I have noticed that when visiting my website from Safari (on macOS), the last entry in the console log is Blocked script execution in 'about:blank' because the document's frame is sandboxed and the '...