Mobile Performance testing for Native and Web App
Being a versatile tool, JMeter can be used for mobile performance testing as well. It provides handy features to prepare and run our mobile specific performance test scripts. Jmeter can help to do performance test for both Android and iOS mobile apps. Prerequisites:...
Best Practices & Guidelines for BDD
Know About “Behavior Driven Development (BDD)” Behavior Driven Development (BDD) is a strategy for creating programming through continuous example-based communication between developers, QAs and BAs. The basic role of BDD technique is to enhance...
Wait in Selenium Webdriver
Different kinds of Wait in selenium webdriver are 1. Thread Sleep Purpose: This is rarely used, as it always force the browser to wait for a specific time. Thread.Sleep is never a good idea and that’s why Selenium provides wait primitives. If you use them you can...
