/** Sets the up class. */
 @BeforeClass
 public void setUpClass() {
   test = new TestSessionInitiator(System.getProperty("datafile", "MTX_smoke_qaf_testData.yml"));
   test.launchApplication();
 }