27. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 1/17/2019 1:51:41 PM Central Standard Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

27.1 Files compared

# Location File Last Modified
1 C:\AraxisMergeCompare\Pri_un\ccra\ccra_automation\VA.QA.TestProjects\VA.QA.CCRA.TestCases\TestTargets\HSRM LoadPlayground.cs Thu Jan 10 13:20:38 2019 UTC
2 C:\AraxisMergeCompare\Pri_re\ccra\ccra_automation\VA.QA.TestProjects\VA.QA.CCRA.TestCases\TestTargets\HSRM LoadPlayground.cs Thu Jan 10 16:41:20 2019 UTC

27.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 172
Changed 1 14
Inserted 0 0
Removed 0 0

27.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

27.4 Active regular expressions

No regular expressions were active.

27.5 Comparison detail

  1    using Syst em;
  2    using Syst em.Collect ions.Gener ic;
  3    using Syst em.Linq;
  4    using Syst em.Text;
  5    using Syst em.Threadi ng;
  6    using Syst em.Threadi ng.Tasks;
  7    using VA.Q A.Common.U IFramework .Selenium;
  8    using Open QA.Seleniu m;
  9    using VA.Q A.CCRA.Tes tCases.Pag es;
  10    using Open QA.Seleniu m.Support. PageObject s;
  11    using VA.Q A.CCRA.Tes tCases.Com mon;
  12    using NUni t.Framewor k;
  13   
  14    namespace  VA.QA.CCRA .TestCases
  15    {
  16        public  class Loa dPlaygroun
  17        {
  18   
  19   
  20              //VA Super visor     Username:  AI   P assword:  AI  s
  21              //VA CC St aff Member  Username:   AI      Password:  AI  s
  22              //VA CC Cl inical Coo rdinator U sername:  AI      Password:  AI  s
  23              //Communit y Staff Me mber    Username:  AI      Password:  AI  s
  24              //Communit y Clinicia n Username AI     Password:  AI  s
  25              //Communit y Network  Provider    Username:  AI  Password:   AI  s
  26              //VA Custo mer Servic e Username AI     Password:  AI  s
  27   
  28   
  29   
  30            // TC 49967 U S 47512 Ab ility to A uthenticat e Users -  User Roles
  31   
  32            [T est]
  33            pu blic void  LoginAndLo gout_VASup ervisor()
  34   
  35            {
  36                 SharedTe stMethods. LoginAsVAS upervisor( );
  37                 SharedTe stMethods. LogoutAndE xit();
  38            }
  39   
  40            [T est]
  41            pu blic void  LoginAndLo gout_VACCS taffMember ()
  42   
  43            {
  44                 SharedTe stMethods. LoginAsVAC CStaffMemb er ();
  45                 SharedTe stMethods. LogoutAndE xit();
  46            }
  47   
  48            [T est]
  49            pu blic void  LoginAndLo gout_VACCC linicalCoo rdinator()
  50   
  51            {
  52                 SharedTe stMethods. LoginAsVAC CClinicalC oordinator ();
  53                 //TestAs sert.IsTru e(pageHome .userNameV ACCStaffMe mber.Displ ayed);
  54                 SharedTe stMethods. LogoutAndE xit();
  55            }
  56   
  57   
  58            [T est]
  59            pu blic void  LoginAndLo gout_Commu nityStaffM ember()
  60   
  61            {
  62                 SharedTe stMethods. LoginAsCom munityStaf fMember();
  63                 //TestAs sert.IsTru e(pageHome .userNameV ACCStaffMe mber.Displ ayed);
  64                 SharedTe stMethods. LogoutAndE xit();
  65            }
  66   
  67            [T est]
  68            pu blic void  LoginAndLo gout_Commu nityClinic ian()
  69            {
  70                 SharedTe stMethods. LoginAsCom munityClin ician();
  71                 //TestAs sert.IsTru e(pageHome .userNameV ACCStaffMe mber.Displ ayed);
  72                 SharedTe stMethods. LogoutAndE xit();
  73            }
  74   
  75            [T est]
  76            pu blic void  LoginAndLo gout_Commu nityNetwor kProvider( )
  77   
  78            {
  79                 SharedTe stMethods. LoginAsCom munityNetw orkProvide r();
  80                 //TestAs sert.IsTru e(pageHome .userNameV ACCStaffMe mber.Displ ayed);
  81                 SharedTe stMethods. LogoutAndE xit();
  82            }
  83   
  84            [T est]
  85            pu blic void  LoginAndLo gout_AsVAC ustomerSer vice()
  86            {
  87                 SharedTe stMethods. LoginAsVAC ustomerSer vice();
  88                 //TestAs sert.IsTru e(pageHome .userNameV ACCStaffMe mber.Displ ayed);
  89                 SharedTe stMethods. LogoutAndE xit();
  90            }
  91   
  92        }
  93    }