Commit Graph
1709 Commits
Author SHA1 Message Date
Valentin Popa eafcc41859 TAS-914 - REST API - valid site membership information request returns success status code 200 with Contributor role 2016-09-27 17:21:18 +03:00
Cristina Jalba daa26d1a91 TAS-903 postComment with admin 2016-09-27 17:21:07 +03:00
Valentin Popa 35195c024e TAS-913 - REST API - valid site membership information request returns success status code 200 with Collaborator role 2016-09-27 17:19:49 +03:00
Valentin Popa a223bd893c TAS-912 - REST API - valid site membership information request returns success status code 200 with Manager role 2016-09-27 17:16:17 +03:00
Cristina Axinte 4bd3fe1b1d Renamed test class and moved it to a new package 2016-09-27 17:10:47 +03:00
Cristina Axinte 84cc427d1c TAS-713 getNetwork API tests 2016-09-27 17:00:48 +03:00
Iulia Nechita 16758317b8 TAS-897 getSite with admin user 2016-09-27 16:52:30 +03:00
Iulia Nechita 4f6107294f TAS-896 getSite with Consumer role 2016-09-27 16:51:51 +03:00
Iulia Nechita 8992be8755 TAS-895 getSite with Contributor role 2016-09-27 16:50:51 +03:00
Iulia Nechita c4a3a3f6d0 TAS-894 getSite with Collaborator role 2016-09-27 16:50:10 +03:00
Iulia Nechita 5fe8c016e8 TAS-893 getSite with Manager role 2016-09-27 16:49:08 +03:00
Cristina Jalba e8a4e73cb6 TAS-863 getComment created by another user 2016-09-27 16:39:22 +03:00
Cristina Jalba bcf916fe5a TAS-857 failed authentication call returns status code 401 with Manager role 2016-09-27 16:38:24 +03:00
Cristina Jalba 3ac827ccc9 TAS-855 getComment with Consumer 2016-09-27 16:36:32 +03:00
Cristina Jalba 1f4b9752ce TAS-854 getComment with Collaborator 2016-09-27 16:35:45 +03:00
Cristina Jalba c0b4eadab0 TAS-853 getComment with Contributor 2016-09-27 16:34:29 +03:00
Cristina Jalba e54d1c7f87 TAS-851 getComment with Manager 2016-09-27 16:32:31 +03:00
Cristina Jalba 67b46759a2 TAS-856 getComment with admin 2016-09-27 16:29:54 +03:00
Iulia Nechita 7441b807cb TAS-860 getSites with admin user 2016-09-27 16:20:23 +03:00
Iulia Nechita c74603a819 TAS-859 getSites with Consumer role 2016-09-27 16:19:36 +03:00
Iulia Nechita 0682284770 TAS-858 getSites with Contributor role 2016-09-27 16:17:27 +03:00
Iulia Nechita 2c640e1e70 TAS-849 getSite with Collaborator role 2016-09-27 16:16:31 +03:00
Iulia Nechita 8e49b9108b TAS-848 getSites with Manager role 2016-09-27 16:14:23 +03:00
Paul Brodner 7db30c75da fix typo 2016-09-27 16:02:44 +03:00
Valentin Popa 093d38d53b Add support for site membership request 2016-09-27 15:14:11 +03:00
Cristina Axinte 186f96cf7e Creating input data for tests 2016-09-26 14:06:13 +03:00
cnechifor bbd2b7ff73 organised the packages 2016-09-26 12:12:32 +03:00
bogdanbocancea 5146c2f3fc update test with the new ContentModel 2016-09-23 10:23:16 +03:00
Paul Brodner 23aa877f1a added jolokia properties 2016-09-22 16:01:49 +03:00
Paul Brodner e002a901eb remove steps 2016-09-18 23:03:14 +03:00
cnechifor 18bf405462 added read.md 2016-09-16 18:50:15 +03:00
cnechifor 4eaebd717d adde description for tests 2016-09-16 12:19:49 +03:00
cnechifor 56493284dc TAS-437 added TestRail annotation 2016-09-09 15:55:29 +03:00
Valentin Popa 5bb07e9f4d Formatting, change test names 2016-09-02 16:57:19 +03:00
Paul Brodner 932ddb2e02 update Document to FileModel 2016-09-02 12:34:53 +03:00
Paul Brodner 00169fcc9c update based on DSL 2016-09-02 12:30:17 +03:00
Valentin Popa d1037f13d7 TAS-387 Add support for JSON schema validation 2016-09-02 11:51:57 +03:00
Valentin Popa da16d2c241 Updates to REST API - formatting, additional assertions, fix suite 2016-08-31 12:03:37 +03:00
Paul Brodner 5cccdaf80b small refactoring: using helper of DataContent for creation of files 2016-08-30 20:37:49 +03:00
Valentin Popa 477e545be6 Updates to REST API framework - javadocs, updates to API calls 2016-08-30 13:30:42 +03:00
Valentin Popa 9e028dd20f Added support for update site member role and delete site member | Add test for update/delete site member 2016-08-24 16:17:14 +03:00
Valentin Popa b7e64e0851 Updates to sanity suite, remove sample tests 2016-08-24 15:03:12 +03:00
Valentin Popa 5f2937197c Added tests for demo | Add getSiteMember/getSiteMembers calls | Assertions for Comments API | Assertions for Site Members API 2016-08-24 14:47:44 +03:00
Valentin Popa 5f106f7f79 Small updates to REST API framework 2016-08-16 14:56:56 +03:00
Paul Brodner fede1b6418 TAS-345 update package imports 2016-08-16 11:34:03 +03:00
Valentin Popa eacab1602b PUT request sample for comments API 2016-08-09 17:15:41 +03:00
Valentin Popa d842f6b268 Add new site member 2016-08-09 12:25:20 +03:00
Valentin Popa 8523f1a98f Add comments API tests | Fix requests with/without body 2016-08-09 11:21:45 +03:00
Paul Brodner 902f6fe271 TAS-188 add RestRequest and sample test 2016-08-08 11:07:47 +03:00
Paul Brodner 87dcc5b7e9 renamings 2016-08-07 20:58:52 +03:00