0
votes
2answers
326 views
How can I Fail a WebTest?
I'm using Microsoft WebTest and want to be able to do something similar to NUnit's Assert.Fail(). The best i have come up with is to throw new webTestException() but this shows in …
1
vote
1answer
58 views
WebTesting using VSTS 2008
I've been trying to create and execute webtests for one of my websites using VSTS 2008 SP1. The problem is that during playback VSTS does not play back the javascript. How can i so …
0
votes
2answers
66 views
References on how to create webtests for ASP.NET
I've been working for a while with .net unit testing and stuff. Now I need to create tests for ascx and ascx.cs pages (but it aspx and aspx.cs references might also help). I'm not …
1
vote
1answer
54 views
Stopping a webtest if an extraction rule failed
I need to stop a web test from running if an extraction rule fails.
The Extract method of the extraction rule class looks like this:
public override void Extract(object sender, E …
1
vote
1answer
21 views
Programatically shutdown application before webtest
Hi,
does anybody know how can i shutdown web application before each webtest?
Thanks
1
vote
1answer
27 views
.NET WebTest Custom ValidationRules - How to unit test?
I'm creating custom ValidationRules for a .NET webtest.
Is there some easy way to create unit tests for these validation rules?
1
vote
1answer
460 views
groovy webtest chokes on context root in url invoke
I am trying to wrap my head around canoo webtest
I setup a simple groovy webtest.
I have even made and run the xml equivalent and I get the same error when it tries to encode the …
2
votes
1answer
270 views
Working example to start canoo webtest from Groovy?
I would like to start a simple webtest from Groovy with Canoo. The example Canoo Example is not working. I think I am missing something with the Antbuilder class. Especially the "c …
0
votes
0answers
80 views
How to execute web test on a remote machine in c# or TFS API?
Hi
Can anyone help me with a sample code of how to run remote web tests in a c# application?. I had done this previously in my msbuild script, using a batch file to run the tests …
0
votes
3answers
67 views
Automated Web Testing Tools in Java
I want to test a Ajax based web application. I want to write the test scripts in Java and simulate the web browser.
Simulation of a web browser is very important since Iam using …
5
votes
4answers
218 views
Generate .webtest files without using Visual Studio
We have business users that we'd like to get involved writing webtests for our project, but purchasing full Visual Studio licenses just for this purpose seems like overkill.
Are …
0
votes
2answers
267 views
how to impersonate a windows domain user for automated web testing?
we are about to build several UI test with selenium-rc and the java client
the app itself is a classic asp web application that uses integrated security to retrieve the user's per …
0
votes
1answer
83 views
Using the VS Web Test Classes outside Visual Studio
I use HttpWebRequests pretty extensively - I've found that the Visual Studio Web Test classes (i.e. WebTestRequest and WebTestResponse etc) offer a lot of really nice methods that …
1
vote
2answers
475 views
Can a standalone .EXE be created from a coded WebTest in Visual Studio Team Studio
I am running VS Team Studio 2008. I have created a web test that I want to use for monitoring a company web site. It interacts with the site and does some round trip processing. I …
1
vote
1answer
91 views
VS Team Tester failed to run dynamic web test
I have a Testing project that contains a csv file which a webtest uses to run against one of our projects.
For some reason, even though it is referenced correctly I receive the fo …
