Top 50 Junit interview questions and answers

1) What is Testing? Testing is the process of checking the functionality of the application whether it fulfills the requirement or not. 2) What is unit testing?…

Read More

Chef Tutorials: Chef Test kitchen Command Line Options

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday…

Read More

Test Results

pasupuleti2 created the topic: Test Results Rajesh, How to get the results with graphics for each action in each build in Jenkins Ex: checkout code from Git…

Read More

Chef Lab and Excercise – Cookbooks – Part 5

Write a cookbook using you can install apache http server in CentOs and Ubuntu, enable the services and start the service. Write a recipe using template resources…

Read More

Chef Lab and Excercise – Cookbooks – Part 6

Write a cookbook using you can install apache http server in CentOs and Ubuntu, enable the services and start the service. Write a recipe using template resources…

Read More

SQL Injection: How to check or test for vulnerabilities

SQJ Injection There are a number of ways of testing an application for vulnerabilities such as SQL Injection. The tests break down into three different methodologies: Blind…

Read More

Difference between Code Coverage and Test Coverage | Code Coverage VS Test Coverage

There is not any official distinguished between code Coverage and Test Coverage. Some practitioner has expressed their difference opinion in terms of defining Code Coverage and Test…

Read More

JUnit 4 Test Logging Tips using SLF4J

When writing JUnit tests developers often add log statements that can help provide information on test failures. During the initial attempt to find a failure a simple…

Read More