Galen Framework | Glossary

Definition:

Galen is a test framework originally designed for testing layout of web applications however is additionally an excellent tool for functional testing. once it involves testing a responsive layout it works in a following way:

  1. Open a page in browser
  2. Resize it to specified size
  3. Test the layout according to user-defined specs

It uses antioxidant for interacting with elements on page and obtaining their locations and dimensions.

Once it sees that something is wrong – Galen reports the error, makes a screenshot and highlights the misbehaving element on it

Further Reading:

Book: Testing Practitioner Hanbook by Renu Rajani.

 

Reliability Testing | Glossary

Definition:

A system’s reliability is a measure of stability and overall performance of a system collated throughout an extended amount of your time under various specific sets of test conditions. this kind of testing incorporates the results from non-functional testing such as stress testing, security testing, network testing, along with functional testing. it’s a combined metric to define a system’s overall dependableness. A measure of reliability should be outlined by business needs within the style of service levels. These needs should then be used to measure test results and also the overall reliability metric of a system under test.

Further Reading:

Book: Testing Practitioner Hanbook by Renu Rajani.