C# is a multi-paradigm programming language developed by Microsoft.
2
votes
1answer
649 views
Inconsistent results when capturing javascript errors with WebDriver
I'm using a technique I found here, to capture javascript errors for testing purposes. It's a technique that is frequently recommended on Stack Overflow for those who need to catch JavaScript errors ...
1
vote
0answers
245 views
How can I automate testing of HTTP requests? [duplicate]
Possible Duplicate:
Is there a captureNetworkTraffic implementation in Selenium 2 via webdriver?
I'm using Selenium2/C# to run automated tests of a web app. I need to test the HTTP requests ...