public void onlineJobApplication_Access(Hashtable table) { //Test home page instance IlabQuality ilabQuality = new IlabQuality(); //Execute test steps ilabQuality.executeTest(); Careers careers = new Careers(); careers.executeTest(); CareersSouthAfrica careersSouthAfrica = new CareersSouthAfrica(); careersSouthAfrica.executeTest(); applyForThePost jobApplication = new applyForThePost(); jobApplication.setTestData(table); jobApplication.executeTest(); }