Каталог каналов Новое Каналы в закладках Мои каналы Поиск постов Рекламные посты
Инструменты
Мониторинг Новое Детальная статистика Анализ аудитории Telegraph-статьи Бот аналитики
Полезная информация
Инструкция Telemetr Документация к API Чат Telemetr
Полезные сервисы
Защита от накрутки Создать своего бота Продать/Купить канал Монетизация

Не попадитесь на накрученные каналы! Узнайте, не накручивает ли канал просмотры или подписчиков Проверить канал на накрутку
Прикрепить Телеграм-аккаунт Прикрепить Телеграм-аккаунт

Телеграм канал «QA Community»

QA Community
799
790
19
5
0
You can find it here:
- news
- real cases
- meetups and talks
- internship programs
- and sparkling humor

Cooperation: @evgeniybryk

FB channel: https://www.facebook.com/people/QA-Community/100086298857628
Подписчики
Всего
4 901
Сегодня
0
Просмотров на пост
Всего
668
ER
Общий
9.2%
Суточный
7.7%
Динамика публикаций
Telemetr - сервис глубокой аналитики
телеграм-каналов
Получите подробную информацию о каждом канале
Отберите самые эффективные каналы для
рекламных размещений, по приросту подписчиков,
ER, количеству просмотров на пост и другим метрикам
Анализируйте рекламные посты
и креативы
Узнайте какие посты лучше сработали,
а какие хуже, даже если их давно удалили
Оценивайте эффективность тематики и контента
Узнайте, какую тематику лучше не рекламировать
на канале, а какая зайдет на ура
Попробовать бесплатно
Показано 7 из 799 постов
Смотреть все посты
Пост от 14.11.2025 13:10
241
0
4
🙈
Пост от 12.11.2025 17:39
395
0
1
💥 Save the date: November 20! On this day, we’re hosting a super useful meetup for team leads, managers, and anyone aspiring to not only grow their team but also level up themselves 💪 📌 We’ll talk about: – How to create an environment where learning becomes part of the team’s DNA; – Why adult learning principles are crucial for business; – How psychological safety and a growth mindset work; – How to build a culture of feedback and intrinsic motivation; – How all of this helps teams adapt to change faster. 🍕 Pizza, networking, and great conversations await you afterwards. We’re sure: meetup + pizza = the perfect combo 🙌 🎟️ Register here Meetup details: ⏰ Time: 19:00 (Minsk time, GMT+3)/17:00 (CET) 🕒 Duration: 1 hour 🗣️ Language: Russian 📍 Offline: Andersen’s office in Minsk 💻 Online: The link to the stream will be sent to your email specified in the registration form See you!
Пост от 10.11.2025 10:38
542
0
2
“Street: one way. QA: challenge accepted—now simulate rain and leap year.” #QA #SoftwareTesting #QualityAssurance #TestingHumor #EdgeCases #BugHunting #DevLife #TimeZones #DST #LinkedInHumor
Пост от 05.11.2025 12:48
798
0
1
❓If system architecture = team structure, do organizational weaknesses entail product bugs? Get the answer at the meetup “Team Topologies: Teams as Architecture.” 📅On November 13, we invite you to discuss the ideas of Team Topologies – a go-to handbook for team leads and architects worldwide. We’ll discuss how to move from chaotically allocating tasks to deliberately designing teams. 🔹 How organizational design and product architecture are related; 🔹 What types of teams exist, and why you need boundaries between them; 🔹 How to set up an interaction in such a way that will speed up delivery and reduce cognitive load; 🎙️Speaker: Andrei Iakushin – Architect and Engineering Manager with 18 years of experience. 🎟️ Register here ⏰ Time: 18:00 (CET) 🕒 Duration: 1 hour 🗣️ Language: English 📍 Offline: Andersen’s office in Krakow 💻 Online: The link to the stream will be sent to your email specified in the registration form
Пост от 31.10.2025 10:22
663
1
0
🪄 What is the right way to give feedback? Experts have been debating this for years but haven’t found the miracle pill yet. However, there are proven approaches that truly work. What if we combine them and look at communication from a new perspective? 📅 On November 11, join our meetup where we will: – Discuss why expectations are the key to effective feedback; – Figure out what methods truly work; – Learn how to apply them. Informal networking, great conversations, delicious pizza 🍕 and new meaningful connections await you to wrap it up. 🎤 Speaker: Alina Nikon, Executive Coach at ICU 🎟️ Register here ⏰ Time: 19:00 (Minsk time)/17:00 (CET) 🕒 Duration: 1.5 hours 🗣️ Language: Russian 📍 Offline: Andersen’s office in Minsk 💻 Online: The link to the stream will be sent to your email specified in the registration form Don’t miss out – it’s going to be practical, dynamic, and inspiring!
Пост от 30.10.2025 16:25
598
0
1
Unit Tests: the Small Cost that Protects the Big Cost IBM’s System Sciences Institute described increases of up to 15× at the test stage and up to 100× after release. Barry Boehm and Victor Basili, in their work on defect reduction, came to the same idea: the earlier you catch it, the cheaper it is. More recent reports on the “cost of poor software quality” show that a big part of the loss is exactly about late defects... Read more on LinkedIn
Пост от 27.10.2025 10:39
817
0
6
Postman JavaScript Snippets You’ll Actually Reuse (and Why) Small pre-request & test scripts make collections reliable in CI and faster to debug. 1) Variables & logs (chain requests fast) Why: pass data between calls; see what ran where. pm.environment.set('token','...'); pm.collectionVariables.set('runid', _Date.now()); console.log('run:', pm.collectionVariables.get('runid')); 2) Dynamic data (no collisions in tests) When: creating users/orders many times. pm.collectionVariables.set('ts', Date.now()); pm.collectionVariables.set('uuid', pm.variables.replaceIn('{{$guid}}')); pm.collectionVariables.set('randEmail', pm.variables.replaceIn('{{$randomEmail}}')); 3) Consistent headers (trace & auth) Why: searchable logs + stable auth. pm.request.headers.upsert({key:'X-Correlation-Id',value:pm.variables.replaceIn('{{$guid}}')}); pm.request.headers.upsert({key:'Authorization',value:Bearer ${pm.collectionVariables.get('accesstoken')}}); See the full list on our LinkedIn page!
Смотреть все посты