You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TESTAR is an open source tool for automated testing through graphical user interface (GUI). TESTAR is traversal-based, generating tests during execution (also referred as online testing), meaning that test cases do not have to be defined prior to test execution. Instead, each test step is generated based on the actions that are available in that specific time and state of the GUI. The default action selection mechanisms is based on random “monkey” testing, but there are more advanced strategies available, for example based on genetic programming and machine learning.