Schedule Mobile Emulation to Run Continuously

Mobile Testing Test Automation.

Schedule Mobile Emulation to Run Continuously

2 minutes readKey takeaways Continuous mobile emulation turns a one-off check into a trend you can act on. Schedule the viewports your analytics actually show, not a generic device list. Alert on regression rather than reviewing every run. Why should I schedule a “Mobile Emulation” test to run every hour or every day? The answer is very… Read more »

How to Select a Dropdown in Selenium WebDriver using Java

Test Automation.

How to Select a Dropdown in Selenium WebDriver using Java

3 minutes readKey takeaways Use the Select class for real select elements, and normal clicks for custom widgets. Check the tag before choosing, since many dropdowns are divs pretending to be selects. Select by visible text or value rather than index, which changes when options do. Hey there! Have you ever found yourself scratching your head, wondering… Read more »

Top 10 Performance Testing Tips and Tricks

Load Testing Test Automation.

Top 10 Performance Testing Tips and Tricks

4 minutes readKey takeaways Decide what you are measuring and why before configuring anything. Choose the metrics up front, or you will report whatever looks best afterwards. Change one variable at a time if you want the comparison to mean anything. Below we listed what we consider 10 tips and tricks related to load and performance testing:… Read more »