public void Test_StageDDLDisplayedText() { groupForm.setStageDDL(5); Assert.AreEqual("finished", groupForm.StageDDL.GetAttribute("value")); }