top of page
Khyati Sehgal
Agile Practitioner | Thought Leader | Quality Leader | Scrum Master
Search


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
Selenium grid : I/O exception (java.net.SocketException) caught when processing request: Permission
Today, in this write-up, I am going to share the resolution of an issue which is not a frequent one and will not come rapidly, but yeah I...
khyati sehgal
Sep 2, 20142 min read
1 view
0 comments
Helium .. a boon or not to all automation engineers?
‘Selenium’ is the hot topic in the automation sector, if any developer or tester knows Selenium well, then it is considered as he can do...
khyati sehgal
Aug 31, 20142 min read
4 views
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


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
Exception in thread “main” org.openqa.selenium.WebDriverException: f.QueryInterface is n
In this blog post, I will share the resolution of an issue which is very general and often seen by Selenium developers. Exception in...
khyati sehgal
Aug 20, 20142 min read
1 view
0 comments


TS issue with Circular dependency
TypeError: Class extends value undefined is not a function or null Problem Circular dependency I was trying to create an object of class...
khyati sehgal
Aug 20, 20141 min read
2 views
0 comments


Selenium Grid: Forbidden for Proxy, HTTP ERROR: 403
Command to start Selenium Grid at your local java -jar selenium-server-standalone-2.41.0.jar Aug 20, 2014 7:44:34 PM...
khyati sehgal
Aug 20, 20141 min read
27 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
Unhandled rejection TSError: Unable to compile TypeScript
Problem statement DevTools listening on ws://127.0.0.1:52555/devtools/browser/24e3b3aa-b5fe-4940-bfb8-b1c18e4c60df Unhandled rejection...
khyati sehgal
Aug 7, 20141 min read
16 views
0 comments
Maven : Know-how !
To build the Enterprise Edition applications we use Maven. Please download and install Maven. The build is tested with version 2.2.1 and...
khyati sehgal
Aug 7, 20142 min read
0 views
0 comments
JMeter – quick start from setting up to increasing size.
To set up Jmeter at your local you need to follow some instructions I have mentioned below. And this will depend on the type of OS you...
khyati sehgal
Aug 7, 20142 min read
0 views
0 comments


Beautification of a console with npm dependency
While submitting a paper in one of the conferences I have observed that it’s not just the code which they see while accepting the...
khyati sehgal
Jul 22, 20142 min read
0 views
0 comments


Soft assertions in protractor based typescript automation framework
How many of us has seen that while running code at once glance if the code fails at some step, then other test steps which meant to run...
khyati sehgal
Jul 22, 20142 min read
3 views
0 comments


Adding ‘Events’ in SoapUI projects
SoapUi provides a wide range of features, and via these capabilities, we can not only test our web-services as a whole but also we can...
khyati sehgal
Jul 22, 20142 min read
0 views
0 comments


SoapUI Tutorial Part 4 : Effectively using JDBC connections and databases in SoapUI
In today’s world, if you are a tester, QA, developer, or UI developer, you can not escape from data. Data is everywhere on the web , in...
khyati sehgal
Jul 18, 20142 min read
1 view
0 comments


SoapUI Tutorial Part 3 : Deep dive assertions in SoapUI
Validation is way too important than Invention, I hope you agree with this statement as not only testers, business analysts, product...
khyati sehgal
Jul 17, 20143 min read
0 views
0 comments


SoapUI Tutorial Part 2 : A complete run-through of how to make projects in SoapUI
In this piece of write-up, I will share how can we make new projects, test suite, test case, test steps in a new SoapUI. SoapUI provides...
khyati sehgal
Jul 16, 20142 min read
9 views
1 comment
bottom of page