Produced by Araxis Merge on 4/2/2019 1:07:47 PM Central Daylight 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.
# | Location | File | Last Modified |
---|---|---|---|
1 | C:\AraxisMergeCompare\Pri_un\ARS_Frontend\ars-app\SeleniumTests\src\automation | TestRunner.java | Wed Mar 27 19:16:16 2019 UTC |
2 | C:\AraxisMergeCompare\Pri_re\ARS_Frontend\ars-app\SeleniumTests\src\automation | TestRunner.java | Fri Mar 29 17:59:25 2019 UTC |
Description | Between Files 1 and 2 |
|
---|---|---|
Text Blocks | Lines | |
Unchanged | 2 | 322 |
Changed | 1 | 6 |
Inserted | 0 | 0 |
Removed | 0 | 0 |
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 |
No regular expressions were active.
1 | package au tomation; | |
2 | ||
3 | import jav a.io.IOExc eption; | |
4 | import jav a.util.con current.Ti meUnit; | |
5 | ||
6 | import org .junit.Aft er; | |
7 | import org .junit.Bef ore; | |
8 | import org .junit.Tes t; | |
9 | import org .openqa.se lenium.ie. InternetEx plorerDriv er; | |
10 | import org .openqa.se lenium.ie. InternetEx plorerOpti ons; | |
11 | import org .openqa.se lenium.rem ote.Desire dCapabilit ies; | |
12 | ||
13 | import aut omation.Pa ges.Admin; | |
14 | import aut omation.Pa ges.EDI_PD IDental; | |
15 | import aut omation.Pa ges.EDI_PD IProf; | |
16 | import aut omation.Pa ges.EDI_We bViewerPDI Lookup; | |
17 | import aut omation.Pa ges.EWV_Ad min; | |
18 | import aut omation.Pa ges.FPPS_S SO; | |
19 | import aut omation.Pa ges.RfaiAd ditionalIn foTest; | |
20 | import aut omation.Pa ges.RfaiAd minTest; | |
21 | import aut omation.Pa ges.RfaiLo okupTest; | |
22 | import aut omation.Pa ges.RfaiSu bmissionTe st; | |
23 | import aut omation.Pa ges.Search 275; | |
24 | import aut omation.Pa ges.UserAd minTest; | |
25 | import aut omation.Pa ges.ViewSu bmission; | |
26 | import aut omation.Pa ges.ArsRep ortsTest; | |
27 | import aut omation.Pa ges.EDI_2p diDisplaye d; | |
28 | import aut omation.Pa ges.EDI_Cr eateUser; | |
29 | import aut omation.Pa ges.EDI_Mo difyUser; | |
30 | import aut omation.Pa ges.EDI_P2 E_Indicato r; | |
31 | import aut omation.Pa ges.EDI_PD F_Ref_Uplo adDelete; | |
32 | import aut omation.Pa ges.EDI_2p diDisplaye d; | |
33 | import aut omation.Pa ges.EDI_PD I_Dental_D etailView; | |
34 | import aut omation.Pa ges.EDI_PD I_Professi onal_Detai lView; | |
35 | import aut omation.Pa ges.EDI_PD I_Institut ional_Deta ilView; | |
36 | import aut omation.Pa ges.EDI_PD I_NumberCa nnotBeFoun d; | |
37 | import aut omation.Pa ges.EDI_PD I_QuickVie w; | |
38 | import aut omation.Pa ges.EDI_Sp inner; | |
39 | ||
40 | public cla ss TestRun ner extend s Explorer Suite { | |
41 | ||
42 | ||
43 | @Before | |
44 | public v oid runBef oreTestMet hod() thro ws Interru ptedExcept ion { | |
45 | // Syst em.out.pri ntln("@Bef ore - runB eforeTestM ethod"); | |
46 | ||
47 | // Syst em.setProp erty("webd river.ie.d river", dr iverPath); | |
48 | // Desi redCapabil ities cap; | |
49 | // cap = DesiredC apabilitie s.internet Explorer() ; | |
50 | // cap. setCapabil ity("enabl ePersisten tHover", f alse); | |
51 | // driv er = new I nternetExp lorerDrive r(cap); | |
52 | driver .manage(). window().m aximize(); | |
53 | driver .get(baseU rl); | |
54 | // | |
55 | // Shar edCodeClas s.waitForL oad(driver ); | |
56 | // Thre ad.sleep(4 000); | |
57 | ||
58 | // Log in Method 1: Using U ser Roles. | |
59 | // SharedC odeClass.s etDropDown ("userName ","
|
|
60 | // SharedCode Class.setD ropDown("u serName", "
|
|
61 | // SharedCode Class.setD ropDown("u serName","
|
|
62 | // Sha redCodeCla ss.waitFor Load(drive r); | |
63 | // Sha redCodeCla ss.clickBy Id("loginA dminBtn"); | |
64 | // Thr ead.sleep( 3000); | |
65 | ||
66 | // Log in Method 2: Click o n the SSO Accept Log in Button. | |
67 | // Thr ead.sleep( 3000); | |
68 | // Sha redCodeCla ss.clickBy Id("BTN_ss oAccept_lo gin_1"); | |
69 | // Thr ead.sleep( 9000); | |
70 | ||
71 | // Ver ify we are in the "A ttachment Retrieval 275 Search " page. | |
72 | // | |
73 | ||
74 | /***** ********** ********** ********** ********** ********** ********** ********** ********** ********** | |
75 | * PLE ASE DO NOT APPEND YO UR TESTS H ERE | |
76 | * FOR TEST STEP S CREATE A SEPARATE CLASSES AN D RUN IT I N UNDER A @TEST SECT ION | |
77 | ***** ********** ********** ********** ********** ********** ********** ********** ********** ********* | |
78 | */ | |
79 | } | |
80 | ||
81 | ||
82 | ||
83 | @Test | |
84 | public v oid test() throws Ex ception { | |
85 | // Sy stem.out.p rintln("@T estRunner - runs eve ry test"); | |
86 | ||
87 | ||
88 | // Rf aiAdminTes t rat = ne w RfaiAdmi nTest(); | |
89 | // ra t.localRun ner(); | |
90 | // | |
91 | // ArsRe portsTest art = new ArsReports Test(); | |
92 | // art.localR unner(); | |
93 | // Rf aiSubmissi onTest rst = new Rf aiSubmissi onTest(); | |
94 | // rs t.localRun ner(); | |
95 | // UserA dminTest u dt = new U serAdminTe st(); | |
96 | // udt.l ocalRunner (); | |
97 | // Vi ewSubmissi on views = new ViewS ubmission( ); | |
98 | // vi ews.localR unner(); | |
99 | ||
100 | // RfaiAdditi onalInfoTe st rfai = new RfaiAd ditionalIn foTest(); | |
101 | // rfai.local Runner(); | |
102 | ||
103 | // RfaiLookup Test looku p = new Rf aiLookupTe st(); | |
104 | // lookup.loc alRunner() ; | |
105 | ||
106 | // ViewSubmis sion viewS ubmission= new ViewSu bmission() ; | |
107 | // viewSubmis sion.local Runner(); | |
108 | ||
109 | // Admi n admin = new Admin( ); | |
110 | // admi n.localRun ner(); | |
111 | ||
112 | // Sear ch275 sear ch275=new Search275( ); | |
113 | // sear ch275.loca lRunner(); | |
114 | ||
115 | // EDI_WebVie werPDILook up ediWebV iewerPDILo okup = new EDI_WebVi ewerPDILoo kup(); | |
116 | // ediWebView erPDILooku p.localRun ner(); | |
117 | ||
118 | // EDI_PDIDen tal ediPDI Dental= ne w EDI_PDID ental(); | |
119 | // ediPDIDent al.localRu nner(); | |
120 | // | |
121 | // EDI_PDIPro f ediPDIPr of= new ED I_PDIProf( ); | |
122 | // ediPDIProf .localRunn er(); | |
123 | ||
124 | // EDI_PDI_De ntal_Detai lView ediP diDentalDe tailView = new EDI_P DI_Dental_ DetailView (); | |
125 | // ediPdiDent alDetailVi ew.localRu nner(); | |
126 | ||
127 | // EDI_PDI_Pr ofessional _DetailVie w ediPdiPr ofessional DetailView = new EDI _PDI_Profe ssional_De tailView() ; | |
128 | // ediPdiProf essionalDe tailView.l ocalRunner (); | |
129 | ||
130 | // EDI_ PDI_Instit utional_De tailView e diPdiInsti tutionalDe tailView = new EDI_P DI_Institu tional_Det ailView(); | |
131 | // ediP diInstitut ionalDetai lView.loca lRunner(); | |
132 | // | |
133 | // EDI_PDI_Nu mberCannot BeFound ed iPdiNumber CannotBeFo und = new EDI_PDI_Nu mberCannot BeFound(); | |
134 | // ediPdiNumb erCannotBe Found.loca lRunner(); | |
135 | // | |
136 | // EDI_ PDI_QuickV iew ediPdi QuickView = new EDI_ PDI_QuickV iew(); | |
137 | // ediP diQuickVie w.localRun ner(); | |
138 | // | |
139 | // EDI_2pdiDi splayed ed i2pdiDispl ayed = new EDI_2pdiD isplayed() ; | |
140 | // edi2pdiDis played.loc alRunner() ; | |
141 | // | |
142 | // EDI_PDF_Re f_UploadDe lete testR un = new E DI_PDF_Ref _UploadDel ete(); | |
143 | // testRun.lo calRunner( ); | |
144 | ||
145 | // FPPS_SSO s ignInIsDis played = n ew FPPS_SS O(); | |
146 | // signInIsDi splayed.lo calRunner( ); | |
147 | // | |
148 | // EDI_Spinne r spinner = new EDI_ Spinner(); | |
149 | // spinner.lo calRunner( ); | |
150 | ||
151 | // EWV_Admin ewvAdmin = new EWV_ Admin(); | |
152 | // ewvAdmin.l ocalRunner (); | |
153 | ||
154 | // EDI_P2E_In dicator p2 e = new ED I_P2E_Indi cator(); | |
155 | // p2e.localR unner(); | |
156 | ||
157 | // EDI_Modify User modif yUser = ne w EDI_Modi fyUser(); | |
158 | // modifyUser .localRunn er(); | |
159 | ||
160 | EDI_Create User creat eUser = ne w EDI_Crea teUser(); | |
161 | createUser .localRunn er(); | |
162 | } | |
163 | ||
164 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.