
Loading ...
A List of values may contains few duplicates and if we need to find the unique values out of the same then we need some algorithm to filter that out. Consider we have an array of values as give below
Dim arrLOV
arrLOV = Array ("Val1", "Vale2", "Val2", "Val1", "Val3", "Val2")
Now the array contains 2 duplicate values [...]
Register or Login to read the full article...
Tags used -
duplicate, duplicates, filter, List, remove, unique, values

Loading ...
At times it is required that we use unique test data for every single run of an automation script. For Ex – for testing a user registration page we would need a username which already does not exists in the database. Though there are various ways to overcome this unique username issue but we will [...]
Read the full article...
Tags used -
Data, date, Number, Random, Test Data, unique, Username