Please turn JavaScript on
Sqa icon

Sqa

Following Sqa's news feed is very easy. Subscribe using the "follow" button on the top right and if you want to, choose the updates by topic or tag.

We will deliver them to your inbox, your phone, or you can use follow.it like your own online RSS reader. You can unsubscribe whenever you want with one click.

Keep up to date with Sqa!

Sqa: Software Quality Assurance & Testing Stack Exchange

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  4.58 / day

Message History

So at my current job I’m at a pinch, we can’t just download executable jars and use them. We have to request to download whatever we want . So the problem is , our chrome gets auto updated where as we need to ask for permission to download chromeDriver(all drivers in general). This is a lengthy process and is not feasible . By the time they approve it, a new version of chrome...


Read full story

I have extracted the jwt token from the User login controller through my http service my test plan looks like this:

As seen in the images in login request it takes t...


Read full story

I have an error in my Jenkins + Selenium integration, the Selenium Grid Version is 3.7.1 (Installed by default for the Jenkins Selenium Plugin). I'm using the last chromedriver version. When I run my test on Jenkins the I get the following errors:

org.openqa.selenium.SessionNotCreatedException: Unable to create new service: ChromeDriverService Build info: version: '3.7....

Read full story

New to this platform I'm a beginner learning selenium webdriver with c# but I have a problem clicking on a flipping image, I identify the id but it won't click on it. I was told to use wait which really didn't work.
I've used this wait and other ones as listed below:

WebDriverWait waits = new WebDriverWait(driver, TimeSpan.FromSeconds(10)); waits.Until(ExpectedCondit...

Read full story

I am wondering if multiple thread groups can be made non-active/sleeping at the same time.

I need multiple thread groups that run infinitely, with alternating intervals times of being all active and being all asleep/non-active. This is to simulate ongoing periods of high and low/no activity. It seems there are only controllers and 'think time' objects inside thread gro...


Read full story