WeSearch

Conheça o parâmetro "result" do Guará Python 🐍

·2 min read · 0 reactions · 0 comments · 9 views
#softwaretesting#automation#bdd#Douglas Cardoso#Guará#testrockchannel
Conheça o parâmetro "result" do Guará Python 🐍
⚡ TL;DR · AI summary

The article discusses the 'result' parameter in Guará Python, focusing on improving test automation. It highlights the limitations of the traditional Page Object Model (POM) and introduces the Page Transactions pattern as a solution. This new approach emphasizes user journey over isolated actions, making tests more resilient to changes in the user interface.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 2629734) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Douglas Cardoso Posted on Jun 3 Conheça o parâmetro "result" do Guará Python 🐍 #bdd #automacaodetestes #qa #softwaretesting O Page Object Model (POM) clássico resolveu a organização dos seletores, mas criou um novo problema: testes inflados e cheios de microações repetitivas.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)