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


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


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
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
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


Basic commands to start working with git.
In one of my previous blog, I have shared my experience why we need to use ‘Git’. In this post I will share basic commands to start with....
khyati sehgal
May 28, 20182 min read
1 view
0 comments


A quick beginners guide of git.
The team is when more than 2 people work on a small goal to achieve some concrete task. On every single day we get daily tasks to...
khyati sehgal
Jun 28, 20172 min read
1 view
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


How to start mobile testing in android.
There are multiple approaches you can take to kick start mobile testing. For this you need to understand what you are actually trying to...
khyati sehgal
Dec 31, 20152 min read
2 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 2-API testing with rest assured.
In continuation with my previous blog, here I will be sharing some basic rest services methods implementation like POST, GET etc. REST in...
khyati sehgal
Sep 20, 20142 min read
1 view
0 comments


SyntaxError: Unexpected token while working with protractor on the local machine
ERROR log D:\Protractor\node_modules\protractor\built\logger.js:76 info(...msgs) { ^^^ SyntaxError: Unexpected token ... at...
khyati sehgal
Sep 17, 20141 min read
3 views
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


Test cases of ‘elevators’?
The best way to write test cases is to categorize them such that it can be applied to the given situation. For instance, if I take an...
khyati sehgal
Jul 26, 20142 min read
2 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


SoapUI Tutorial Part 1 : A world-class tour to SoapUI PRO.
Soap UI PRO is a tool wherein you just need to click on the actions available to you and you can make your imagination comes true....
khyati sehgal
Jul 14, 20142 min read
2 views
0 comments
org.openqa.selenium.firefox.NotConnectedException Unable to connect to host 127.0.0.1 on port 7055
Hi every one , I have started working on selenium some years back and there are multiple issues which I have seen from the beginning of...
khyati sehgal
May 28, 20143 min read
1 view
0 comments


Selenium Builder – Exporting and execution
In continuation of my last blog, I will here share a more advanced capability of Selenium Builder. Now as we are done with the set up we...
khyati sehgal
May 26, 20142 min read
1 view
0 comments
bottom of page