Class: AgileProxy::Application

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/agile_proxy/model/application.rb

Overview

The Application Model

The application model is responsible for storing and retrieving information about the application that the application under test / development is using.

This is found using the username and password, therefore, a username and password must be globally unique.

The reason for doing it this way is because we can only pass username and password in the URL for the proxy server