Commit ebee2df34cbdfd3c1d2cb5cd81cd99002f189f79

Authored by selurvedu
1 parent 53f0ebca

Rename broker: Netcast → DZO

@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 Library Selenium2Screenshots 2 Library Selenium2Screenshots
3 Library String 3 Library String
4 Library DateTime 4 Library DateTime
5 -Library netcast_service.py 5 +Library dzo_service.py
6 6
7 *** Variables *** 7 *** Variables ***
8 ${locator.tenderId} xpath=//td[./text()='TenderID']/following-sibling::td[1] 8 ${locator.tenderId} xpath=//td[./text()='TenderID']/following-sibling::td[1]
@@ -41,7 +41,7 @@ ${locator.questions[0].answer} xpath=//div[@class = 'answer relative']//di @@ -41,7 +41,7 @@ ${locator.questions[0].answer} xpath=//div[@class = 'answer relative']//di
41 Run Keyword And Ignore Error Pre Login ${ARGUMENTS[0]} 41 Run Keyword And Ignore Error Pre Login ${ARGUMENTS[0]}
42 Wait Until Page Contains Element jquery=a[href="/cabinet"] 42 Wait Until Page Contains Element jquery=a[href="/cabinet"]
43 Click Element jquery=a[href="/cabinet"] 43 Click Element jquery=a[href="/cabinet"]
44 - Run Keyword If '${username}' != 'Netcast_Viewer' Login 44 + Run Keyword If '${username}' != 'DZO_Viewer' Login
45 45
46 Login 46 Login
47 [Arguments] @{ARGUMENTS} 47 [Arguments] @{ARGUMENTS}
@@ -211,7 +211,7 @@ Set Multi Ids @@ -211,7 +211,7 @@ Set Multi Ids
211 Run keyword if '${TEST NAME}' != 'Можливість додати позицію закупівлі в тендер' видалити позиції 211 Run keyword if '${TEST NAME}' != 'Можливість додати позицію закупівлі в тендер' видалити позиції
212 212
213 додати позицію 213 додати позицію
214 - netcast.Пошук тендера по ідентифікатору ${ARGUMENTS[0]} ${ARGUMENTS[1]} 214 + dzo.Пошук тендера по ідентифікатору ${ARGUMENTS[0]} ${ARGUMENTS[1]}
215 Wait Until Page Contains Element xpath=//a[./text()='Редагувати'] 30 215 Wait Until Page Contains Element xpath=//a[./text()='Редагувати'] 30
216 Click Element xpath=//a[./text()='Редагувати'] 216 Click Element xpath=//a[./text()='Редагувати']
217 Додати багато предметів ${ARGUMENTS[2]} 217 Додати багато предметів ${ARGUMENTS[2]}
@@ -219,7 +219,7 @@ Set Multi Ids @@ -219,7 +219,7 @@ Set Multi Ids
219 Click Element xpath=//button[./text()='Зберегти'] 219 Click Element xpath=//button[./text()='Зберегти']
220 220
221 видалити позиції 221 видалити позиції
222 - netcast.Пошук тендера по ідентифікатору ${ARGUMENTS[0]} ${ARGUMENTS[1]} 222 + dzo.Пошук тендера по ідентифікатору ${ARGUMENTS[0]} ${ARGUMENTS[1]}
223 Wait Until Page Contains Element xpath=//a[./text()='Редагувати'] 30 223 Wait Until Page Contains Element xpath=//a[./text()='Редагувати'] 30
224 Click Element xpath=//a[./text()='Редагувати'] 224 Click Element xpath=//a[./text()='Редагувати']
225 : FOR ${INDEX} IN RANGE 1 ${ARGUMENTS[2]}-1 225 : FOR ${INDEX} IN RANGE 1 ${ARGUMENTS[2]}-1
@@ -258,7 +258,7 @@ Set Multi Ids @@ -258,7 +258,7 @@ Set Multi Ids
258 ${description}= Get From Dictionary ${ARGUMENTS[2].data} description 258 ${description}= Get From Dictionary ${ARGUMENTS[2].data} description
259 259
260 Selenium2Library.Switch Browser ${ARGUMENTS[0]} 260 Selenium2Library.Switch Browser ${ARGUMENTS[0]}
261 - netcast.Пошук тендера по ідентифікатору ${ARGUMENTS[0]} ${ARGUMENTS[1]} 261 + dzo.Пошук тендера по ідентифікатору ${ARGUMENTS[0]} ${ARGUMENTS[1]}
262 sleep 1 262 sleep 1
263 Execute Javascript window.scroll(2500,2500) 263 Execute Javascript window.scroll(2500,2500)
264 Wait Until Page Contains Element xpath=//a[@class='reverse openCPart'][span[text()='Обговорення']] 20 264 Wait Until Page Contains Element xpath=//a[@class='reverse openCPart'][span[text()='Обговорення']] 20
@@ -281,7 +281,7 @@ Set Multi Ids @@ -281,7 +281,7 @@ Set Multi Ids
281 ${answer}= Get From Dictionary ${ARGUMENTS[3].data} answer 281 ${answer}= Get From Dictionary ${ARGUMENTS[3].data} answer
282 Selenium2Library.Switch Browser ${ARGUMENTS[0]} 282 Selenium2Library.Switch Browser ${ARGUMENTS[0]}
283 283
284 - netcast.Пошук тендера по ідентифікатору ${ARGUMENTS[0]} ${ARGUMENTS[1]} 284 + dzo.Пошук тендера по ідентифікатору ${ARGUMENTS[0]} ${ARGUMENTS[1]}
285 Execute Javascript window.scroll(1500,1500) 285 Execute Javascript window.scroll(1500,1500)
286 Wait Until Page Contains Element xpath=//a[@class='reverse openCPart'][span[text()='Обговорення']] 20 286 Wait Until Page Contains Element xpath=//a[@class='reverse openCPart'][span[text()='Обговорення']] 20
287 Click Element xpath=//a[@class='reverse openCPart'][span[text()='Обговорення']] 287 Click Element xpath=//a[@class='reverse openCPart'][span[text()='Обговорення']]
@@ -301,7 +301,7 @@ Set Multi Ids @@ -301,7 +301,7 @@ Set Multi Ids
301 ${description}= Get From Dictionary ${ARGUMENTS[2].data} description 301 ${description}= Get From Dictionary ${ARGUMENTS[2].data} description
302 302
303 Selenium2Library.Switch Browser ${ARGUMENTS[0]} 303 Selenium2Library.Switch Browser ${ARGUMENTS[0]}
304 - netcast.Пошук тендера по ідентифікатору ${ARGUMENTS[0]} ${ARGUMENTS[1]} 304 + dzo.Пошук тендера по ідентифікатору ${ARGUMENTS[0]} ${ARGUMENTS[1]}
305 sleep 1 305 sleep 1
306 Execute Javascript window.scroll(1500,1500) 306 Execute Javascript window.scroll(1500,1500)
307 Click Element xpath=//a[@class='reverse openCPart'][span[text()='Скарги']] 307 Click Element xpath=//a[@class='reverse openCPart'][span[text()='Скарги']]
@@ -322,7 +322,7 @@ Set Multi Ids @@ -322,7 +322,7 @@ Set Multi Ids
322 ${description}= Get From Dictionary ${ARGUMENTS[2].data} description 322 ${description}= Get From Dictionary ${ARGUMENTS[2].data} description
323 323
324 Selenium2Library.Switch Browser ${ARGUMENTS[0]} 324 Selenium2Library.Switch Browser ${ARGUMENTS[0]}
325 - netcast.Пошук тендера по ідентифікатору ${ARGUMENTS[0]} ${ARGUMENTS[1]} 325 + dzo.Пошук тендера по ідентифікатору ${ARGUMENTS[0]} ${ARGUMENTS[1]}
326 sleep 1 326 sleep 1
327 Execute Javascript window.scroll(1500,1500) 327 Execute Javascript window.scroll(1500,1500)
328 Click Element xpath=//a[@class='reverse openCPart'][span[text()='Скарги']] 328 Click Element xpath=//a[@class='reverse openCPart'][span[text()='Скарги']]
@@ -358,7 +358,7 @@ Set Multi Ids @@ -358,7 +358,7 @@ Set Multi Ids
358 ... ${ARGUMENTS[1]} = tenderUaId 358 ... ${ARGUMENTS[1]} = tenderUaId
359 359
360 Selenium2Library.Switch Browser ${ARGUMENTS[0]} 360 Selenium2Library.Switch Browser ${ARGUMENTS[0]}
361 - netcast.Пошук тендера по ідентифікатору ${ARGUMENTS[0]} ${ARGUMENTS[1]} 361 + dzo.Пошук тендера по ідентифікатору ${ARGUMENTS[0]} ${ARGUMENTS[1]}
362 Reload Page 362 Reload Page
363 363
364 отримати інформацію із тендера 364 отримати інформацію із тендера
@@ -479,31 +479,31 @@ Set Multi Ids @@ -479,31 +479,31 @@ Set Multi Ids
479 [return] ${unitCode} 479 [return] ${unitCode}
480 480
481 отримати інформацію про procuringEntity.name 481 отримати інформацію про procuringEntity.name
482 - Log | Viewer can't see this information on Netcast console=yes 482 + Log | Viewer can't see this information on DZO console=yes
483 483
484 отримати інформацію про enquiryPeriod.startDate 484 отримати інформацію про enquiryPeriod.startDate
485 - Log | Viewer can't see this information on Netcast console=yes 485 + Log | Viewer can't see this information on DZO console=yes
486 486
487 отримати інформацію про tenderPeriod.startDate 487 отримати інформацію про tenderPeriod.startDate
488 - Log | Viewer can't see this information on Netcast console=yes 488 + Log | Viewer can't see this information on DZO console=yes
489 489
490 отримати інформацію про items[0].deliveryLocation.longitude 490 отримати інформацію про items[0].deliveryLocation.longitude
491 - Log | Viewer can't see this information on Netcast console=yes 491 + Log | Viewer can't see this information on DZO console=yes
492 492
493 отримати інформацію про items[0].deliveryLocation.latitude 493 отримати інформацію про items[0].deliveryLocation.latitude
494 - Log | Viewer can't see this information on Netcast console=yes 494 + Log | Viewer can't see this information on DZO console=yes
495 495
496 отримати інформацію про items[0].deliveryAddress.postalCode 496 отримати інформацію про items[0].deliveryAddress.postalCode
497 - Log | Viewer can't see this information on Netcast console=yes 497 + Log | Viewer can't see this information on DZO console=yes
498 498
499 отримати інформацію про items[0].deliveryAddress.locality 499 отримати інформацію про items[0].deliveryAddress.locality
500 - Log | Viewer can't see this information on Netcast console=yes 500 + Log | Viewer can't see this information on DZO console=yes
501 501
502 отримати інформацію про items[0].deliveryAddress.streetAddress 502 отримати інформацію про items[0].deliveryAddress.streetAddress
503 - Log | Viewer can't see this information on Netcast console=yes 503 + Log | Viewer can't see this information on DZO console=yes
504 504
505 отримати інформацію про items[0].deliveryAddress.region 505 отримати інформацію про items[0].deliveryAddress.region
506 - Log | Viewer can't see this information on Netcast console=yes 506 + Log | Viewer can't see this information on DZO console=yes
507 507
508 отримати інформацію про items[0].unit.name 508 отримати інформацію про items[0].unit.name
509 - Log | Viewer can't see this information on Netcast console=yes 509 + Log | Viewer can't see this information on DZO console=yes
@@ -32,14 +32,14 @@ E-tender: @@ -32,14 +32,14 @@ E-tender:
32 provider1: E-tender_Provider2 32 provider1: E-tender_Provider2
33 viewer: E-tender_Viewer 33 viewer: E-tender_Viewer
34 timeout_on_wait: 600 34 timeout_on_wait: 600
35 -Netcast:  
36 - keywords_file: netcast 35 +DZO:
  36 + keywords_file: dzo
