Document and Archive Workflow (DAW) System

Development Environment Testing Guide

Server: localhost | Environment: Development | Status: Ready for Testing

Main DAW Application (Daw5)

Needs Database Configuration

Description: Primary document workflow application for government document management and processing.

Key Features:

Entry Points:

Configuration Required: Database connection strings in Web.config point to 192.168.1.141. Update these to point to local database for testing.

Government-to-Government Portal (G2GApp)

Needs Database Configuration

Description: Inter-government document exchange portal with LDAP authentication.

Key Features:

Entry Points:

Ebla Smart Viewer

Ready for Testing

Description: PDF document viewing application with annotation capabilities.

Key Features:

Entry Points:

Test This Component: The PDF viewer should be accessible and functional without database dependencies.

Configuration & Database Setup

Configuration Required

Database Configuration

The applications are configured to connect to the following databases:

Current Connection Strings:

External Service Dependencies

For Local Testing: These services will need to be mocked or reconfigured to work in the development environment.

Testing Guide

Phase 1: Component Accessibility Testing

Objective: Verify that application pages load and basic UI components are functional.

  1. Test PDF Viewer (should work without database)
  2. Test static pages and basic navigation
  3. Verify CSS and JavaScript resources load correctly
  4. Check mobile interface responsiveness

Phase 2: Database Integration Testing

Prerequisites: Configure local database connections

  1. Set up local SQL Server or SQLite database
  2. Update Web.config connection strings
  3. Test login functionality
  4. Test document upload/download workflows
  5. Verify LDAP authentication (G2G module)

Phase 3: Service Integration Testing

Prerequisites: Mock or configure external services

  1. Configure FileNet integration endpoints
  2. Set up WScan service simulation
  3. Test document workflow processes
  4. Verify email integration functionality
  5. Test tracking and reporting features

Current Status

Next Steps

  1. Configure ASP.NET hosting (FastCGI or alternative)
  2. Set up local database environment
  3. Create mock services for external dependencies
  4. Test core functionality systematically

Technical Notes

Framework: ASP.NET Web Forms 4.5

Database: SQL Server with Entity Framework

Document Management: IBM FileNet integration

Authentication: LDAP (for G2G) + Custom authentication

UI Libraries: jQuery, Konva.js (tracking visualization)

File Structure