JFairy Test Data Generator for Test Cases N B 4/19/2020 06:35:00 pm 0 Fairy can also create below objects & produce test data. Person (See the example below) Credit Card (CC Vendor, Expiry etc) Net... Read more »
WebDriver Factory Pattern in Selenium N B 4/19/2020 06:04:00 pm 0 Src and credits: www.logigear.com WebDriver Factory Pattern is very useful in cases when you want to manage Multiple Browsers ... Read more »
Docker Selenium Grid N B 3/21/2020 01:07:00 pm 0 Install Docker Enable Virtualization from Bios Setup run VM from Oracle Box Run Docker terminal type --> docker info Go to h... Read more »
Fluent Wait in Selenium N B 2/24/2020 08:01:00 pm 0 This kind of wait s generally used when waiting time for Element is not fixed. For example Some WebElement appears in 1 second but somet... Read more »
JavaScriptExecutor in Selenium N B 2/24/2020 07:59:00 pm 0 Sometimes you will see Selenium commands not working properly, in that case we can use JavaScript Executor. JavaScriptExecutor is an Inte... Read more »
Selenium with Grafana and InfluxDB N B 1/13/2020 05:53:00 pm 13 Download Grafana from this link https://grafana.com/grafana/download?platform=windows Dowload zip file (Standalone file) Unzip it Go ... Read more »
Elastic Kibana with Selenium Live Test Execution N B 1/13/2020 05:52:00 pm 0 Prerequisite Download Kibana and ElasticSearch on Windows Extract zip files of ElasticSearch and Kibana Under CMD Browse bin folder... Read more »
Selenium with CDP (Chrome Developer Protocol) N B 1/13/2020 05:51:00 pm 0 Add Pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0... Read more »