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:  5.49 / day

Message History

I've been writing a couple of tests using selenium for my website. However, I've not found a way to test multiselect dropdown with checkboxes that is filled by V-autocomplete(vuetifyjs) component . As an example, I want to select one of the locations that is displayed in an V-auto-complete list dropdown.

driver.find_elements_by_xpath(//*[contains(@class, 'v-autocomplete')...

Read full story

The best case scenario would be matching images projected in a 3D environment.

With Sikuli (or simply with OpenCV), the worst would be to match as is.

But a quicker algorithm would be to apply a planar transformation to the screen before searching for the images.

Is it possible with Sikuli, meaning, to we have access to this level of manipulation?


Read full story

I have requirement given below.

100 different users (Defined in CSV file) - Login to a site sequentially. Simultaneously logged in users start to a pick a Number from a CSV file (Totallu 10,000 numbers in CSV) and sending HTTP request. This should repeat till 10,000 numbers used in sending HTTP request logged in by the 100 users.

Currently I am able to do with 100...


Read full story

I am using Serenity BDD for automation testing of four browsers (Chrome, Firefox, Edge, and Safari). I have configured serenity.conf with browser specific configuration for Chrome and Firefox so that these browsers accept invalid SSL certificates during automation testing. However, when it comes to Safari browser I need to do the same type of configuration, but I cannot figur...


Read full story

The question is: "How to implement testing from scratch? How to structure things?"

I have taken the position of Head of QA in a start-up company. The situation is that they have a software product already quite advanced in terms of functionality and in use by a solid client base but they have never had a QA team onboard. Testing was up until now being ...


Read full story