TestingfreakOctober 26, 2021How To's, Nodejs, PythonComments Off on Auto Deploy Code to GCP from Git Workflow
Working on CICD or have project code available in git repository and not sure how to deploy the code to GCP automatically? Below steps are going to help you out to setup GCP auto deployment. Enabling workflow auto deployment to…Continue Reading →
Updating similar code or any similar changes in multiple git repositories are not a good practice. If you are using more than one repository and performing any code change or updating files in each repository are confusing and time-consuming work….Continue Reading →
Updating the base code with multiple parameters is not a good idea specially when data keeps on changing. This can be simplified by passing the data from external file. Data can be stored in an external file and picked whenever…Continue Reading →
Once JMeter and Jenkins integrated, we may notice Jenkins job get passed even though Jmeter samplers fail. This happens because Jenkins job does not check whether Jmeter samplers are passed or failed, however Jenkins job checks only the Job build…Continue Reading →
Scripts running in Jmeter could be integrated with Jenkins and can be scheduled to execute at specific time. If Jmeter integrated with Jenkins, then Jmeter interface is not required because Jmeter will execute from command prompt and report will be…Continue Reading →
Do you have habit to leave your system opened and forget to shut down, if your answer is yes then let’s schedule a task which will automatically shut down system. The only thing you need to do is to specify…Continue Reading →
If you have windows-10 installed recently in your PC and not sure how to make start menu full screen, please follow below steps to configure and make start menu full screen. By default, start menu shows tiles in small window….Continue Reading →
While automating test cases and developing QTP/UFT script, I came across a requirement where email validation needs to be performed in Gmail. Once email is triggered during test case execution or completion of test case execution, every time email validation…Continue Reading →
There are many ways to use Dictionary Objects but the most common use of Dictionary Object is to keep the value in an Array and refer each value with a unique Key or Index. Basically, Dictionary Object is nothing but…Continue Reading →
Social media popularity is increasing day by day and the people are adopting new online media apps by using the cell phone devices. Since the smartphone technology has invented, it has provided users such an exceptional piece of tech-creatures and…Continue Reading →