%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:...
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...
What Is Meant by "Data Persistence"? In the context of automated testing and Selenium, data persistence refers to the preservation of data as a part of automated ...
What is Eclipse IDE? The Eclipse IDE is an open source IDE (Integrated Development Environment) written in Java that is used primarily to write and run Java code,...
Getting Started with Gherkin GherkinLanguage provides a standard approach to describe business requirements (expressed as behaviors) and user acceptance criteria….
Good Gherkin Guidelines Here are some guidelines started by the team to help you write better FeatureFiles using GherkinLanguage. Keep Scenarios Simple, Short, a...
Java Coding Standards Example Note: WE NEED A GOOD EXAMPLE for the main method! This one breaks a lot of the rules… please feel free to insert a good example. ...
Selenium Coding Standards Example Note: WE NEED A GOOD EXAMPLE here! Please feel free to add one. // put great example of pseudocode that follows our coding stan...
What is a Stale Element Reference Exception? A Stale Element Reference Exception occurs in Selenium when you have try to reference an element that Selenium determ...
Useful Methods for Working with Multiple Tabs * driver.getWindowHandle(); returns the current window handle (tab) with which the driver is working. Technical...