Software Quality Assurance

Thursday, May 9, 2024

Jmeter to Grafana dashboard using core influx DB back end listener.

›
 Important things. 1). Make sure to set  influxdbToken at the jmeter influx DB back end listener Get the token: 2). URL need to be have bel...
Monday, April 8, 2024

Fix - javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification

›
Download the certificate from the web browser and install it using keytools. Click on "Connection is secure" Click on certificate ...
Sunday, March 24, 2024

How to execute selenium test in Github Actions

›
 Create a simple Maven TestNG Selenium project as below.         System.setProperty("webdriver.chrome.driver", "/usr/local/bi...
Friday, March 1, 2024

How to execute custome jar file in JMeter

›
1). Create your jar file using Eclipse. 2). Because Eclipse will allow you to convert a single java method (without any main method) to a ja...
Monday, February 19, 2024

How to re execute failed Selenium / Playwright Java testcases with the help of TestNG

›
Create a new class with any name at the test project. With this class we are going to implement the  IRetryAnalyzer  class which is availabl...
Thursday, April 20, 2023

How to wait till page load selenium Java.

›
  public void waitTillDocumentStateReady () { LocalDateTime now = LocalDateTime. now () ; while (LocalDateTime. now ().isBefore(now....
Monday, November 14, 2022

While loop with specific time to wait until element get displayed in selenium C# and java

›
  public static void waitForOneTrust()         {             var stopwatch = new Stopwatch();             stopwatch.Start();             whi...
‹
›
Home
View web version

About Me

Chathura Jayasinghe
View my complete profile
Powered by Blogger.