Author: soniya

How to integrate Postman with CircleCI?

Reading Time: 4 minutes Hi Readers, In this blog, we will explore Postman with CircleCI. As we know that Postman is an API testing tool and CircleCI is a CI/CD tool so it is the best combination to integrate Postman with CircleCI. Prerequisites Basically, there are some requirements to perform this process- Install Postman into your system:- For Linux- Should have a CircleCI account:- For this, Signup into CircleCI– Continue Reading

background

Different types of Performance testing in k6 | Tech

Reading Time: 4 minutes Hi Readers, In this blog, I will explore how it is possible to run many types of testing in k6. Each type of testing has a different purpose. K6 Basically, It is a free and open-source load testing tool for testing the performance of APIs. K6 has a goal-oriented testing mode, and users can define goals using Thresholds when building their tests.  Different Types of Testing There are many Continue Reading

Cloud testing in k6 | Tech

Reading Time: 3 minutes Hi Readers, In this blog, I will explore how to run a test script in the K6 cloud to visualise and analyse the results on the web app in real-time. K6 Basically, It is a free and open-source load testing tool for testing the performance of APIs. K6 has a goal-oriented testing mode, and users can define goals using Thresholds when building their tests.  K6 cloud tests from the Continue Reading

CI/CD Integration in K6 with Gitlab

Reading Time: 3 minutes Hi Readers, In this blog, I am going to explore, how to integrate k6 with help of Gitlab which is the DevOps software that combines the ability to develop, secure, and operate software in a single application.  K6 It is a free and open-source load testing tool for testing the performance of APIs. K6 has a goal-oriented testing mode, and users can define goals using Thresholds when Continue Reading

Difference Between Gatling And Grafana K6

Reading Time: 2 minutes Hi Readers, In this blog, I am going to explore, Gatling and Grafana(K6).They both are performance load testing, open-source and powerful tools. Gatling:- Gatling tool is open-source and released under the Apache 2.0 license. It is used for performance load testing. It was released in January 2012 and it is written in Scala language. Compared with other tools so it is a powerful tool. Hence, it performs Continue Reading

Automation in Headless mode | Tech

Reading Time: 2 minutes Hi Readers, In this blog, I am going to explore, how to run an automation script in headless mode for Gmail login. Basically, A headless browser executes a script without UI(Graphical user Interface). It can run without a real browser means in the system, if a browser is not installed still script will be executed with the help of headless. In this case, parallel execution Continue Reading

CRUD Operations in K6 | Tech

Reading Time: 2 minutes Hi Readers, In this blog, I am going to explore, HTTP methods in K6. Basically, HTTP methods are also called HTTP verbs and CRUD operations because it is a set of requests which perform the desired actions like get, put, post, delete and so on. CRUD stands for Create, Read, Update and Delete. These are four primitive database operations that map well to the HTTP Continue Reading