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


Automating react application
Nowadays we all moving towards frameworks like Angular, react Js, Vue JS, etc. So for Quality teams we have also started looking for...
khyati sehgal
Aug 15, 20202 min read
4 views
0 comments


Agile practice: Test Strategy
Objective Before starting any project , we always try to consider working on certain pointers which will help the team in long go. One of...
khyati sehgal
Aug 15, 20203 min read
3 views
0 comments


Generating allure reports in webdriverio
Webdriver provides lot of reports which we can add as a part of the automation suite. You can find details in the webdriverio...
khyati sehgal
Aug 15, 20202 min read
8 views
0 comments


Setting environment variables in AWS amplify
Use case There are certain variables which we need to set while building our application like Integration of test Runner services like...
khyati sehgal
Aug 3, 20201 min read
8 views
0 comments


Integrating git with AWS amplify
In my recent assignment, we as a team finalised AWS amplify to use as a scalable devops tool. It took a lot for us a team to get ourself...
khyati sehgal
Aug 2, 20202 min read
2 views
0 comments
Cucumber Scenario set up in a typescript-driven protractor framework.
In this blog, I will describe how I have mapped the feature file to step definition and then to page objects in a protractor driven...
khyati sehgal
Jun 23, 20203 min read
5 views
0 comments


Effective Delivery Teams in Agile practice
For an organization to make sure the business is running, as usual, it directly depends on how the employees understand the business. Now...
khyati sehgal
Jun 19, 20203 min read
0 views
0 comments


Was unable to find a step for “”: Mapping stepDefinitions to feature file in cucumber
Was unable to find step for “Given open application as admin user”cucumberautocomplete While working with cucumber, when steps are not...
khyati sehgal
Jun 18, 20201 min read
681 views
0 comments


Revamping automation framework with Product Mindset logic’s.
Often we really don’t care to look at the material which we don’t understand or which is not eye-catchy. In this space, I will try to...
khyati sehgal
May 1, 20202 min read
10 views
0 comments
Caused by: org.apache.http.conn.HttpHostConnectException: Connect to 127.0.0.1:4723 [/127.0.0.1] fai
Error Stack Trace Caused by: org.apache.http.conn.HttpHostConnectException: Connect to 127.0.0.1:4723 [/127.0.0.1] failed: Connection...
khyati sehgal
May 1, 20201 min read
6 views
0 comments
FAILED: test org.openqa.selenium.WebDriverException: unknown error: unhandled inspector error: {R
FAILED: test org.openqa.selenium.WebDriverException: unknown error: unhandled inspector error: {"code":-32603,"message":"Cannot navigate...
khyati sehgal
Oct 30, 20191 min read
5 views
0 comments
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


Implementing page object model using protractor and typescript
Before we dwell on some facts let us step back and understand why I am actually writing this blog. As we understand with this rapid...
khyati sehgal
Aug 2, 20192 min read
4 views
0 comments


Cross browser testing via Sauce labs?
Learning starts when you start experimenting. Be it in Information Technology or layman’s life. I will be using this space to make you...
khyati sehgal
May 27, 20192 min read
3 views
0 comments


protractor- session not created: Chrome version must be between 70 and 73
DevTools listening on ws://127.0.0.1:57284/devtools/browser/f4efc932-01f3-4ac5-8a77-b19e65f2849b [14:36:42] E/launcher - session not...
khyati sehgal
May 27, 20191 min read
3 views
0 comments
Getting started with the protractor
As an automation QA Engineer, I always try to work on areas where I can work with pace and efficiency, technology doesn’t matter. As the...
khyati sehgal
May 27, 20192 min read
2 views
0 comments


Reporting in protractor based automation framework
Reporting is one of the major features which completes the framework. This is something which impacts the stakeholder and gives them the...
khyati sehgal
May 27, 20192 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
Working with Microsoft Excel in Selenium
Excel provides huge number of capabilities, we can make multiple use out of it like storing data, maintenance, calculations, retrieval,...
khyati sehgal
Jun 7, 20182 min read
0 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
bottom of page