Blog - page 19
Explore older entries from the archive.
Provides four methods to handle file downloads in Selenium/Java without brittle tools like AutoIT: checking URL status with HttpClient, simulating user download with cookies, verifying non-empty download, and confirming MD5 checksum.
Read moreProvides 10 practical tips for aspiring software testers: Get relevant education, master English, avoid negativity, develop soft skills, consider ISTQB, learn programming/automation, engage with the community, read SE books, find mentors, and attend meetups.
Read moreChallenges Michael Bolton's 20 statements on testing, arguing against the notion of testers lacking authority and advocating for integrated, empowered testers who share responsibility and credit within the team.
Read moreOffers tips for testing job interviews beyond basic etiquette: Research your online brand, the company, and its culture. Present skills confidently but honestly, acknowledge knowledge gaps, and show a learning mindset.
Read moreExplores Selenium waits, highlighting issues with Thread.sleep() and implicit waits. Introduces explicit/fluent waits and showcases FluentLenium's concise await() methods for stable, readable, and efficient waits (e.g., AJAX completion).
Read more