bool StartProcess() { try { Steps.ClickOnTools(); Steps.ClickOnObjectSearch(); Steps.SelectADSDb(); Steps.ClickOk(); Steps.UnSelectObject(); Steps.SelectObjectType(); Steps.SelectColumnName(); Steps.SelectViewSource(); //this is not there in cassandra Steps.SearchText("id"); Steps.SearchButton(); Steps.ValidateTable(0); Steps.SearchText("name"); Steps.AppendButton(); Steps.ValidateTable(2); Steps.QuickFilter(); Steps.ValidateTable(1); } catch (Exception e) { Reports.ReportLog(e.Message, Reports.ADSReportLevel.Fail, null, Config.TestCaseName); } return(true); }