Hi Neeraj, For the task of accessing a service, passing data in and parsing the responses, you should take a look at requests:
http://docs.python-requests.org/en/latest/ It's very well written and has a lot of examples. Here are the docs on authentication: http://docs.python-requests.org/en/latest/user/authentication/ On 17 July 2014 16:14, Mark Frimston <[email protected]> wrote: > Hi Neeraj > > Not sure about your requirement for the scripts to be standalone, but I > stumbled upon this python testing framework recently called Tapi, that > might be of use to you: > > http://tapi.readthedocs.org/en/latest/index.html > > > - Mark > > > On 12 July 2014 14:14, neeraj bakhtani <[email protected]> wrote: > >> Hi folks, >> This is Neeraj , I want to develop some standalone python Scripts to Test >> Rest Webservices i.e. WADL services with endpoints. >> >> Particularly I need "A script for logging in would pass the xml to the >> rest api with variables for all the payload fields python" >> >> >> So Can Anyone please provide me some sample scripts or tutorials or >> package that can help me in above Scenario for automating the Rest >> WebService Testing for me >> >> I am new to python.So please bear with me..:) >> >> Thanks in advance >> >> -- >> -- >> To post: [email protected] >> To unsubscribe: [email protected] >> Feeds: http://groups.google.com/group/python-north-west/feeds >> More options: http://groups.google.com/group/python-north-west >> >> --- >> You received this message because you are subscribed to the Google Groups >> "Python North-West" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > > -- > -- > To post: [email protected] > To unsubscribe: [email protected] > Feeds: http://groups.google.com/group/python-north-west/feeds > More options: http://groups.google.com/group/python-north-west > > --- > You received this message because you are subscribed to the Google Groups > "Python North-West" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- To post: [email protected] To unsubscribe: [email protected] Feeds: http://groups.google.com/group/python-north-west/feeds More options: http://groups.google.com/group/python-north-west --- You received this message because you are subscribed to the Google Groups "Python North-West" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
