Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

111 total results found

Connecting to UtopiaNuget

Development Setup and Configurations

Link to UtopiaNuget: https://dev.azure.com/eFileCabinet/Utopia/_packaging?_a=feed&feed=UtopiaNuget (alternatively try this: https://pkgs.dev.azure.com/eFileCabinet/Utopia/_packaging/UtopiaNuget/nuget/v3/index.json) First connect to feed by pressing the Connec...

Purged Account Migration From Backup Script

Development Scripts

-- to install extensionCREATE EXTENSION postgres_fdw; -- you need to create a reference to the backup serverCREATE SERVER backup_prod_serverFOREIGN DATA WRAPPER postgres_fdwOPTIONS (host 'hostAddressHere', port '5432', dbname 'postgres'); -- you need to defi...

Building and Publishing Pangea

Legacy - Pangea

Running Pangea Import the signing certificate Use Windows Explorer to navigate to Pangea\Migration\Tandoori Tool\Tandoori Tool and double click efcKey.pfx. This will pop open a wizard to walk you through importing the signing certificate. Just hit next...

OCR Web Wrapper Image

Development OCR

To create the image of the web wrapper, you need to do 5 things: Spin up Windows Server base Image. Add IIS Ensure/Add .NET Framework extended/ ASP.NET  in Windows Features Install Visual C++ 2010, 2012, 2013, 2015/2022 Copy publish folder of the OCR We...

Legacy Desktop Permissions

Legacy - EFC Desktop

So to know what permissions a legacy desktop user has, you need to convert the value in the PBF or CPBF column to base 2 using https://www.unitconverters.net/numbers/base-10-to-base-2.htm  47 for example converts to 101111 each digit represents a different p...

Windows File Encryption

Development Utopia

Decryption download PSTools from: https://docs.microsoft.com/en-us/sysinternals/downloads/psexec  This can be used to run commands as the SYSTEM user You need to do this to decrypt the database data files / elastic search data files Cmmand to decrypt fol...

Supported Previewer File Types

Development Previewer

As of 5/31/2022 these are the supported Previewer file types. This list can be found in code in Utopia/wwwroot/Client/app/shared/sharedServices.js "pdf","doc","dot","docx","docm","dotx","dotm","rtf","xls","xlt","xlsx","xlsm","xltx","xltm","ppt","pot","pps","p...

Open Source Software List

Development Utopia

Correct as of 8/23/2021Server-Side: ElasticSearch, Postgresql, iTextSharp - LGPL, MailKit, BouncyCastle, AutoMapper, DeviceId, dotLess.Core, FluentValidation, .Net 5, MimeTypes, NUglify, Chutzpah, Ninject, Serilog, Swashbuckle, SkiaSharp, OpenIddict, StackExch...

Definition and Priority Guide

QA Bugs

https://docs.google.com/document/d/17eI7qm98x1-iwYQtFNkbw5cDopIBuxckmrKSKHjSXCo/edit# 

InitialInstanceSettings.txt

QA Automation

INSERT INTO "public"."DbInstanceSettings" ("SettingType", "SettingValue") VALUES (2, '0'), (9, 'True'), (12, '5'), (13, '5'), (14, '1'), (15, '10'), (38, '60'), (39, 'http://127.0.0.1:9200'), (62, '100'), (63, '8'), (64, '5000'), (65, '5'), (66, ...

Troubleshooting Automated UI Tests

QA Automation

Problems with running the Automated UI Tests? Running the C# tests can be tricky, so this is a guide to help you out if you run into a common error. NOTE: These solutions will only work if you can at least build Utopia. If you cannot build Utopia, try reachin...

Automated Test Help (In Progress)

QA Automation

[TOC] Link to Remote QA machine login wiki testSettings.json To change the URL endpoint to be tested:Go to testSettings.jsonLines 10 through 19 include all of the endpointsUncomment line 19: storageType : 1 - this will use cloud storageComment out line 13, ...

Selector Conventions (data-id-xxx)

QA Automation

Data-id-xxx Naming Conventions The data-id-xxx needs to be properly 'scoped' Use data-id-scope Scopes center profile user group etc Selector Naming Conventions Be as brief and descriptive as possible while avoiding name collision Selectors...

XPATH

QA Automation

XPath Notes Part 1 XPath Notes Part 2 XPath Cheat Sheet  XPath Diner 

Running Automated Testing Locally

QA Automation

Step 1 Clone Utopia to your local device (either with Tortoise GIT or through Visual Studio) Clone UtopiaAutomation to your local device (either with Tortoise GIT or through Visual Studio) Step 2 Open two instances of Visual Studio, one with the Utop...

Automated UI Test Code Layout

QA Automation

Automated Structure Notes.pdf

Cloning Utopia

QA Automation

Open Visual Studio At the top left of the window, click 'Git' then 'Clone Repository' Copy the URL below and paste it in the window under 'Repository location' https://eFileCabinet@dev.azure.com/eFileCabinet/Utopia/_git/Utopia  For the directory, b...

Onboarding for New Hires

QA

1st Day - Important Links and Logins Welcome to the team! First things first it's a good idea to get yourself setup with all the apps and websites that you'll be using on a regular basis. To make things easier we've collected some links to installers for ap...

Remote Desktop Instructions

QA Testing

Connecting to the QA Windows Machines (QA1-6): Open "Remote Desktop Connection" Click "Show Options" Computer: 10.10.0.6<remote desktop #> For example: "10.10.0.63" for QA 3 The QA PC's are numbered 1 - 6 User name: <your laptop's name>\localad...

JMeter Load Testing Tutorial

QA Automation

For more in depth information on load testing written by the devs: Load Testing Download JMeter Go to https://jmeter.apache.org/download_jmeter.cgi  Download the .zip file for the current version of JMeter under "Binaries" Extract and move the resulting ...