%IF{"(NOT defined GROUP) OR $GROUP = ''" then=' How to add the first administrator If you haven\'t previously set up an administrator, follow these steps: (Note:...
Code Syntax Highlighting You can tell the system which language you're writing code in, and it will automatically format and color code it according to widely rec...
Leveraging the Benefits of Cognitive Diversity Cognitive diversity arises in groups where people differ in knowledge, beliefs, ideas, preferences, opinions, assum...
There is no information in this page. It just pulls together the contents of other pages/topics using the INCLUDE command and displays them here. This means you c...
Diversity and Inclusion Resources To contain resources from Diversity and Inclusion discussion. What is unconscious bias? Unconscious biases are learned stereot...
Embedding Iframes Although it's admittedly kludgey and not searchable, iframes with analytical notebooks can be attached. Make them searchable by including keywor...
Flowcharts with Graphviz You can draw flow charts with Graphviz by specifying, in plain text, the relationships you want to illustrate. This is great for document...
Getting Started Creating Topics What are "Webs"? * "Webs" are like folders that have been created to address a specific topic or group. For example one of t...
Information Management We looked at four information management utilities: Guru (SaaS Only), FOS (Local Only; installed at http://ultra.guide), wikijs (Local or S...
Information Architecture This does not cover customer journey info, e.g. Leads Opps Clients. %GRAPHVIZ{ "digraph G { A label="Web Site" B label="Gate...
Where Should I Write/Publish Content? "Content" means any information that you might write or record, including notes, lessons learned, examples, end to end case ...
Creating Calendars To create a calendar, make a bullet list of dates and call the CALENDAR command to display them. There are lots of options to make your calenda...
A Text Editable Org Chart // From https://renenyffenegger.ch/notes/tools/Graphviz/examples/organization chart // Inspired by https://stackoverflow.com/a/7374543/1...
Rendering Math with LaTeX You can write LaTeX text (mathematical notation) and it will render an image with your math. This code: \int_{ \infty}^\infty e^{ \alp...
SitePreferences %MAKETEXT{ "Foswiki's default preferences are located in _1 , however settings defined here have override priority and should be used for local ...
Sortable Tables Sometimes, you need to put information in a quick table and be able to sort it by column. Here's an example of how to do that. Column 1 Column...
Use Emojis in Your Posts Using markup, you can also embed emojis into your posts. Keep it professional, though! Some of our webs are publicly viewable. For exampl...
Ultra Guide is a collaborative notepad and index of resources (that can be stored here, on Drive, in Confluence or Guru, or elsewhere on the web). All Ultranauts ...
Where To Put Information Where should you store information? That depends on 1) how easily you want the information findable by Ultranauts and 2) how easily you w...
List of Ultra Guide users Below is a list of users with accounts. If you want to edit topics or see protected areas of the site then you can get added to the list...
Java/Selenium Tips from Angie Jones The following recommendations come a "Code Smells" video (36:57) from Angie Jones (of Test Automation University). She shares ...
Apache Maven Maven turns your human readable Java code into executables that computers can run (a process called “building”). If you built your code manually (e.g...
Behavior Driven Development (BDD) Behavior Driven Development (BDD) is the process that helps ProductOwners, SoftwareEngineers, QualityEngineers, and business rep...
Business Analysis for Test Automation in progress Automation projects are for everyone, not just programmers. The business analysis portion of test automation ca...
Gherkin Language A Feature consists of one or more Scenarios A Scenario may have Background conditions that need to be met up front A Gherkin Scenario consists of...
Good Gherkin Guidelines Here are some guidelines started by the team to help you write better FeatureFiles using GherkinLanguage. Keep Scenarios Simple, Short, a...
Installing Maven Maven turns your human readable Java code into executables that computers can run (a process called “building”). If you built your code manually ...
MinimumReproducibleExample The currency of the Stack Overflow system is the Minimum Reproducible Example (MRE). If you want to entice other people to solve your v...
Project Object Model (pom.xml) This XML file sits in the base directory of a Java project. It provides configuration information to ApacheMaven so that your Java ...
Selenium IDE SeleniumIDE is a test automation support tool. Install it by downloading the browser extension for Chrome, Firefox, or both. It is NOT the same as Se...
Shift Left A "Shift left" approach is taken to embed quality assurance activities earlier in the SoftwareDevelopmentLifeCycle (SDLC); activities are moved to the ...
Stack Overflow Stack Overflow is a free online community where programmers help each other solve problems. Watch the 30 min screencast here (Password: the topic o...
Web Scraping with Selenium Moral of the Story: In addition to being useful for testing the presence and functionality of elements in a web UI, Selenium can also b...
End to End Test Metrics End to End (E2E) testing replicates real user facing scenarios from the point they begin interacting with your system, to the point that t...
Featured Topics This is a parent for extremely important topics that should be featured on the front page of this web. If your topic or resource has broad value, ...
Glossary of Technical Terms Related to Testing Software Quality Assurance Thanks to Main.EricKessler and Trash.TrashCarrieBlackman for getting this kicked off i...
Welcome Tester This page needs to be created by someone who can point to our most important resources for test planning, test strategy, and manual test execution….