Research Article

QDroid: Mobile Application Quality Analyzer for App Market Curators

Algorithm 2

Event generation.
Input: Number of events , List of Activities
() while not all no sequence Activities are explored do
()   pick an Activity from
()  startActivity()
()  for    to    do
()     generate a new event
()    perform
()  end
() end