I am working with web-test in visual studio test system, without writing a code test, is there a way to invoke a click on a link/button/submit item? I am thinking of doing this by adding a request in the gui editor but can't for the life of me figure out if it's possible or how to go about it.
Tell me more
×
Software Quality Assurance & Testing Stack Exchange is a question and answer site for
software quality control experts, automation engineers, and software testers. It's 100% free, no registration required.
|
The click I was simulating had a js onclick event to change the page, obviously vsts doesn't support javascript. So to get round this I removed the request to click and then added a get request which mimic'd what the onclick event was trying to achieve. |
||||
|
|