Skip to content
Snippets Groups Projects
Commit e80db659 authored by Rosen Georgiev's avatar Rosen Georgiev
Browse files

Uploading testing framework to project

parent 4cb0ee5a
No related branches found
No related tags found
1 merge request!2Uploading testing framework to project
Showing
with 567 additions and 0 deletions
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
{
"missing_child": {
"entityUUID": "80e41b47-d8cc-44a2-b696-59a0e1d19a60"
},
"empty_child": {
"childUUID": "",
"entityUUID": "80e41b47-d8cc-44a2-b696-59a0e1d19a60"
},
"invalid_uuid_child": {
"childUUID": "80e41b47-d8cc-44a2-b696",
"entityUUID": "80e41b47-d8cc-44a2-b696-59a0e1d19a60"
},
"missing_entityuuid": {
"childUUID": "80e41b47-d8cc-44a2-b696-59a0e1d19a60"
},
"empty_entityuuid": {
"childUUID": "80e41b47-d8cc-44a2-b696-59a0e1d19a60",
"entityUUID": ""
},
"invalid_uuid_entityuuid": {
"childUUID": "80e41b47-d8cc-44a2-b696-59a0e1d19a60",
"entityUUID": "80e41b47-d8cc-44a2-b696"
},
"non_existing_uuid": {
"childUUID": "5fa2c680-850b-11e8-adc0-fa7ae01bbebc",
"entityUUID": "5fa2cb76-850b-11e8-adc0-fa7ae01bbebc"
}
}
\ No newline at end of file
{
"create_private": {
"claim": "age",
"value": "23",
"tag": "ageValue",
"access": "ACCESS_TYPE_PRIVATE",
"valueType": "non-composite",
"entityuuid": "d5a7c5c4-75cc-43ae-95d0-c2d0eead21d8"
},
"create_invitational": {
"claim": "age",
"value": "23",
"tag": "ageValue",
"access": "ACCESS_TYPE_INVITATIONAL",
"valueType": "non-composite",
"entityuuid": "d5a7c5c4-75cc-43ae-95d0-c2d0eead21d8"
},
"valueType_composite": {
"claim": "age",
"value": "{\"age\":\"25\",\"olderThen\":\"18\"}",
"tag": "ageValue",
"access": "ACCESS_TYPE_INVITATIONAL",
"valueType": "composite",
"entityuuid": "1f4f0f01-07cd-47aa-aa8e-1ff1797a7733"
},
"valueType_updated_composite": {
"claim": "age",
"value": "{\"age\":\"33\",\"olderThen\":\"18\"}",
"tag": "ageValue",
"access": "ACCESS_TYPE_INVITATIONAL",
"valueType": "composite",
"entityuuid": "1f4f0f01-07cd-47aa-aa8e-1ff1797a7733"
},
"missing_tag": {
"claim": "age",
"value": "23",
"access": "ACCESS_TYPE_PRIVATE",
"valueType": "non-composite",
"entityuuid": "d5a7c5c4-75cc-43ae-95d0-c2d0eead21d8"
},
"nonexistent_claim": {
"claim": "gender",
"value": "male",
"tag": "genderValue",
"access": "ACCESS_TYPE_PRIVATE",
"valueType": "non-composite",
"entityuuid": "d5a7c5c4-75cc-43ae-95d0-c2d0eead21d8"
},
"missing_claim": {
"value": "23",
"tag": "ageValue",
"access": "ACCESS_TYPE_PRIVATE",
"valueType": "non-composite",
"entityuuid": "d5a7c5c4-75cc-43ae-95d0-c2d0eead21d8"
},
"missing_value": {
"claim": "age",
"tag": "ageValue",
"access": "ACCESS_TYPE_PRIVATE",
"valueType": "non-composite",
"entityuuid": "d5a7c5c4-75cc-43ae-95d0-c2d0eead21d8"
},
"missing_access": {
"claim": "age",
"value": "23",
"tag": "ageValue",
"valueType": "non-composite",
"entityuuid": "d5a7c5c4-75cc-43ae-95d0-c2d0eead21d8"
},
"missing_entityuuid": {
"claim": "age",
"value": "23",
"tag": "ageValue",
"valueType": "non-composite",
"access": "ACCESS_TYPE_PRIVATE"
},
"missing_valueType": {
"claim": "age",
"value": "23",
"tag": "ageValue",
"entityuuid": "d5a7c5c4-75cc-43ae-95d0-c2d0eead21d8",
"access": "ACCESS_TYPE_PRIVATE"
},
"invalid_access": {
"claim": "age",
"value": "23",
"tag": "ageValue",
"access": "ACCESS_TYPE_INVALID",
"valueType": "non-composite"
},
"passportName": {
"claim": "passportName",
"value": "TestPassportName",
"tag": "passportNameTag",
"access": "ACCESS_TYPE_PRIVATE",
"valueType": "non-composite",
"entityuuid": "d5a7c5c4-75cc-43ae-95d0-c2d0eead21d8"
},
"selenium_notValidated_email": {
"claim": "emails",
"tag": "addedEmail",
"value": "notValidated@example.com",
"access": "ACCESS_TYPE_PRIVATE",
"valueType": "non-composite"
},
"selenium_date_of_birth": {
"claim": "date of birth",
"tag": "addedDateOfBirth",
"value": "1546300800",
"access": "ACCESS_TYPE_PRIVATE",
"valueType": "non-composite"
},
"selenium_not_validated_email_profile": {
"claim": "passportName",
"tag": "notag",
"value": "NotValidatedEmail",
"access": "ACCESS_TYPE_PRIVATE",
"valueType": "non-composite"
},
"selenium_no_claims_profile": {
"claim": "passportName",
"tag": "notag",
"value": "No Claims",
"access": "ACCESS_TYPE_PRIVATE",
"valueType": "non-composite"
},
"selenium_name_only_profile": {
"claim": "passportName",
"tag": "notag",
"value": "Name Only",
"access": "ACCESS_TYPE_PRIVATE",
"valueType": "non-composite"
},
"selenium_contacts_profile": {
"claim": "passportName",
"tag": "notag",
"value": "Contacts",
"access": "ACCESS_TYPE_PRIVATE",
"valueType": "non-composite"
}
}
\ No newline at end of file
{
"create": {
"companyContactEmail": "hr@vereign.com",
"companyName": "Vereign",
"companyBillingAddress": "Google Ave. Seattle, WA, USA",
"companyAddress": "Google Ave. Seattlt, WA, USA",
"companyVATNumber": "BG123456789",
"companyContactName": "Ivan Djeferov",
"companyContactNumber": "+359999"
},
"empty_email": {
"companyContactEmail": "",
"companyName": "Vereign",
"companyBillingAddress": "Google Ave. Seattle, WA, USA",
"companyAddress": "Google Ave. Seattlt, WA, USA",
"companyVATNumber": "BG123456789",
"companyContactName": "Ivan Djeferov",
"companyContactNumber": "+359999"
},
"missing_email": {
"companyName": "Vereign",
"companyBillingAddress": "Google Ave. Seattle, WA, USA",
"companyAddress": "Google Ave. Seattlt, WA, USA",
"companyVATNumber": "BG123456789",
"companyContactName": "Ivan Djeferov",
"companyContactNumber": "+359999"
},
"empty_name": {
"companyContactEmail": "hr@vereign.com",
"companyName": "",
"companyBillingAddress": "Google Ave. Seattle, WA, USA",
"companyAddress": "Google Ave. Seattlt, WA, USA",
"companyVATNumber": "BG123456789",
"companyContactName": "Ivan Djeferov",
"companyContactNumber": "+359999"
},
"missing_name": {
"companyContactEmail": "hr@vereign.com",
"companyBillingAddress": "Google Ave. Seattle, WA, USA",
"companyAddress": "Google Ave. Seattlt, WA, USA",
"companyVATNumber": "BG123456789",
"companyContactName": "Ivan Djeferov",
"companyContactNumber": "+359999"
},
"empty_billingAddress": {
"companyContactEmail": "hr@vereign.com",
"companyName": "Vereign",
"companyBillingAddress": "",
"companyAddress": "Google Ave. Seattlt, WA, USA",
"companyVATNumber": "BG123456789",
"companyContactName": "Ivan Djeferov",
"companyContactNumber": "+359999"
},
"missing_billingAddress": {
"companyContactEmail": "hr@vereign.com",
"companyName": "Vereign",
"companyAddress": "Google Ave. Seattlt, WA, USA",
"companyVATNumber": "BG123456789",
"companyContactName": "Ivan Djeferov",
"companyContactNumber": "+359999"
},
"empty_address": {
"companyContactEmail": "hr@vereign.com",
"companyName": "Vereign",
"companyBillingAddress": "Google Ave. Seattle, WA, USA",
"companyAddress": "",
"companyVATNumber": "BG123456789",
"companyContactName": "Ivan Djeferov",
"companyContactNumber": "+359999"
},
"missing_address": {
"companyContactEmail": "hr@vereign.com",
"companyName": "Vereign",
"companyBillingAddress": "Google Ave. Seattle, WA, USA",
"companyVATNumber": "BG123456789",
"companyContactName": "Ivan Djeferov",
"companyContactNumber": "+359999"
},
"empty_VAT": {
"companyContactEmail": "hr@vereign.com",
"companyName": "Vereign",
"companyBillingAddress": "Google Ave. Seattle, WA, USA",
"emptyVAT": "",
"companyContactName": "Ivan Djeferov",
"companyContactNumber": "+359999"
},
"missing_VAT": {
"companyContactEmail": "hr@vereign.com",
"companyName": "Vereign",
"companyBillingAddress": "Google Ave. Seattle, WA, USA",
"companyAddress": "Google Ave. Seattlt, WA, USA",
"companyContactName": "Ivan Djeferov",
"companyContactNumber": "+359999"
},
"empty_contactName": {
"companyContactEmail": "hr@vereign.com",
"companyName": "Vereign",
"companyBillingAddress": "Google Ave. Seattle, WA, USA",
"companyAddress": "Google Ave. Seattlt, WA, USA",
"companyVATNumber": "BG123456789",
"companyContactName": "",
"companyContactNumber": "+359999"
},
"missing_contactName": {
"companyContactEmail": "hr@vereign.com",
"companyName": "Vereign",
"companyBillingAddress": "Google Ave. Seattle, WA, USA",
"companyAddress": "Google Ave. Seattlt, WA, USA",
"companyVATNumber": "BG123456789",
"companyContactNumber": "+359999"
},
"empty_contactNumber": {
"companyContactEmail": "hr@vereign.com",
"companyName": "Vereign",
"companyBillingAddress": "Google Ave. Seattle, WA, USA",
"companyAddress": "Google Ave. Seattlt, WA, USA",
"companyVATNumber": "BG123456789",
"companyContactName": "Ivan Djeferov",
"companyContactNumber": ""
},
"missing_contactNumber": {
"companyContactEmail": "hr@vereign.com",
"companyName": "Vereign",
"companyBillingAddress": "Google Ave. Seattle, WA, USA",
"companyAddress": "Google Ave. Seattlt, WA, USA",
"companyVATNumber": "BG123456789",
"companyContactName": "Ivan Djeferov"
}
}
\ No newline at end of file
{
"empty_claim": {
"claim": "",
"tag":"ageValue",
"entityuuid": "d5a7c5c4-75cc-43ae-95d0-c2d0eead21d8"
},
"empty_entityuuid": {
"claim": "age",
"tag":"ageValue",
"entityuuid": ""
},
"missing_claim": {
"tag":"ageValue",
"entityuuid": "d5a7c5c4-75cc-43ae-95d0-c2d0eead21d8"
},
"missing_entityuuid": {
"tag":"ageValue",
"claim": "age"
},
"empty_tag": {
"claim": "age",
"tag":"",
"entityuuid": "d5a7c5c4-75cc-43ae-95d0-c2d0eead21d8"
},
"missing_tag": {
"claim": "age",
"entityuuid": "d5a7c5c4-75cc-43ae-95d0-c2d0eead21d8"
}
}
\ No newline at end of file
{
"create": {
"firstName": "John",
"lastName": "Smith",
"email": "john.smith@bestbk.commm",
"phone": "+3123123",
"employeeNumber": "112233",
"roles":["Senior Software Developer"],
"permissions":["user"],
"companyUUID": "4fadfa40-9f23-4048-87a2-9a8b78135bff",
"jobTitle": "Software Developer",
"location": "Bulgaria",
"address": "Sofia, Bulgaria"
},
"empty_firstName": {
"firstName": "",
"lastName": "Smith",
"email": "john.smith@bestbk.commm",
"phone": "+3123123",
"employeeNumber": "112233",
"roles":["Senior Software Developer"],
"permissions":["user"],
"companyUUID": "4fadfa40-9f23-4048-87a2-9a8b78135bff",
"jobTitle": "Software Developer",
"location": "Bulgaria",
"address": "Sofia, Bulgaria"
},
"missing_firstName": {
"lastName": "Smith",
"email": "john.smith@bestbk.commm",
"phone": "+3123123",
"employeeNumber": "112233",
"roles":["Senior Software Developer"],
"permissions":["user"],
"companyUUID": "4fadfa40-9f23-4048-87a2-9a8b78135bff",
"jobTitle": "Software Developer",
"location": "Bulgaria",
"address": "Sofia, Bulgaria"
},
"empty_lastName": {
"firstName": "John",
"lastName": "",
"email": "john.smith@bestbk.commm",
"phone": "+3123123",
"employeeNumber": "112233",
"roles":["Senior Software Developer"],
"permissions":["user"],
"companyUUID": "4fadfa40-9f23-4048-87a2-9a8b78135bff",
"jobTitle": "Software Developer",
"location": "Bulgaria",
"address": "Sofia, Bulgaria"
},
"missing_lastName": {
"firstName": "John",
"email": "john.smith@bestbk.commm",
"phone": "+3123123",
"employeeNumber": "112233",
"roles":["Senior Software Developer"],
"permissions":["user"],
"companyUUID": "4fadfa40-9f23-4048-87a2-9a8b78135bff",
"jobTitle": "Software Developer",
"location": "Bulgaria",
"address": "Sofia, Bulgaria"
},
"empty_email": {
"firstName": "John",
"lastName": "Smith",
"email": "",
"phone": "+3123123",
"employeeNumber": "112233",
"roles":["Senior Software Developer"],
"permissions":["user"],
"companyUUID": "4fadfa40-9f23-4048-87a2-9a8b78135bff",
"jobTitle": "Software Developer",
"location": "Bulgaria",
"address": "Sofia, Bulgaria"
},
"missing_email": {
"firstName": "John",
"lastName": "Smith",
"phone": "+3123123",
"employeeNumber": "112233",
"roles":["Senior Software Developer"],
"permissions":["user"],
"companyUUID": "4fadfa40-9f23-4048-87a2-9a8b78135bff",
"jobTitle": "Software Developer",
"location": "Bulgaria",
"address": "Sofia, Bulgaria"
},
"empty_phone": {
"firstName": "John",
"lastName": "Smith",
"email": "john.smith@bestbk.commm",
"phone": "",
"employeeNumber": "112233",
"roles":["Senior Software Developer"],
"permissions":["user"],
"companyUUID": "4fadfa40-9f23-4048-87a2-9a8b78135bff",
"jobTitle": "Software Developer",
"location": "Bulgaria",
"address": "Sofia, Bulgaria"
},
"missing_phone": {
"firstName": "John",
"lastName": "Smith",
"email": "john.smith@bestbk.commm",
"employeeNumber": "112233",
"roles":["Senior Software Developer"],
"permissions":["user"],
"companyUUID": "4fadfa40-9f23-4048-87a2-9a8b78135bff",
"jobTitle": "Software Developer",
"location": "Bulgaria",
"address": "Sofia, Bulgaria"
},
"empty_employeeNumber": {
"firstName": "John",
"lastName": "Smith",
"email": "john.smith@bestbk.commm",
"phone": "+3123123",
"employeeNumber": "",
"roles":["Senior Software Developer"],
"permissions":["user"],
"companyUUID": "4fadfa40-9f23-4048-87a2-9a8b78135bff",
"jobTitle": "Software Developer",
"location": "Bulgaria",
"address": "Sofia, Bulgaria"
},
"missing_employeeNumber": {
"firstName": "John",
"lastName": "Smith",
"email": "john.smith@bestbk.commm",
"phone": "+3123123",
"roles":["Senior Software Developer"],
"permissions":["user"],
"companyUUID": "4fadfa40-9f23-4048-87a2-9a8b78135bff",
"jobTitle": "Software Developer",
"location": "Bulgaria",
"address": "Sofia, Bulgaria"
},
"missing_roles": {
"firstName": "John",
"lastName": "Smith",
"email": "john.smith@bestbk.commm",
"phone": "+3123123",
"employeeNumber": "112233",
"permissions":["user"],
"companyUUID": "4fadfa40-9f23-4048-87a2-9a8b78135bff",
"jobTitle": "Software Developer",
"location": "Bulgaria",
"address": "Sofia, Bulgaria"
},
"missing_permissions": {
"firstName": "John",
"lastName": "Smith",
"email": "john.smith@bestbk.commm",
"phone": "+3123123",
"employeeNumber": "112233",
"roles":["Senior Software Developer"],
"companyUUID": "4fadfa40-9f23-4048-87a2-9a8b78135bff",
"jobTitle": "Software Developer",
"location": "Bulgaria",
"address": "Sofia, Bulgaria"
},
"empty_companyUUID": {
"firstName": "John",
"lastName": "Smith",
"email": "john.smith@bestbk.commm",
"phone": "+3123123",
"employeeNumber": "112233",
"roles":["Senior Software Developer"],
"permissions":["user"],
"companyUUID": "",
"jobTitle": "Software Developer",
"location": "Bulgaria",
"address": "Sofia, Bulgaria"
},
"missing_companyUUID": {
"firstName": "John",
"lastName": "Smith",
"email": "john.smith@bestbk.commm",
"phone": "+3123123",
"employeeNumber": "112233",
"roles":["Senior Software Developer"],
"permissions":["user"],
"jobTitle": "Software Developer",
"location": "Bulgaria",
"address": "Sofia, Bulgaria"
},
"nonexistent_companyUUID": {
"firstName": "John",
"lastName": "Smith",
"email": "john.smith@bestbk.commm",
"phone": "+3123123",
"employeeNumber": "112233",
"roles":["Senior Software Developer"],
"permissions":["user"],
"companyUUID": "4fadfa40-9f23-4048-87a2-9a8b78135bfb",
"jobTitle": "Software Developer",
"location": "Bulgaria",
"address": "Sofia, Bulgaria"
},
"empty_jobTitle": {
"firstName": "John",
"lastName": "Smith",
"email": "john.smith@bestbk.commm",
"phone": "+3123123",
"employeeNumber": "112233",
"roles":["Senior Software Developer"],
"permissions":["user"],
"companyUUID": "4fadfa40-9f23-4048-87a2-9a8b78135bff",
"jobTitle": "",
"location": "Bulgaria",
"address": "Sofia, Bulgaria"
},
"missing_jobTitle": {
"firstName": "John",
"lastName": "Smith",
"email": "john.smith@bestbk.commm",
"phone": "+3123123",
"employeeNumber": "112233",
"roles":["Senior Software Developer"],
"permissions":["user"],
"companyUUID": "4fadfa40-9f23-4048-87a2-9a8b78135bff",
"location": "Bulgaria",
"address": "Sofia, Bulgaria"
}
}
\ No newline at end of file
{
"empty_type": {
"type": "",
"uuid": "80e41b47-d8cc-44a2-b696-59a0e1d19a60"
},
"missing_type": {
"uuid": "80e41b47-d8cc-44a2-b696-59a0e1d19a60"
},
"type_7": {
"type": 7,
"uuid": "80e41b47-d8cc-44a2-b696-59a0e1d19a60"
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment