SOShiva Oletiinshivaoleti.hashnode.dev路Jan 27, 2025 路 1 min readExecuting Tests and Viewing ResultsRun All Tests:npx playwright test Show Test Report:npx playwright show-report Run Tests in Headed Mode:npx playwright test --headed Open Playwright UI mode:npx playwright test --ui 馃憠 Follow me on LinkedIn: https://lnkd.in/gTuWmfph00
SOShiva Oletiinshivaoleti.hashnode.dev路Jan 6, 2025 路 1 min read馃殌 Method Chaining in Rest Assured 馃殌If you're diving into API automation with Rest Assured, you're probably familiar with the powerful method chaining feature it offers. 馃敆 The Core Trio: given(), when(), and then() What Is Method Chaining? Method chaining in Rest Assured enables seam...00
SOShiva Oletiinshivaoleti.hashnode.dev路Jan 5, 2025 路 2 min readHow GenAI Created a POM for a Login Page Using Page Source? 馃As a QA engineer, one of the repetitive yet critical tasks is creating Page Object Models (POMs) for automation frameworks. While effective, the process of manually analyzing a page鈥檚 source code and translating it into a well-structured POM can be t...00
SOShiva Oletiinshivaoleti.hashnode.dev路Jan 4, 2025 路 4 min readPen Testing: Test Strategy, Scenarios, and CasesPen Testing: Test Strategy, Scenarios, and Cases 1. Test Strategy Objective To ensure the pen performs as expected in terms of functionality, usability, durability, and aesthetics. Scope In-scope: Testing various functional and non-functional aspect...00
SOShiva Oletiinshivaoleti.hashnode.dev路Jan 3, 2025 路 1 min read馃専 Understanding Types of Software Testing 馃専馃専 Understanding Types of Software Testing 馃専 Testing is the backbone of software quality assurance, ensuring that applications function as expected while meeting user and business requirements. Here's a concise visual representation of Functional an...00