Tagged Questions
1
vote
1answer
65 views
API Automated Testing Tool XML & JSON
I was hoping you could help me...I am looking for an automated test tool that can:
MUST HAVE:
Ability to connect to a server endpoint that returns JSON or XML based data
Ability to fully parse and ...
2
votes
4answers
182 views
Mirror a browser session
I am doing some regression testing (changes to underlying database structures) where I'm lucky enough to two separate environments which should contain the same data. What I'd like to do is open a ...