141
edits
Ghendricks (talk | contribs) No edit summary |
Ghendricks (talk | contribs) No edit summary |
||
Line 7: | Line 7: | ||
* Added [[Testopia:Documentation:XMLRPC:Apache |instructions]] for using Basic Authorization with an Apache server | * Added [[Testopia:Documentation:XMLRPC:Apache |instructions]] for using Basic Authorization with an Apache server | ||
* New [[Testopia:Documentation:XMLRPC:Query_Examples |query examples]] that do not use binary charts | * New [[Testopia:Documentation:XMLRPC:Query_Examples |query examples]] that do not use binary charts | ||
* New API [[ | * New API [[Testopia:Documentation:XMLRPC#Objects |objects]]: '''Build''', '''Product''', and '''User''' | ||
* New methods for [[Testopia:Documentation:XMLRPC:TestPlan |TestPlan]] object | * New methods for [[Testopia:Documentation:XMLRPC:TestPlan |TestPlan]] object | ||
* New parameters added for managing query result sizes. <b>pagesize</b> is used to set the number of records returned. The default is 24. <b>page</b> is used to return a page of results based on pagesize. The default value for page is zero. For example, setting page equal to zero will return the first 24 records. Setting page equal to 1 will return the second set of 24 records. | * New parameters added for managing query result sizes. <b>pagesize</b> is used to set the number of records returned. The default is 24. <b>page</b> is used to return a page of results based on pagesize. The default value for page is zero. For example, setting page equal to zero will return the first 24 records. Setting page equal to 1 will return the second set of 24 records. | ||
Line 28: | Line 28: | ||
|- | |- | ||
|} | |} | ||
==Requirements== | |||
Testopia's XMLRPC relies on Bugzilla's webservice which won't be generally available until Bugzilla 3.0. You will need to download and install the files found in Bugzilla/WebService. You can get the files from http://lxr.mozilla.org/bugzilla/source/Bugzilla/ | |||
==Project Description== | ==Project Description== |
edits