Menu
Tech Expo Gujarat 2024
AI Development
Services
Solutions
Technologies
About Us
Career
Resources
Work with Thirdrocktechkno
WEB DEVELOPMENT
MOBILE DEVELOPMENT
PRODUCT ENGINEERING
QUALITY ENGINEERING
HEADLESS CMS
HIRE AI DEVELOPER
HIRE VOICE DEVELOPER
HIRE WEB DEVELOPER
HIRE MOBILE DEVELOPER
Author
Abhilash Shettigar is a skilled Devops, QA, and Assistant Project Manager with over 5 years of experience in the tech industry. He has a strong technical background and is an experienced manager.
Getting started with Terraform
How to write authentication test cases with Postman?
Command-line integration of Newman CLI with Jenkins and Slack
How to set up a CI/CD Pipeline for an Angular with Bitbucket and Codebuild
Welcome to our blog on Getting Started with Terraform! If you're new to Terraform, you're in the right place. Terraform is a powerful tool that allows you to define, preview, and deploy infrastructure as code. This means that you can use a single configuration file to manage resources across multiple providers, including public cloud providers like AWS, Azure, and Google Cloud, as well as on-premises and edge infrastructure. One of the main benefits of using Terraform is that it enables you to
In Previous blog we have seen how we can use Postman CLI into our day to day for integration or sanity test suite. Here in this blog I would like to share Various Types of Authentication provided by postman and how we can use in our API Testing. Before we start with authentication with postman. I would like to share one more point like things we need to keep in the mind while API testing. 1. Verify correct HTTP status code 2. Verify response payload 3. Verify response headers 4. Verify re
Earlier we have seen how to run postman collection in the postman. This blog covers how to run a Postman collection in cli and send its reports to the slack What is Newman? It is command-line collection runner for Postman and also knows as Postman cli. Why we need Postman cli? Generally, the common purpose of the postman cli is to automate the task which we used to run on a daily basis For E.g Sending a report to your dev, Sanity test suite after the release. How to Install Newman? You instal
Nowadays we need everything to be automated. So whenever we speak automation, the first impression is that everybody says about CI/CD. Now the Questions is What they are and How they work. I will just go through a little reference for the both of it for the people who are new to this Topic CI i.e Continuous Integrations It is a process for continuously building and testing software using an automated process. CD i.e Continuous Deployment. It is a process for automatically deploying new softwa
After the implementation of GDPR the security of the website is of utmost importance. Hence, SSL deployment is a normal and repetitive process. Follow this blog and you can automate this process.