Hey everyone,

I am using protractor for E2E tests and have found protractor pretty great. 
Our tests fill in data on a front end site, then the site saves it to our 
backend service. 

I want to retrieve the data from our backend using an API call to retrieve 
our data(JSON format) and then compare it with the data we entered when 
saving. 

However I'm running into a wall where I'm not sure how to go about this. 
Would I be able to use AJAX to get our JSON data and comparing field to 
field? Is this even supported in Protractor?

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to