ole-qa-framework 3.3.0 → 3.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +8 -8
- data/CHANGELOG.md +11 -0
- data/lib/common/page.rb +19 -1
- data/lib/ole_qa_framework/VERSION.rb +1 -1
- data/lib/olefs/pages/invoice.rb +2 -1
- data/lib/olefs/pages/load_report.rb +2 -1
- data/lib/olefs/pages/purchase_order.rb +2 -1
- data/lib/olefs/pages/receiving_document.rb +2 -1
- data/lib/olefs/pages/requisition.rb +2 -1
- data/spec/common/page_spec.rb +7 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
MTNkZWU4YmE4NDQ3ZjUyZGFkYzA2OGNhZmU4ZTU0MDM4ZjE0YmViYw==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
NDQ2YzYwNGI3ZGExNTJjZWU2ZTY5NmJkNDI2MDlhZTMzOTNkOGY0YQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
Mjc5NjM3ZTgzN2E3NDAwNmY4NDg1M2ZiMWExMTcwMGE0Y2EyMjE2YmVkMjQx
|
10
|
+
NzU2MDAwMmMwZDk5ODM3ZTk0ZDI3ZWQ1YmUxZTRlM2EzYzczOGEwYzJkMGEw
|
11
|
+
NWIyMDhhODY3ZGRiZDgxMTJjZDJkZWU2Njc4MzgxYzY5MjI5YjY=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
ZjQ3ZjBhM2Q1NGU0ODEwMjU1NzY4N2I1N2U5ZDA1NjM1ZWE1ZDBkNzM4Mzlm
|
14
|
+
YThjMmMwZmRmNGJlNzE2MmI3YTdjNTc5OTQwZTdiMzhjNGFlZGI3MGExYjIz
|
15
|
+
MDg1ZWE4MWVjMzhhOGVmMTI3YWExNDRjODZlODA0NzU1NmE2ZDM=
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,14 @@
|
|
1
|
+
### v3.4.0 - 2013/11/26
|
2
|
+
|
3
|
+
* OLEFS E-Doc URLs
|
4
|
+
* Lookup URLs have been built in to the main page class
|
5
|
+
* Lookup URLs are provided for:
|
6
|
+
* Requisition
|
7
|
+
* Purchase Order
|
8
|
+
* Receiving Document
|
9
|
+
* Load Report
|
10
|
+
* Invoice
|
11
|
+
|
1
12
|
### v3.3.0 - 2013/11/26
|
2
13
|
|
3
14
|
* Data & Data Factories
|
data/lib/common/page.rb
CHANGED
@@ -30,9 +30,12 @@ module OLE_QA::Framework
|
|
30
30
|
|
31
31
|
# @param ole_session [Object] The OLE_QA::Framework::Session instance in which the page should load.
|
32
32
|
# @param url [String] The URL (if any) used to open the page. (Set to "" if unused.)
|
33
|
-
|
33
|
+
# @param lookup_url [String] The URL (if any) by which a document represented by the page can be opened.
|
34
|
+
# - The string must contain the replacement token '_DOC_ID_' where a document ID is to be inserted.
|
35
|
+
def initialize(ole_session, url, lookup_url = nil)
|
34
36
|
super(ole_session)
|
35
37
|
@url = url
|
38
|
+
@lookup_url = lookup_url
|
36
39
|
@wait_on = Array.new
|
37
40
|
@lines = Array.new
|
38
41
|
wait_for_elements if defined?(self.wait_for_elements)
|
@@ -50,6 +53,21 @@ module OLE_QA::Framework
|
|
50
53
|
wait_for_page_to_load
|
51
54
|
end
|
52
55
|
|
56
|
+
# Return the URL used to open a specific document by given document number.
|
57
|
+
def lookup_url(doc_id)
|
58
|
+
@lookup_url.nil? ? nil : (@ole.url + @lookup_url.gsub('_DOC_ID_', doc_id.to_s))
|
59
|
+
end
|
60
|
+
|
61
|
+
# Open the page by lookup URL and return true if successful, false if not.
|
62
|
+
def lookup(doc_id)
|
63
|
+
if !@lookup_url.nil?
|
64
|
+
@browser.goto(lookup_url(doc_id))
|
65
|
+
true
|
66
|
+
else
|
67
|
+
false
|
68
|
+
end
|
69
|
+
end
|
70
|
+
|
53
71
|
# Define this method on a subclass. Add element symbols to the @wait_on array.
|
54
72
|
# This will require the open method to wait for each of these elements to be present before it finishes.
|
55
73
|
# e.g.
|
data/lib/olefs/pages/invoice.rb
CHANGED
@@ -26,7 +26,8 @@ module OLE_QA::Framework::OLEFS
|
|
26
26
|
def initialize(ole_session)
|
27
27
|
url = ole_session.url + '/portal.do?channelTitle=Create&channelUrl='
|
28
28
|
url += ole_session.url + '/ole-kr-krad/OLEInvoice?viewId=OLEInvoiceDocumentView&methodToCall=docHandler&command=initiate&documentClass=org.kuali.ole.krad.transaction.documents.OLEInvoiceDocument'
|
29
|
-
|
29
|
+
lookup_url = "ole-kr-krad/OLEInvoice?viewId=OLEInvoiceDocumentView&methodToCall=docHandler&docId=_DOC_ID_&command=displayDocSearchView"
|
30
|
+
super(ole_session, url, lookup_url)
|
30
31
|
end
|
31
32
|
|
32
33
|
# Define basic invoice document screen elements.
|
@@ -20,7 +20,8 @@ module OLE_QA::Framework::OLEFS
|
|
20
20
|
def initialize(ole_session)
|
21
21
|
url = ole_session.url + 'portal.do?channelTitle=Load%20Reports&channelUrl=batchlookup.do?methodToCall=start&businessObjectClassName=org.kuali.ole.select.businessobject.OleLoadSumRecords&docFormKey=88888888&returnLocation='
|
22
22
|
url += ole_session.url + 'portal.do&hideReturnLink=true'
|
23
|
-
|
23
|
+
lookup_url = "acqBatchUpload.do?docId=_DOC_ID_&docTypeName=OLE_ACQBTHUPLOAD&methodToCall=docHandler&command=displayDocSearchView#topOfForm"
|
24
|
+
super(ole_session, url, lookup_url)
|
24
25
|
end
|
25
26
|
|
26
27
|
# Set load report screen elements.
|
@@ -20,7 +20,8 @@ module OLE_QA::Framework::OLEFS
|
|
20
20
|
# Initialize with a URL of OLE_QA::Framework::Session.url
|
21
21
|
# @note OLEFS Purchase Orders do not have a direct link to open new documents.
|
22
22
|
def initialize(ole_session)
|
23
|
-
|
23
|
+
lookup_url = '"purapOlePurchaseOrder.do?methodToCall=docHandler&docId=_DOC_ID_&command=displayDocSearchView#topOfForm"'
|
24
|
+
super(ole_session, ole_session.url, lookup_url)
|
24
25
|
end
|
25
26
|
|
26
27
|
# Create a new line item object on the purchase order.
|
@@ -17,7 +17,8 @@ module OLE_QA::Framework::OLEFS
|
|
17
17
|
class Receiving_Document < PURAP_Document
|
18
18
|
def initialize(ole_session)
|
19
19
|
new_receiving_doc_url = ole_session.url + 'portal.do?channelTitle=Receiving&channelUrl=selectOleLineItemReceiving.do?methodToCall=docHandler&command=initiate&docTypeName=OLE_RCVL'
|
20
|
-
|
20
|
+
lookup_url = "selectOleLineItemReceiving.do?methodToCall=docHandler&docId=_DOC_ID_&command=displayDocSearchView#topOfForm"
|
21
|
+
super(ole_session, new_receiving_doc_url, lookup_url)
|
21
22
|
end
|
22
23
|
|
23
24
|
# Create a new receiving line object on the receiving document.
|
@@ -18,7 +18,8 @@ module OLE_QA::Framework::OLEFS
|
|
18
18
|
# Set URL and initialize.
|
19
19
|
def initialize(ole_session)
|
20
20
|
new_requisition_url = ole_session.url + 'portal.do?channelTitle=Requisition&channelUrl=purapOleRequisition.do?methodToCall=docHandler&command=initiate&docTypeName=OLE_REQS'
|
21
|
-
|
21
|
+
lookup_url = "purapRequisition.do?methodToCall=docHandler&docId=_DOC_ID_&command=displayDocSearchView#topOfForm"
|
22
|
+
super(ole_session, new_requisition_url, lookup_url)
|
22
23
|
end
|
23
24
|
|
24
25
|
# Create a new line item object on the requisition.
|
data/spec/common/page_spec.rb
CHANGED
@@ -24,8 +24,9 @@ describe "A Page" do
|
|
24
24
|
|
25
25
|
class TestPage < OLE_QA::Framework::Page
|
26
26
|
def initialize(ole_session)
|
27
|
-
url
|
28
|
-
|
27
|
+
url = 'http://www.google.com'
|
28
|
+
lookup_url = '_DOC_ID_'
|
29
|
+
super(ole_session, url, lookup_url)
|
29
30
|
end
|
30
31
|
|
31
32
|
def set_elements
|
@@ -60,6 +61,10 @@ describe "A Page" do
|
|
60
61
|
@page.url.should == @ole.base_url
|
61
62
|
end
|
62
63
|
|
64
|
+
it 'should have a lookup URL' do
|
65
|
+
@google_page.lookup_url('21').should == @ole.base_url + '21'
|
66
|
+
end
|
67
|
+
|
63
68
|
it 'should wait for necessary elements to be present' do
|
64
69
|
@google_page.open.should be_true
|
65
70
|
@google_page.wait_for_page_to_load.should be_true
|