Newest Questions

0 votes
1 answer
16 views

Can one combine FlaUI and Selenium?

I'm setting up test automation on a .net project with both a desktop (Windows) and web application. Are looking into different free solutions to do it, and I have two questions. Would it be possible ...
Silje's user avatar
  • 11
0 votes
1 answer
21 views

How to configure JMeter to dynamically read data from one of multiple CSV files based on load distribution?

I'm working on performance testing a multi-tenant application using Apache JMeter. I want to simulate load coming from three different clients, where each client's data is stored in a separate CSV ...
IAmMilinPatel's user avatar
0 votes
0 answers
35 views

How do you check for the equivalent of 'deceptive design' for coding in software?

I don't know if this is the right place to ask, but StackOverflow seems to only accept coding related questions, so this is the next best place I can find. In UX Design, there is the concept of '...
Michael Lai's user avatar
1 vote
1 answer
13 views

Why Can't I Locate Clickable Element in Choose File Keyword?

I am using Robot framework to automate a file upload to a webpage. I am using the Choose File keyword. Code notes: ${CONTINUE_BUTTON} is a button at the bottom of the screen, ensuring that the entire ...
Jat's user avatar
  • 11
1 vote
0 answers
12 views

Using JIRA Cloud How do I detect if the App Panel is Open

I am Using JIRA Cloud with Zephyr. When viewing issues I want to be able to identify issues created from Zephyr tests. In searching it seems that Zephyr can't be made to set any issue fields and JQL ...
Quaternion's user avatar
0 votes
1 answer
90 views

Selenium IDE extension is no longer available in Chrome?

Recently I have noticed Selenium IDE is no longer supported on the Chrome browser. They didn't publish any notice on their website. This is the error I'm getting when going to the Selenium IDE Chrome ...
Sachintha's user avatar
  • 388
0 votes
0 answers
17 views

For testiong web apps - is there a substantial difference in Edge on Windows 11 and Windows Server?

My company is a Mac shop, so we want to spin up some VM's to test our web apps with Edge on Windows. I can spin up an AWS Windows Server EC2 instance easily, but I've read that there are substantial ...
kroe761's user avatar
  • 215
1 vote
1 answer
68 views

How to test that an image on a webpage changes every 24 hours

There are a certain amount of images that can be displayed on the page, one at a time, and every 24 hours the image is swapped (in the same order every time). How could I manually test this? If this ...
user avatar
2 votes
1 answer
42 views

What software do you use to test desktop applications on macOS?

In our small company, which develops desktop applications for macOS, a question has arisen: how can we automate the testing processes? One option is to use XCTest, the functionality built into Xcode. ...
Tony Nek's user avatar
2 votes
0 answers
34 views

Chrome for Testing browser is crashing

While running the Selenium test to invoke the Chrome for Testing browser, it is crashing. Code: ChromeOptions options = new ChromeOptions(); options.setBrowserVersion("130.0.6723.116"); ...
Sandesh Sawant's user avatar
2 votes
1 answer
81 views

Playwright - Java or Typescript?

My company is considering transitioning our tests from Selenium to Playwright (along with changing pretty much everything else from our outdated test framework based in Ruby). However, we don't know ...
kroe761's user avatar
  • 215
1 vote
0 answers
11 views

Playwright tests running in self hosted GitHub Actions runner using Azure VM crashes during tests

I have for weeks now used the GitHub -hosted GitHub actions runner, but since my Playwright tests can take up to an hour to complete, i have started trying out self-hosted GitHub actions runner using ...
Turbolego's user avatar
1 vote
1 answer
27 views

Appium2 + iOS app : Appium inspector is not loading to inspect elements for iOS after upgrading to macOS Sequoia

Background : I am trying to access Appium Inspector on iOS iPhone 16 using MacOS with M1. Problem : Previously using appium inspector I was able to inspect the elements/locators for iOS on real device ...
Narendra Chandratre's user avatar
3 votes
2 answers
57 views

Best Practices for Manually Testing Email Verification with Only Real Test Data?

I don't have a lot of experience in manual testing. I'm writing test cases for manually testing email authentication for a login: user enters email and password user is launched to verification page ...
user avatar
2 votes
2 answers
44 views

How to launch a specific version of Firefox with Selenium?

Geckodriver 0.35.0 does not seems to support the latest Firefox as I get the error message: org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: ...
Pixie's user avatar
  • 254

15 30 50 per page
1
2 3 4 5
777