Bulk upload: Jira issues
View On WordPress
Sweet Seals For You, Always
Claire Keane
Keni
Monterey Bay Aquarium
almost home
macklin celebrini has autism

oozey mess
h
Cosimo Galluzzi

Kiana Khansmith
Lint Roller? I Barely Know Her
No title available
Doug Jones
KIROKAZE
One Nice Bug Per Day
taylor price
Fai_Ryy
official daine visual archive
No title available
let's talk about Bridgerton tea, my ask is open

seen from Malaysia
seen from Ukraine
seen from Brazil
seen from Saudi Arabia
seen from Russia

seen from Türkiye
seen from United States
seen from Jamaica
seen from Malaysia
seen from Ukraine
seen from Dominican Republic

seen from Colombia
seen from United States
seen from Venezuela

seen from Malaysia

seen from United States

seen from Indonesia
seen from United States

seen from United Kingdom
seen from Pakistan
@khyati-sehgal
Bulk upload: Jira issues
View On WordPress
New relic integration with the postman
New relic integration with the postman
Nowadays demands are changing & we are moving more towards monitoring. Things you need to before this: Create a free account in New relicCopy your API KeyAnd install by selecting appropriate OS like this Reach to a state where you get such command in new relic Now run this command on your local khyati.sehgal@ndi-1 ~ % curl -Ls…
View On WordPress
Newman integration with Postman
Newman integration with Postman
A postman is a tool that helped a lot of software engineers in testing APIs. We can actually send the collections to marketing people & clients also. There is a lot we have evolved in this tool. Today I am going to show how I integrated Newman with the postman in one of my existing collections. Lets get started First you need to create a folder in your operating system. Put your postman…
View On WordPress
Configuring and setting up jenkins
Configuring and setting up jenkins
Once you are done with installation from my last blog, we are ready for setting up Jenkins. Welcome to Jenkins!! Jenkins is an open source automation server, which provides multiple plugins to support building, deploying and automating any project. Once the setup is done, You will see the below screen. I deployed Jenkins on my local you can deploy it on a cloud or any desired server. Manage…
View On WordPress
Agile Practise: Test Phases
Agile Practise: Test Phases
To be honest as a QA, we shall not be much process driven.I personally don’t like involving myself in much of a process thing. But keeping bullets or notes of stuff which I have to do always help in accomplishing a task. Whenever we kick off any new project or revamp strategies of existing project then its always good to write all your ideas be it process driven or execution driven on a…
View On WordPress
ERROR @wdio/sync: TypeError: hook.apply is not a function at execHook
ERROR @wdio/sync: TypeError: hook.apply is not a function at execHook
Problem hook.apply is not a function at execHook (/Users/khyati.sehgal/Documents/workspace/web-app/e2e/node_modules/@wdio/sync/build/executeHooksWithArgs.js:21:31) [0-0] 2021-02-02T02:58:31.052Z ERROR @wdio/sync: TypeError: hook.apply is not a function at execHook (more…)
View On WordPress
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 options which support scripting language. But before starting any new things a wise approach is to understand the requirement & then look for suitable solution which full-fill it.
Options I considered
Protractor
Jest
Nightwatch JS
Cypress
webdriver JS
selenium
Un…
View On WordPress
Agile practice: Test Strategy
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 them is a QA Strategy & defining the scope of QA in the project.
Scope
What should be the scope of quality related to sprint, release, UAT, etc. If we work on it before hand during initial phases of the project so that we can get maximum benefit out…
View On WordPress
Generating allure reports in webdriverio
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 documentation here
Depending on your requirement you can look for the options. The product on which I am working on, is a customer facing application, so we wanted to consider variant matrix covered as a part of browsers, Operating system, versions of them. Also for the…
View On WordPress
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 Sauce Labs, Browserstack, etcFor this you need to fetch the user name & key from the build tool itself.
Also , there could be a chance where you need to run automation at one environment & don’t need to run the whole regression suite on it.
And many more.. As we…
View On WordPress
Integrating git with AWS amplify
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 familiar with AWS Amplify, but as the world is evolving we tried our best to put the best of the tools we can add in our project.
(more…)
View On WordPress
After all , We are the 'Beauties'
After all , We are the ‘Beauties’
I was surfing internet where I land to a page which says ‘ Women spent almost one year of their life deciding what to wear‘ . At first glimpse, it looks funny to me but then I realized , Really ?? Do I belong to this category !!
Isn’t it mind blowing fact ? 😀 I have seen people who talk about girls ,Although some facts are actually right but after all ‘we are the Most Beautiful Creatures on…
View On WordPress
Best suited tool for web services testing : SoapUI.
Best suited tool for web services testing : SoapUI.
Recently I started working on services based project and in this post I will share how I learnt all about SOA(Service bases architecture) along with the way we should begin with. In today’s life we have several things ,some which are important and we are ignorant about it. Some are not so important but we think about them all the time ,through out our day. And rest lies in between these two…
View On WordPress
My First Selenium - Java Project in eclipse.
My First Selenium – Java Project in eclipse.
Today I will be sharing how to start making a new selenium project. I will start with some basic requirements and then will be proceeding to the art of making selenium test scripts.
Pre-requisite:
Basic knowledge of a programming language like Java, C, Ruby, etc. See the link to learn Java.
Basic knowledge of the Selenium tool.
Art of finding locators.
Set up of eclipse on the operating system…
View On WordPress
Selenium Builder - Exporting and execution
Selenium Builder - Exporting and execution http://wp.me/p23WQy-1S
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 can talk one step ahead. Let’s start with an example : I have opened a website in firefox and I want to automate some actions on this page. Let’s say :
I want to open the URL (https://khyatisehgal.wordpress.com/).
I need to check a blog on this website, the…
View On WordPress
java.lang.IllegalStateException: The path to the driver executable must be set by the webdriver.chrome.driver system property
java.lang.IllegalStateException: The path to the driver executable must be set by the webdriver.chrome.driver system property
java.lang.IllegalStateException: The path to the driver executable must be set by the webdriver.chrome.driver system property; for more information, see http://code.google.com/p/selenium/wiki/ChromeDriver. The latest version can be downloaded from http://chromedriver.storage.googleapis.com/index.html at com.google.common.base.Preconditions.checkState(Preconditions.java:177)
at…
View On WordPress
SoapUI Tutorial Part 1 : A world-class tour to SoapUI PRO.
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. Services testing was never so easy before the make-believe fantasy of SoapUI PRO creators. I want to thank them before giving you a brief of the tool cum weapon as they say.
Why SoapUI?
SoapUi is a very powerfully built tool which is used for Services testing. (more…)
View On WordPress