Skip to main content

HTTP 2 HTTPS - Test Plan - SASD Timesheet


DescriptionResults
1

Navigate to website.

Example

Website should start
2

Notice the footer. 


You should see your name listed twice. something like

wachdorfm (wachdorfm)

  • First name is computed with HttpContext.Current.User.Identity.Name() n and then strip of domain information.
  • Second name is computed using System.Security.Principal.WindowsIdentity.GetCurrent() and then strip of domain information

3Put some time into the system. For example 1 hour of time on a SundayShould work as expected
4Use the edit to change that from 1 hour to 2 hoursShould work as expected
5Delete that timeShould work as expected
6Open SQL Server Management studio, login to that server/databaseShould work as expected
7

Execute the following statement 

select top 100 his_when, his_who, his_what, *
from yHistory_timesheet
order by his_id desc


The His_Who column should show your name as the one who added time into the database. So should entry user name.
8Navigate to an M&O Employee (ex Vargas | Bowers) to a pay period in 2017.You should see detail, but also along the bottom of the timesheet you should see hourglass icons representing pointers into Maximo. Clicking one of those icons should show time from maximo.
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.