From bf2881ca29b76802b5fca6b982f22cbd68c67af6 Mon Sep 17 00:00:00 2001 From: carolynequinn <44175553+carolynequinn@users.noreply.github.com> Date: Mon, 4 Feb 2019 09:46:29 +0000 Subject: [PATCH 1/2] Adding new page on UAT environment We need to have an external page which talks about UAT, as agreed with marketing this should be on docs.corda.net rather than elsewhere. The idea is that this cannot be corda.network since UAT is part of R3, not the Foundation. --- docs/source/corda-network/UAT.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/source/corda-network/UAT.md diff --git a/docs/source/corda-network/UAT.md b/docs/source/corda-network/UAT.md new file mode 100644 index 0000000000..15e19bc712 --- /dev/null +++ b/docs/source/corda-network/UAT.md @@ -0,0 +1,10 @@ +Corda Network: UAT Environment +============================= + +For owners of tested CorDapps with a firm plan to take them into production, a bespoke UAT environment can be provided by R3 (generally, a commercal agreement will need to be in place). Here, such CorDapps can be further tested in the network configuration they will experience in production, utilising relevant Corda Network Services (including the Identity Operator, and trusted notaries). + +Corda UAT is not intended for customers' full test cycles, as it is expected that the bulk of CorDapp testing will occur in simpler network configurations run by the CorDapp provider, but is available for testing of functionally complete and tested CorDapps in realistic network settings to simulate the real-world business environment, including the production settings of network parameters, Corda network services and supported Corda versions. + +UAT is therefore more aligned to the testing of the operational characteristics of networked CorDapps rather than their specific functional features, although we recognise there can be overlap between the two. Realistic test data is therefore expected to be used and may include data copied from production environments and hence representing real world entities and business activities. It will be up to the introducer of such data to ensure that all relevant data protection legislation is complied with and, in particular, that the terms and conditions under which Corda Network Services processes such data is suitable for their needs. All test data will be cleared down from Corda Network Services on the completion of testing. + +More information about UAT will continue to be uploaded on this site or related sub-sites. From 18a1d93e6d418e0edb154306e437bf0023dcae77 Mon Sep 17 00:00:00 2001 From: carolynequinn <44175553+carolynequinn@users.noreply.github.com> Date: Mon, 11 Feb 2019 10:56:02 +0000 Subject: [PATCH 2/2] Update UAT.md --- docs/source/corda-network/UAT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/corda-network/UAT.md b/docs/source/corda-network/UAT.md index 15e19bc712..a45103a7b1 100644 --- a/docs/source/corda-network/UAT.md +++ b/docs/source/corda-network/UAT.md @@ -1,7 +1,7 @@ Corda Network: UAT Environment ============================= -For owners of tested CorDapps with a firm plan to take them into production, a bespoke UAT environment can be provided by R3 (generally, a commercal agreement will need to be in place). Here, such CorDapps can be further tested in the network configuration they will experience in production, utilising relevant Corda Network Services (including the Identity Operator, and trusted notaries). +For owners of tested CorDapps with a firm plan to take them into production, a bespoke UAT environment is provided by R3 (generally, a commercal agreement will need to be in place). Here, such CorDapps can be further tested in the network configuration they will experience in production, utilising relevant Corda Network Services (including the Identity Operator, and trusted notaries). Corda UAT is not intended for customers' full test cycles, as it is expected that the bulk of CorDapp testing will occur in simpler network configurations run by the CorDapp provider, but is available for testing of functionally complete and tested CorDapps in realistic network settings to simulate the real-world business environment, including the production settings of network parameters, Corda network services and supported Corda versions.