Notes for geeks "Insights from an Automator's Life"
Articles
(Move to ...)
Home
Inspect code with Cucumber plugin 'unused' in dry run mode
Improved Allure-report-plugin in Jenkins pipeline to display Graph trend
Add formatted SQL to Allure report
Logging RestAssured requests in Allure
Allure @skip annotation
ISTQB Section 5 (Test Management)
ISTQB Section 4 (Test design techniques)
ISTQB Section 3 (Static testing)
ISTQB Section 2 (Testing Throughout The Software Life Cycles)
ISTQB Section 1 (Fundamentals of Testing)
ISTQB Introduction
Использование UUID типа в @Bind sql запроса jdbi библиотеки
UUID type support for @Bind sql query of jdbi library
Logging SQL requests in java test framework with JDBC connection
@skip annotation for Allure reports
Hotkeys for quick bookmarks call
Bookmarks in your everyday routine
Cleanup merged branches for local Git by aliase
Автоматическая проверка checkstyle через git hook
Automatic run of checkstyle with the git hook help
Автоматическое связывание git branch с jira issue через git-hook
Automatic linking of git branch to jira issue with git-hook help
Удобный шаблон для Jira бага
Template structure for Jira bug
Коротко о книге «Как тестируют в Google»
Start Linux terminal by shortcut
Решено было начать сегодня
▼
Jenkins Dashboard View plugin support Allure reports
›
Dashboard View Plugin is based on JUnit XML reports. But the JUnit plugin which generates test report XML files has a limitation - it does ...
Inspect code with Cucumber plugin 'unused' in dry run mode
›
Problem: During long work with the Automation test framework we collect multiple cases and even greater number of test steps. And we ha...
Improved Allure-report-plugin in Jenkins pipeline to display Graph trend
›
The problem was, that when in Jenkins build no pass (green) builds presented, the trend was not displayed and the Allure report menu item wa...
Add formatted SQL to Allure report
›
To add more details to our test report, we could attach SQL requests to it.
Logging RestAssured requests in Allure
›
To fulfill our test reports we could add more details to them - by adding the rest API requests to the steps. For this, we will need to ext...
Allure @skip annotation
›
For some reason, we need sometimes to skip test cases (due to found known bugs, temp environment issues, etc.), but still, have them in our...
ISTQB Section 5 (Test Management)
›
(back to Introduction article with links to all parts) ---------- Section 5 ------------ Test Management Product risks (unreliable a...
ISTQB Section 4 (Test design techniques)
›
(back to Introduction article with links to all parts) ---------- Section 4 ------------ The purpose of a test design technique is - ...
ISTQB Section 3 (Static testing )
›
(back to Introduction article with links to all parts) ---------- Section 3 ------------ Static testing (one of the testing techniques...
›
Home
View web version