Delv
Qodo
Getting Started Guide

How to Use Qodo

A practical guide to get you up and running with Qodo. Written by Delv Editorial, Delv Team.

Getting started with Qodo

In this guide, you will learn how to set up Qodo and use its key features for code review and test generation. By the end, you will be able to improve your coding efficiency and quality.

Step 1: Sign up and set up

  1. Go to Qodo's website.
  2. Click on the “Sign Up” button located at the top right corner.
  3. Fill in the required fields with your email and password, then click “Create Account.”
  4. Verify your email by clicking on the link sent to your inbox.
  5. Log in to your new account.

Step 2: Your first code review

  1. Once logged in, click on the “Code Review” tab in the main navigation menu.
  2. Select the repository you want to review from the dropdown menu.
  3. Click “Start Review” to initiate the process.
  4. Qodo will analyse your code and provide feedback. Review the suggestions listed on the right side of the screen.
  5. Make the necessary changes to your code based on the feedback provided.

Step 3: Generate tests

  1. Navigate to the “Test Generation” tab.
  2. Click on “New Test” to create a test for your code.
  3. Select the specific function or file you want to test from the list.
  4. Qodo will generate test cases automatically. Review the generated tests on the right.
  5. Click “Save Tests” to store them in your repository.

Pro tip

Use the “Settings” menu to configure Qodo’s preferences for code style and testing frameworks. This will help ensure that the generated tests align with your coding standards.

Common mistake to avoid

Many users forget to review the generated feedback thoroughly before implementing changes. Always double-check the suggestions to ensure they fit your code context.