Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
5answers
1k 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 the test results as ...
7
votes
6answers
645 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 there any open ...
5
votes
2answers
1k views

Is there a headless browser for .NET (for automated Web-UI-Tests)?

Is there a headless browser for .NET? I am looking for this in a testing context. Coming from Java I am thinking of something similar to HtmlUnit (http://htmlunit.sourceforge.net/) which itself is ...
5
votes
2answers
2k views

Canoo WebFunctionalTest / Selenium, features comparison

For features comparison of Web Canoo Web Functional Test and Selenium software, it would be good have an assessment, in terms of integration to Java platform applications, speed, how quick is it to ...
4
votes
2answers
654 views

Unit testing authorization in a Pylons app fails; cookies aren't been correctly set or recorded

I'm having an issue running unit tests for authorization in a Pylons app. It appears as though certain cookies set in the test case may not be correctly written or parsed. Cookies work fine when ...
3
votes
2answers
504 views

VS2010 Web Load Testing with User Logins

I am looking to create a Web Performance test that can be bound to a CSV file with usernames and passwords so that I can run concurrent tests with different users. How do I modify a recorded WebTest ...
3
votes
1answer
889 views

TFS Load Testing Web Tests

I am configuring a load test and am curious/confused on settings. I am testing an intranet website, that is expected to have 6000 concurrent users. My employer had some previous consultant tell them ...
2
votes
1answer
52 views

How to solve cast issues in ValidationRule classes' properties?

I need to create a few tests for the user roles in a web application. To minimize the description, one of the tests involves checking if a menu entry is displayed or not for an user. For this test, I ...
2
votes
0answers
347 views

Testing oAuth / facebook authentication with WebTestCase in Symfony2

I'm trying to get a FacebookLoginTest running. Problem is: the Symfony2 client does not send real HTTP requests, so it does not work on URLs of other services (like facebook). I know I could work ...
2
votes
1answer
129 views

Can I check non-html responses in geb?

Geb is a nice framework for testing web applications, as there is very direct support for checking specific DOM elements as seen by the browsing client. However, sometimes the expected result of a ...
2
votes
1answer
272 views

ExpectedResponseUrl error is Visual Studio 2010 web performance test

I have recorded a Web Performance Test in Visual Studio 2010 for a web application that uses Windows Live ID with Secure Token Service for the authentication of the user. There are two requests in ...
2
votes
2answers
84 views

Anyone using webtest without ant?

I'd like to try using WebTest, preferably from Clojure, but I can only find its functionality exposed as Ant tasks. There seems to be some sort of Groovy interface, which implies that it's possible to ...
2
votes
1answer
173 views

WebTest not appearing in Fiddler save menu

I am trying to save a fiddler output to a .webtest format. I used to select file/save as but now I cannot see the .webtest option. Could anyone tell me why this might have dissappeared from the ...
2
votes
1answer
180 views

Problem in Webtest - while running test containing file upload

We've web application developed using MVC2. I am recording webtests for all views in our web app. I'm using VS2008 test edition installed on separate machine for these webtests. My problem is - my ...
2
votes
1answer
283 views

How do I use pylons (paste) webtest with multiple checkboxes with the same name?

Suppose I have a form like this: <form id='myform'> Favorite colors? <input type='checkbox' name='color' value='Green'>Green <input type='checkbox' name='color' ...
2
votes
3answers
328 views

python webtest port configuration?

I am attempting to write some tests using webtest to test out my python GAE application. The problem I am running into is that the application is listening on port 8080 but I cannot configure webtest ...
2
votes
2answers
235 views

Visual Studio Web Testing - Are there any good books/videos available?

I am trying to find a good resource on web and load testing. I'm using Visual Studio 2010 ultimate and, while i'm sure it is too early for much material to be released, i'm hoping there are some good ...
2
votes
1answer
724 views

Dynamically building a URL in QTP

I've been taking a quick look at QTP with one of our test team. We've figured out some basics like recording a test, capturing text using output values, putting in check points, etc. However, I ...
2
votes
1answer
983 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 "config" part, where a ...
2
votes
2answers
972 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 want to create a ...
1
vote
1answer
17 views

Is it possible to test an ASP.NET webpage or website using NUnit?

I tried using NUnit to test my ASP.NET website..but I am not able to to link the dll. It will be of great help if someone shares a small website testing example using NUnit....It will help me better ...
1
vote
1answer
31 views

Can I exclude counts from failed webtests in a VS.Net 2010 Loadtest?

I am using Visual Studio 2010 Ultimate to perform loadtests. These loadtest use recorded webtests. When running a loadtest with an increasing number of concurrent users, some steps in my webtests ...
1
vote
2answers
126 views

How to replace a URL in a canoo webtest

I have a canoo webtest where I would like to replace the current document URL by a new one, and proceed to that URL. Specifically, I'd like to replace a string "view.html" in the current document URL ...
1
vote
1answer
290 views

Nosegae Unit Tests with gae-session on a Python Google App Engine Project

I can't get gae-sessions to work when I use unit tests. I'm not sure if it's a cookie issue or an internal gae-sessions issue (it uses memcache/the datastore for persistance). It works fine on the ...
1
vote
1answer
367 views

Parameterize a Load Test while running a web test?

I currently using a WebTest to test a system. The user can vote and then can't log back in to change his vote. The WebTest use a list of username from a CSV file and all the account have a default ...
1
vote
1answer
144 views

Problems in creating a webtest to test logins

I'm needing some help with a coded web test. I created a coded web test to see how many accounts are valid to log into my application. I have a lot of accounts (2000+) and I need to know which of ...
1
vote
4answers
163 views

How to determine a website is good in load testing?

I'm a newbie at testing. For now, I'm using JMeter to build a test plan, then run it against my java web application. At the moment I just use (average response time, 90% line, throughput, and ...
1
vote
1answer
35 views

Site from different location

Is there any service which provides visuals of how a particular site looks when browsed from different locations across the world. This is useful for testing websites which auto detects users location ...
1
vote
1answer
347 views

Disabling ExpectedResponseUrl for single request in web test

I'm recording a web test using Visual Studio 2010. For each request, the expected response url is recorded, and a validation rule on the test ensure that these response are correct. The test is ...
1
vote
1answer
175 views

Testing cherrypy with nose/fixture/webtest (amidoinitrite)

I am developing a CherryPy application and I want to write some automated tests for it. I chose to use nosetests for it. The application uses sqlalchemy as db backend so I need to use fixture package ...
1
vote
2answers
96 views

SimpleTest WebTestCases affecting each other, not deterministic output

I am developing some project with CodeIgniter and write unit tests and web tests in SimpleTest. I've noticed that my tests are not deterministic, i.e. they produce different outputs in time. I mean ...
1
vote
1answer
35 views

What test points could there be for a web site?

I am a newbie tester for a web site. The backend of this site are several SQL Server databases. The UI is built with Ajax and ASP.NET. The whole site is hosted on Windows Server 2008. The site's ...
1
vote
2answers
388 views

Setting apartment state for using WatIn with MSTest

I am getting the following error in: The CurrentThread needs to have it's ApartmentState set to ApartmentState.STA to be able to automate Internet Explorer. With the following code: [TestClass] ...
1
vote
1answer
95 views

Validate a webpage against its doctype (dtd) within a Canoo Webtest step using a Groovy script!

How can I validate a webpage against its doctype (dtd) within a Canoo Webtest step with Groovy?
1
vote
2answers
84 views

In VSTS How to run a 20 second webtest every 5 seconds

I have a WebPerfoamce test in Visual Studio Team System 2008, it's average execution is 20 seconds. I have a load test that runs the test every 5 seconds using: Test Mix Type: Based on user pace ...
1
vote
1answer
37 views

Capturing popups with Visual Studio Team webtests

We have a number of popups (generated using Javascript) that are displayed during page navigation. When we record the webtest, the script doesn't capture all of them. If there a way around this?
1
vote
2answers
360 views

.NET WebTest - Get Response Bytes for ValidationRule

I need to create a ValidationRule to test response bytes including responses for dependent requests. It is easy task to get response bytes for main requests, but I can not access responses for ...
1
vote
1answer
132 views

WebTest: Testing with decorators + datastore calls

I have a Google App Engine application and my request hadnler has a decorator that does authentication. With WebTest I found out yesterday how you can set a logged in user and administrator. Now ...
1
vote
2answers
404 views

Running webtests without Microsoft Visual Studio Testing edition/Team Suite

Is there any way I can run Microsoft webtest not having Microsoft Visual Studio Testing edition/Team Suite? Any third-party tool or a way to run it through command line? I have MS VS Professional ...
1
vote
1answer
429 views

Initiate Button click action using Watir Ruby library

Watir::Browser.default = "firefox" ie = Watir::Browser.start("http://cars.com") ie.select_list(:id, 'make_1').set('Chevrolet') ie.select_list(:id, 'model_1').set('Cobalt') ie.select_list(:id, ...
1
vote
1answer
359 views

Passing parameter to SOAP Web Service Requests Using Visual Studio Team System 2008

How can I pass in the current datetime parameter to a SOAP request? I know you can pass in parameters by adding a datasource to the web test project and reference it like this ...
1
vote
2answers
99 views

Webtest for binary content, how to?

Assume a web page that returns binary content: http://localhost/website/Default.aspx?FileId=value and we have some files with known Ids and checksums (i.e. MD5). How it's possible to extract whole ...
1
vote
1answer
47 views

single web test for 3 diff roles

I have created a web test in vs2010. which browse through the products. I have 3 roles in my site guest (non logged in ), logged in not verified, logged in verified. How I can use single test for all ...
1
vote
1answer
85 views

How to Run Selenium code in webtest?

I am new to webtest and I read that it is possible to record script in selenium and then run it via webtest/fitnesse. I have got webtest and selenium installed and configured. Is there specific format ...
1
vote
1answer
65 views

Should I be relying on WebTests for data validation?

I have a suite of web tests created for a web service. I use it for testing a particular input method that updates a SQL Database. The web service doesn't have a way to retrieve the data, that's not ...
1
vote
1answer
258 views

Insert wait in VS2008 web test

How can I insert time wait value in web test in Visual Studio 2008 test edition? I have recorded a web test that I want to use in Load test. Now I need to put some time delay between pages in web ...
1
vote
2answers
127 views

TFS webtest for SSRS reports issue

I am creating webtests in TFS and trying to test reports execution in SSRS. When I record the initial process, it includes Reserved.ReportViewerWebControl.axd files. These files are what is causing ...
1
vote
2answers
144 views

Prevent Visual Studio Web Test from changing request details

I have a service that accepts Xmla queries for Analysis services, often times those queries themselves will have a string that contains a fragment that looks something like {{[Time].[Year].[All]}} ...
1
vote
2answers
78 views

Custom extraction rule in VS2008 doesn't work

I'm creating a Web Test in VS2008 and have extended ExtractionRule. Now when I run test where my extraction rule used it displays "Request failed: Could not load type 'TypeName, version, locale etc'. ...
1
vote
1answer
518 views

Watin from TeamCity not running as a Windows Service

I'm trying to run Watin from within a TeamCity build, using nUnit. All tests run fine locally. I know you cannot run the full Watin tests (i.e. POST) from TeamCity if it is running as a Windows ...

1 2