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.62 / day

Message History

I'm testing MacOS app and it relies a lot on the network condition, because it is uploading a lot of files.

I would like to simulate a network condition on my macbook, that automatically changes to simulate network condition in the wild, train, forest etc.

How could I do that?

I was thinking of pf, but not sure if a script can be set up to automatically c...


Read full story

I have added the plugin manager jar(jmeter-plugins-manager-1.3) in lib/ext folder of Jmeter. I am not using any proxy settings. I am opening jmeter using run as adminstrator. I keep getting below error message when I try to open Plugin Manager through the options.

javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: ...

Read full story
[{ elem1: value, elem2: value }, { elem1: value, elem2: value }]

I want to be able to extract all elem2 value based on a regex condition on elem1 value from a JSON response.

I understand, that I can do this through Regex Extractor.

In doing that I want to save the elem2 values as some sort of collection (CSV file perhaps), that I could use as an input for a...


Read full story

I have couple of pages that have similar structure, similar elements. But selectors are different from the first tag.

Example:

Selector for the element on one page:

@FindBy(xpath = "//picture-item//div[@class='files']/button") private WebElement deleteButton;

Selector for the element on another page:

@FindBy(xpath = "//doc-item//div[@class='file...

Read full story

While creating my test using c# and selenium I ran into a issue I haven't had before. The test basically opens the web site, logs in as admin, and within the admin page I than have to install a plugin for this site that allows warranties feature to be enabled on the website. Everything so far works, but when the test clicks the install button, the page goes into a installing/...


Read full story