-
Updated
Aug 28, 2020 - Go
#
qa
Here are 537 public repositories matching this topic...
GoReplay is an open-source tool for capturing and replaying live HTTP traffic into a test environment in order to continuously test your system with real data. It can be used to increase confidence in code deployments, configuration changes and infrastructure changes.
PHP_CodeSniffer tokenizes PHP files and detects violations of a defined set of coding standards.
-
Updated
Aug 28, 2020 - PHP
nodejs
testing
jenkins
qa
circleci
gitlab
typescript
video
jest
parallel
gitlab-ci
e2e-tests
recorder
end-to-end-testing
e2e-testing
puppeteer
azure-devops
github-actions
qa-wolf
playwright
-
Updated
Aug 28, 2020 - TypeScript
搜索所有中文NLP数据集,附常用英文NLP数据集
nlp
qa
sentiment-analysis
text-classification
match
machine-translation
text-similarity
corpus
knowledge-graph
chinese
text-summarization
datasets
ner
machine-reading-comprehension
-
Updated
Mar 1, 2020 - Python
Docker image that provides static analysis tools for PHP
docker
php
qa
composer
docker-image
static-analysis
phpunit
phpdoc
php-cs-fixer
php-codesniffer
phpmd
code-quality
phpmetrics
phpstan
phploc
qatools
pdepend
phpcpd
phpqatools
phpqa
-
Updated
Aug 28, 2020 - Dockerfile
UI automation library for .Net
microsoft
testing
qa
gui
automation
framework
dotnet
wpf
winforms
ui-automation
white
testing-tools
user-interface
codebase
uiautomation
automation-ui
msaa
codedui
teststack
-
Updated
Aug 25, 2020 - C#
igas
commented
Oct 4, 2019
We want to add Elixir.Faker.Pokemon.Ru.location/0.
If this is the first time you contributing check out this guide.
Comment below if you want to start working on the issue and never be afraid to ask questions.
If you contribute module that does not exist yet [here is a good example PR](elixirs/faker#288
the leading open source test management system
-
Updated
Aug 28, 2020 - Python
基于自然语言理解与机器学习的聊天机器人,支持多用户并发及自定义多轮对话
python
nlp
chat
qa
machine-learning
natural-language-processing
algorithm
database
neo4j
graph
chatbot
nlu
python3
context
kb
question-answering
natural-language-understanding
sentence-similarity
-
Updated
Jun 29, 2020 - Python
Библия QA/тестировщика это 200++ страниц обновляемой смеси ответов на вопросы с реальных собеседований на QA, перевода интересного контента с зарубежных ресурсов и агрегации материала с отечественных.
testing
qa
translation
test
guide
career
careers
starter-kit
russian
testing-practices
manualtests
russian-language
-
Updated
Aug 25, 2020
Phalcon official Forum
-
Updated
Oct 9, 2019 - PHP
A Tensorflow Implementation of R-net: Machine reading comprehension with self matching networks
-
Updated
Oct 18, 2019 - Python
all kinds of baseline models for sentence similarity 句子对语义相似度模型
qa
word2vec
nlu
question-answering
semantic-similarity
similarity-measurement
questions-and-answers
atec
sentence-similarity
-
Updated
Jul 5, 2018 - Python
客服机器人,Chinese Retreival chatbot(中文检索式机器人)用到的一些QA模型,基于tf-idf,lsa,cnn,transformer,bert等
-
Updated
Jul 25, 2019 - Python
2018-JDDC大赛第4名的解决方案
-
Updated
Oct 22, 2018 - Jupyter Notebook
not maintained any more (will be replaced by py_inspect)
-
Updated
Feb 27, 2016 - Python
Zebrunner Reporting Tool
java
testing
screenshots
qa
automation
cloud
selenium
junit
appium
testng
reporing
zebrunner
video-recordings
zebrunner-reporting
-
Updated
Aug 27, 2020 - TSQL
中文智能客服机器人demo,包含闲聊和专业问答2个部分,支持自定义组件(Chinese intelligent customer chatbot Demo, including the gossip and the professional Q&A(FAQ) , support for custom components!)
-
Updated
Jul 31, 2019 - Python
Allows old code to use new standards
php
diff
quality
qa
coverage
quality-control
static-code-analysis
filter
phpunit
standards
phpmd
jacoco
standard-conform
codeclimate
phpcs
pylint
phan
phpstan
standalone-php-library
-
Updated
Feb 28, 2020 - PHP
QA assistant for a SwiftUI app: change the color scheme, accessibility settings, and localization on the fly!
-
Updated
Feb 15, 2020 - Swift
Write Selenium and Appium tests in Python using the Page Object pattern. This Pythonic GUI and API test automation framework will help you get started with QA automation quickly. It comes with many useful integrations like - email, BrowserStack, Slack, TestRail, etc. This repository is developed and maintained by Qxf2 Services (https://qxf2.com).
-
Updated
Aug 28, 2020 - Python
This repo collects and re-produces models related to domains of question answering and machine reading comprehension
-
Updated
Jun 16, 2019 - Python
Query-Reduction Networks (QRN)
-
Updated
Dec 20, 2017 - Python
Open
Tests
4
orsinium
commented
Oct 3, 2019
A really simple task. The best first issue. We have a huge lack of tests. Write tests for anything inside, be creative
Improve this page
Add a description, image, and links to the qa topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the qa topic, visit your repo's landing page and select "manage topics."


I'm trying to automate the interaction with WindowsTerminal. It seems to be a UWP application, which I have no idea how to start such application directly using
Application().start. I've tried to locate it usingDesktop, but got quite confused..Any help on this?