Pairwise тестирование. Почему, зачем и как?

Всем привет! Попарное тестирование (pairwise testing) - одна из самых распространённых техник тест дизайна. Уверена, вы уже про неё читали в книгах, сертификациях, статьях… В этой статье хочу рассказать о том, на чём основана данная техника, почему она так распространена, пояснить принцип, разобрать примеры и инструменты, которые помогают автоматизировать процесс тест дизайна.

https://habr.com/ru/articles/876580/

#тестирование #тестирование_по #тестирование_приложений #тестирование_сайтов #тестирование_вебприложений #тестирование_мобильных_приложений #qa #qa_testing #pairwise #pairwise_testing

Pairwise тестирование. Почему, зачем и как?

Всем привет! Попарное тестирование (pairwise testing) - одна из самых распространённых техник тест дизайна. Уверена, вы уже про неё читали в книгах, сертификациях, статьях… В этой статье хочу...

Хабр

#statstab #317 Tests for Pairwise Mean Differences in R
by @timmastny

Thoughts: A nice illustration of what {emmeans} is doing when computing contrasts using various functions.

#emmeans #r #pairwise #ttest #tutorial #dataviz

https://timmastny.com/blog/tests-pairwise-categorical-mean-emmeans-contrast/

Tests for Pairwise Mean Differences in R | Tim Mastny

→ Pairwise Authentication of Humans
https://www.schneier.com/blog/archives/2025/02/pairwise-authentication-of-humans.html

“Here’s an easy system for two humans to remotely authenticate to each other, so they can be [more confident] that neither are digital impersonations.”

PeerAuth → https://ksze.github.io/PeerAuth/

#Pairwise #humans #authenticate #impersonations #PeerAuth

Pairwise Authentication of Humans - Schneier on Security

Here’s an easy system for two humans to remotely authenticate to each other, so they can be sure that neither are digital impersonations. To mitigate that risk, I have developed this simple solution where you can setup a unique time-based one-time passcode (TOTP) between any pair of persons. This is how it works: Two people, Person A and Person B, sit in front of the same computer and open this page; They input their respective names (e.g. Alice and Bob) onto the same page, and click “Generate”; The page will generate two TOTP QR codes, one for Alice and one for Bob; ...

Schneier on Security

Pipeline release! nf-core/pairgenomealign v1.1.0 - nf-core/pairgenomealign v1.1.0 – Nattou Maki!

Please see the changelog: https://github.com/nf-core/pairgenomealign/releases/tag/1.1.0

#comparative-genomics #dot-plot #genomics #last #pairwise-alignment #synteny #whole-genome-alignment #nfcore #openscience #nextflow #bioinformatics

Release nf-core/pairgenomealign v1.1.0 – Nattou Maki · nf-core/pairgenomealign

Added a new softmask parameter, to optionally keep original softmasking.

GitHub

Pipeline release! nf-core/pairgenomealign v1.0.0 - nf-core/pairgenomealign v1.0.0 – Sweet Potato!

Please see the changelog: https://github.com/nf-core/pairgenomealign/releases/tag/1.0.0

#comparative-genomics #dot-plot #genomics #last #pairwise-alignment #synteny #whole-genome-alignment #nfcore #openscience #nextflow #bioinformatics

Release nf-core/pairgenomealign v1.0.0 – Sweet Potato · nf-core/pairgenomealign

Initial release. Thanks again to my colleagues, collaborators, and the nf-core community. nf-core/pairgenomealign is a bioinformatics pipeline that aligns one or more query genomes to a target gen...

GitHub

In R ist keine Funktion implementiert, die einen paarweisen Chiquadrat-Test durchführt. Das mag daran liegen, dass der Chiquadrat-Test als (weniger genaue) Alternative zu dem rechenaufwändigen exakten Fisher-Test entwickelt wurde. Ich habe aus edukativen Gründen eine Funktion programmiert, die dennoch paarweise Chiquadrat-Tests durchführt.

https://www.produnis.de/blog/posts/2024-05-24-pairwise-chisq-test/
#gnur #rstats #pairwise

Produnis - Paarweise Chiquadrat-Test in R

Ich erstelle eine naive Funktion, welche paarweise Chiquadrat-Tests in R durchführt. Die Funktion nimmt zwei Faktoren entgegen, einer für die Werte, und der andere für die Gruppierung.

Produnis