top of page
Khyati Sehgal
Agile Practitioner | Thought Leader | Quality Leader | Scrum Master
Search
JavaScript elements handling in selenium
As we see most of the applications are moving towards development with Angular, React, Aurelia, JS, TS bases scripting language and...
khyati sehgal
Aug 2, 20191 min read
0 views
0 comments
Setting loggers in Selenium with log4j
Imports to make import java.io.File; import java.io.IOException; import org.apache.log4j.ConsoleAppender; import org.apache.log4j.Level;...
khyati sehgal
Jun 11, 20183 min read
2 views
0 comments


Current timestamps in selenium
In this post I will be sharing a function to get current timestamp in selenium? I will be sharing a code snippet which will have a...
khyati sehgal
Jun 7, 20181 min read
1 view
0 comments
Random generator functions in selenium
In this post I will be sharing code of 3 generators:- Random Phone number generator Random Email generator Random name generator So let...
khyati sehgal
Jun 7, 20181 min read
29 views
0 comments
Running selenium scripts on browser Safari and Mac Operating System
Safari Logs SafariDriver Launcher [ 0.007s] [safaridriver.client] Connecting to SafariDriver browser extension... [ 0.019s]...
khyati sehgal
Aug 4, 20172 min read
5 views
0 comments


ADB for mobile quality analysts.
As we (QA) are growing more towards automation, we have now started exploring tools which developers are using for their development. Not...
khyati sehgal
Jan 31, 20161 min read
2 views
0 comments


Making code commits in a better way.
Developers always work for their growth and betterment be it a niche technology or any fast technique. Here in this post I have listed...
khyati sehgal
Nov 19, 20142 min read
0 views
0 comments
Part 2 – Resolution of some major-frequently-seen Selenium utilities.
This blog is a continuation of my previous blog . Here I am collating the data according to my own experience. These methods can be added...
khyati sehgal
Oct 21, 20142 min read
2 views
0 comments


Part 1- API testing with rest assured.
In this post, I will share some basic rest assured code that can be directly used in a project which can support Java, Page Object Model,...
khyati sehgal
Sep 20, 20142 min read
6 views
0 comments
Part 1 – Resolution of some major frequently seen Selenium utilities.
This blog will only focus on areas in which coders usually search over the web. Here I am collating the data according to my own...
khyati sehgal
Sep 17, 20142 min read
0 views
0 comments
at org.openqa.selenium.firefox.internal. NewProfileExtensionConnection.start
There are several phases in a tester’s life starting from working in a team to making an automation framework. Along with this he/she has...
khyati sehgal
Sep 9, 20143 min read
0 views
0 comments
FAILED CONFIGURATION: @BeforeMethod setUp org.openqa.selenium. WebDriverException: Error forwardin
[TestNG] Running: C:\Users\user\AppData\Local\Temp\testng-eclipse-2068414740\testng-customsuite.xml FAILED CONFIGURATION: @BeforeMethod...
khyati sehgal
Aug 27, 20142 min read
2 views
0 comments


Jenkins- java.net.BindException: Address already in use
In this post, I will be sharing a solution of error which is very common while starting up Jenkins. Aug 03, 2018 1:41:25 AM...
khyati sehgal
Aug 26, 20141 min read
1 view
0 comments


Listening on port 32052:Exception in thread “main” org.openqa.selenium.remote. SessionNo
ERROR Started InternetExplorerDriver server (32-bit) 2.42.0.0 Listening on port 32052 Exception in thread "main"...
khyati sehgal
Aug 26, 20142 min read
3 views
0 comments


Exception in thread “main” org.openqa.selenium.WebDriverException: Error forwarding the
ERROR Exception in thread "main" org.openqa.selenium.WebDriverException: Error forwarding the new session Empty pool of VM for setup...
khyati sehgal
Aug 26, 20142 min read
2 views
0 comments


java.lang.UnsupportedClassVersionError: Unsupported major.minor version 51.0 at java.lang.ClassLoade
java.lang.UnsupportedClassVersionError: com/xtr/parallel/QuickTestWinFF :Unsupported major.minor version 51.0 at...
khyati sehgal
Aug 24, 20141 min read
6 views
0 comments
selenium grid: org.openqa.selenium.remote. UnreachableBrowserException: Could not start a new sessio
Error: [TestNG] Running: C:\Users\user\AppData\Local\Temp\testng-eclipse-314942106\testng-customsuite.xml FAILED CONFIGURATION:...
khyati sehgal
Aug 24, 20142 min read
1 view
0 comments


Jenkins installation – A continuous integration continuous delivery tool
Jenkins is a very useful tool not for the DevOps engineer but for the whole agile team. From coding to the last deployment of code it is...
khyati sehgal
Aug 20, 20142 min read
0 views
0 comments
org.openqa.selenium.WebDriverException: Error forwarding the new session Empty pool of VM for setup
Problem Statement Exception in thread "main" org.openqa.selenium.WebDriverException: Error forwarding the new session Empty pool of VM...
khyati sehgal
Aug 20, 20142 min read
529 views
0 comments


java.lang.UnsupportedClassVersionError: com/CucumberOptions/RunCukeTest : Unsupported major.minor ve
Hi all, I am trying to run an existing project of cucumber in my existing eclipse and faced an issue. In this piece of write-up, I will...
khyati sehgal
Aug 14, 20142 min read
6 views
0 comments
bottom of page