Software Testing and Development Blog Posts
Subscribe to the full blog feed using RSS
Subscribe to the full blog feed using RSS
TLDR; I automate tasks by using tools and writing code. Understand what they abstract to learn more.
TLDR; Don’t just ’learn automation’. Learn it for a reason.
TLDR; JavascriptExecutor requires us to learn JavaScript and use the Browser Console, and check your locator assumptions using FirePath
TLDR; split code across lines and breakpoint, and use browser dev tools to test the locators used.
TLDR; right click on a breakpoint and add code that returns a boolean to make it a conditional breakpoint
TLDR; Q: what is the best Page Object framework? A: I don’t know. I don’t use any
TLDR; We can use JUnit to execute code to support any type of testing.
TLDR: fixes are important. when we have work to do, sometimes a workaround is more important
Here’s the situation. You’ve written some code to automatically execute your application. You’re using Selenium WebDriver. Bam. Something goes wrong. You don’t know what to do. Here are some tips.