C# Class CodedUITestProject.UIMap

Show file Open project: WKlingonsmith/FCS-Project

Public Methods

Method Description
TestInsertPatientGUI ( ) : void

Open the program, insert a patient that is the head of their own household, close the program.

TestOpeningProgram ( ) : void

TestOpeningProgram - Use 'TestOpeningProgramParams' to pass parameters into this method.

TestpatientInsert ( ) : void

Start up the program, login, insert a patient.

TestpatientInsert2 ( ) : void

Adds Satan into the database. No assertions yet.

insertTest ( ) : void

Opens the program, navigates to the patient tab, clicks "Create New Patient", creates the new patient, and then hits refresh. Currently there isn't a way to test of the thing was inserted.

Method Details

TestInsertPatientGUI() public method

Open the program, insert a patient that is the head of their own household, close the program.
public TestInsertPatientGUI ( ) : void
return void

TestOpeningProgram() public method

TestOpeningProgram - Use 'TestOpeningProgramParams' to pass parameters into this method.
public TestOpeningProgram ( ) : void
return void

TestpatientInsert() public method

Start up the program, login, insert a patient.
public TestpatientInsert ( ) : void
return void

TestpatientInsert2() public method

Adds Satan into the database. No assertions yet.
public TestpatientInsert2 ( ) : void
return void

insertTest() public method

Opens the program, navigates to the patient tab, clicks "Create New Patient", creates the new patient, and then hits refresh. Currently there isn't a way to test of the thing was inserted.
public insertTest ( ) : void
return void