Author: Vandana Yadav

Integration testing with PACT

Reading Time: 3 minutes Hello everyone,In this blog, we will discuss an integration testing tool pact. As we all know during the SDLC we need to test our software thoroughly before giving the final sign-off and releasing it on production.during the testing phase, we perform various test activities including unit testing, integration testing, and at the end, we perform end 2 end testing along with performance testing, security testing, Continue Reading

Cypress: Parametrized build execution with Jenkins

Reading Time: 3 minutes Hello everyone, in my previous blog we discussed how we can integrate our cypress tests with Jenkins. In this blog, we will discuss how we can parametrized build execution with Jenkins. In Cypress, we can parameterize our tests, with the help of scripts.For achieving parameterization in cypress we can add scripts in our package.json file with all the required commands. We can use following script Continue Reading

REST API Testing with Cypress

Reading Time: 2 minutes Hello, everyone! Welcome to my blog section, Here we will see how to to do REST API Testing with cypress. REST API Testing with Cypress: Cypress automated everything that runs on the browser and many times we have a use case where we need to validate our UI behavior against the browser network calls, here cypress comes in the picture. So as per the cypress Continue Reading

Dashboard Report Generation with Cypress

Reading Time: 3 minutes In our previous blog we talked about mocha reports, and in this will continue on the same topic report generation with cypress. The only difference is that here we will talk about the Dashboard Report Generation with cypress.So you guys may be thinking why do we need to configure the dashboard, if we can generate report with Mocha report generators?Just wait for a few mins, Continue Reading

Mocha Reports Generation with Cypress

Reading Time: 3 minutes In our previous blogs, we have already talked about the introduction of cypress, how to install cypress, writing our first test with cypress, and so on. This blog is all about Mocha Reports Generation with cypress.In every project as a QA, we may encounter many situations where we need to create QA metrics or the test case execution report and share it with our client Continue Reading

Integration Of Cypress with jenkins

Reading Time: 3 minutes Hello everyone, I hope you all are safe and sound, as in my previous blog we have already covered some frontend and backend testing scenarios with cypress. In this blog, we will talk about the Integration of Cypress with Jenkins. So, the agenda of this blog will be like: Jenkins Installation (Ubuntu) Integration Of Cypress with Jenkins Execution with Jenkins Jenkins Installation: For installing Jenkins Continue Reading

Writing First Test with cypress

Reading Time: 2 minutes Hello everyone, In some of our previous posts we have discussed what is cypress? How to setup cypress? How cypress is different from selenium? Today we will discuss how to write the test cases with cypress to automated an e-commerce use case. Writing your first test with cypress In our first test we will implement the following use case: Visit an e-commerce site https://www.amazon.in/ Search for Continue Reading

Appium: First Program

Reading Time: 2 minutes Hello readers, welcome back. In this blog, we will do some hands-on with Appium and we will write our first Program. As we have already discussed what is Appium how it helps in application automation testing, what all other features of the Appium. But in this blog, we will only focus on how to start with our first program. In our first program, we will Continue Reading

Appium: How to configure a Real Device?

Reading Time: 4 minutes Hello everyone, As we have already talked about sessions and emulators in our previous blogs like how we will test our application with the help of an emulator. Now many of us may have this question is it also possible for us to validate or test our application on the real devices?? In this blog, we will learn to configure a real device for testing Continue Reading

Sessions In Appium

Reading Time: 3 minutes Hello everyone, I hope you all are doing well. As we have already discussed what is Appium, what are the advantages of Appium over other automation tools in our previous blog, in this blog we will discuss sessions in Appium, how important it is in testing your application. Sessions in Appium are mainly used for communicating with Appium server. Let’s get started: Session: As in Continue Reading

Nuts and Bolts Of Appium

Reading Time: 4 minutes Hello everyone, in this blog, I will be sharing some basic concept and installation process of Appium on your Linux system. In a job profile like QA you should be open to work on any kind of technology stack based on your project. You should not limit yourself to a specific skill set. In short as a QA you should be able to assure the Continue Reading

Configuring SSH Key Authentication on Linux

Reading Time: 3 minutes Now Days it is very convenient to use Remote Desktop Protocol(RDP) for accessing remote system over Internet, specially server systems(either client to server or server to server), although it is very convenient and easy way to access remote systems but it may cause big loss as it may provide an opportunity for remote attackers to guess logon credentials of client. There may present many ways Continue Reading