37 login: admin 37 login: admin
38 password: uStudio 38 password: uStudio
39 roles: 39 roles:
40 - tender_owner: Netcast_Owner  
41 - provider: Netcast_Provider1  
42 - viewer: Netcast_Viewer 40 + tender_owner: DZO_Owner
  41 + provider: DZO_Provider1
  42 + viewer: DZO_Viewer
43 Newtend: 43 Newtend:
44 keywords_file: newtend 44 keywords_file: newtend
45 roles: 45 roles:
@@ -41,24 +41,24 @@ users: @@ -41,24 +41,24 @@ users:
41 browser: chrome 41 browser: chrome
42 position: [0, 0] 42 position: [0, 0]
43 size: [640, 450] 43 size: [640, 450]
44 - Netcast_Owner:  
45 - broker: Netcast 44 + DZO_Owner:
  45 + broker: DZO
46 homepage: "http://dz2.byustudio.in.ua" 46 homepage: "http://dz2.byustudio.in.ua"
47 login: ovramet.s@gmail.com 47 login: ovramet.s@gmail.com
48 password: Password1 48 password: Password1
49 browser: chrome 49 browser: chrome
50 position: [0, 0] 50 position: [0, 0]
51 size: [700, 800] 51 size: [700, 800]
52 - Netcast_Provider1:  
53 - broker: Netcast 52 + DZO_Provider1:
  53 + broker: DZO
54 homepage: "http://dz2.byustudio.in.ua" 54 homepage: "http://dz2.byustudio.in.ua"
55 login: halyna.khimka@gmail.com 55 login: halyna.khimka@gmail.com
56 password: JHO5VUp5n 56 password: JHO5VUp5n
57 browser: chrome 57 browser: chrome
58 position: [0, 0] 58 position: [0, 0]
59 size: [600, 800] 59 size: [600, 800]
60 - Netcast_Viewer:  
61 - broker: Netcast 60 + DZO_Viewer:
  61 + broker: DZO
62 homepage: "http://dz2.byustudio.in.ua" 62 homepage: "http://dz2.byustudio.in.ua"
63 browser: chrome 63 browser: chrome
64 position: [0, 0] 64 position: [0, 0]
Please register or login to post a comment