Skip to content

Beaker helper library for doing some basic i18n validation

License

Notifications You must be signed in to change notification settings

cthorn42/qa_i18n

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

beaker qa-i18n helper

Methods to assist in i18n testing

Examples

Example: iterates through array of strings of length 10, testing all special characters according to the block

test_i18n_strings(10) { |test_string|
  # Enter data
  create_user("User#{test_string})
  # Validate data
  verify_user_name_exists("User#{test_string}")
}

About

Beaker helper library for doing some basic i18n validation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages