Tagged Questions
Web testing is the name given to software testing that focuses on web applications. Complete testing of a web-based system before going live can help address issues before the system is revealed to the public. Issues such as the security of the web application, the basic functionality of the site, its accessibility to handicapped users and fully able users, as well as readiness for expected traffic and number of users, etc
36
votes
13answers
26k views
Any suggestions for testing extjs code in a browser, preferably with selenium?
We've been using selenium with great success to handle high-level website testing (in addition to extensive python doctests at a module level). However now we're using extjs for a lot of pages and ...
19
votes
6answers
2k views
Integrating Automated Web Testing Into Build Process
I'm looking for suggestions to improve the process of automating functional testing of a website. Here's what I've tried in the past.
I used to have a test project using WATIN. You effectively write ...
18
votes
2answers
15k views
Is there a good IE-based Selenium IDE?
The SeleniumIDE project is based on Firefox (and its plugin architecture). My application (for a variety of reasons) only runs on Internet Explorer (6+). In fact, we actively check for non-IE ...
8
votes
3answers
1k views
Web Testing for IE. How accurate is IETester?
I am using IETester for testing web sites with IE. I find it quite frustrating that it crashes frequently. More importantly, it does not seem to be too reliable. Sometimes, a site looks broken in ...
6
votes
6answers
5k views
Is there a way to test a web site on the iPhone without an iPhone?
I want to test a website to see how it works with the iPhone but I don't own an iPhone or an iPod touch. Is there a way I can test how the site works on them without owning one?
What I'm really ...
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
7answers
5k views
Python CMS for my own website?
I'm an accomplished web and database developer, and I'm interested in redesigning my own website.
I have the following content goals:
Support a book I'm writing
Move my blog to my own site (from ...
4
votes
2answers
156 views
Headless Java HTTP client for crawling?
I'm looking around for a crawling tool, written in Java, to detect invalid url's in our sites.
The difficulty is that much of the url's are done with javaScript, CSS3 and Ajax. So just getting the ...
3
votes
1answer
396 views
WebDriverException:can't load profile error in selenium python script
I am using selenium webdriver in python to drive Firefox automaticly, the python script is exported from the selenium IDE add-on in Firefox. But when I run the script it raise error:
...
3
votes
1answer
536 views
Best practices in testing a website
In our QA team, we run a suite of automated tests on every commit the developers do. Since there are quite a few such commits daily and no developer wants to wait more than a few minutes to get ...
3
votes
2answers
858 views
Watir: Need to double click on an element to open custom popup
I am a newbie in WATIR. The problem I am facing is -
The application I am testing has thumbnails (like Windows icons) placed on the page and I need to double click it. On doing that, an custom popup ...
3
votes
6answers
2k views
Testing: I *want* to test web.config
I want to do some unit testing on one of my projects. This is a web project, and there will only be one copy of this program running aside from development copies.
I want to write some unit tests ...
3
votes
2answers
524 views
Can I use Webrat for ASP.NET applications?
Does Webrat require that the web application be written in Ruby/Rails?
I'd like to try it for writing tests against an ASP.NET web application.
3
votes
4answers
1k views
“Art of Test” for C# Automated Web Testing in CruiseControl.NET
We currently use SWEA (http://webiussoft.com) to run automated tests of the site during our CruiseControl.NET overnight builds.
We are looking for a more robust solution and we are looking at the ...
3
votes
4answers
4k views
How do you change your apparent country of origin to test a site?
I want to be able to set my country of origin - does this involve testing through a proxy, or is there something that can be set else where?
2
votes
1answer
177 views
Selenium 2 right-click
I am using Selenium 2 (Web Driver) under Linux with a FireFoxDriver.
I am not able to perform a right click on a WebElement or on another possition using coordinates. I also cannot move the mouse ...
2
votes
2answers
161 views
Selenium or Eggplant
we are just trying to evaluate which one is best - Selenium or Eggplant
Selenium is of course free of cost. The following are some problems we faced:
1. click actually requires focus on the page. so ...
2
votes
1answer
62 views
Way to test webpage in all browsers on Linux / online
how can I check to see what my webpage looks like with all of the popular browsers? I'm on Linux so I can't get IE and Safari, is there a website or a program I can get to do such a thing?
Thanks
2
votes
2answers
370 views
Is drag-and-drop possible in watir-webdriver?
I would like to drag-and-drop one element to the position of another, triggered from within a watir-webdriver script.
By "drag-and-drop" I mean picking up a draggable element and releasing it on ...
2
votes
2answers
619 views
Use Selenium with Chromium Browser
In the Selenium options (on Firefox) I can find Custom browser.
It's possible to use this option to run a Selenium test in Chromium Browser ?
2
votes
2answers
653 views
From a shell script open a new tab in a specific instance of Firefox
I have a shell script that creates Firefox profiles and then uses them to open multiple instances of Firefox simultaneously. The problem is how can I open a URL in a particular instance of Firefox?
I ...
2
votes
6answers
400 views
BDD-testing using a UI driver (e.g. Selenium for a web-application)
Can BDD (Behavior Driven Design) tests be implemented using a UI driver?
For example, given a web application, instead of:
Writing tests for the back-end, and then more tests in Javascript for the ...
2
votes
3answers
88 views
Automatic web tester for 404 links?
Is there any test framework or software that can automatically go through a site and find 404 errors from links?
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
516 views
Why won't Visual Studio Tester Edition run my web tests?
I created a new test project with web tests as described in Microsoft's documentation here. However, when I try to run a web test, even if it's just a blank test, I get the following error:
...
2
votes
2answers
1k views
Regularly invoking an interactive process (WatiN tests) via Task Scheduler
I'm using a suite of WatiN tests driving IE to do some periodic sanity checking for the purposes of monitoring a site.
The suite works fine when I invoke it interactively and/or when I configure the ...
2
votes
2answers
1k views
reduce the size of the selenium frame
I do I reduce the size of the selenium frame, in order to increase the frame of the website I am testing?
2
votes
4answers
2k views
Replacement for JWebUnit / HttpUnit
We've used both JWebUnit and HttpUnit in the past to do functional tests of web applications. Both of them seem to have issues in handling javascript. We are not particularly interested in testing the ...
2
votes
8answers
1k views
Do you use WaTiR?
Is there a better unit testing tool than WaTiR (tag) for Ruby web testing? Or is the defacto standard? What unit testing tools do you use?
1
vote
2answers
59 views
WatiN - what to test?
I have been writing a lot of unit tests for the code I write. I've just started to work on a web project and I have read that WatiN is a good test framework for the web.
However, I'm not exactly ...
1
vote
1answer
39 views
How to run a windmill test script
I have recorded some interactions with windmill and when I hit save I get the following (python) script:
# Generated by the windmill services transformer
from windmill.authoring import ...
1
vote
2answers
370 views
Running webdriver chrome with Selenium
i got some trouble working with Selenium. I have to use chromium, but i can't connect to the chromium browser after lunching it with Selenium.
For some reasons, Selenium can't find Chrome by itself:
...
1
vote
1answer
36 views
What is it within Chrome's Developer tools that prevents Panopticlick from fully loading?
When I have the Google Developer tools open, I noticed that clicking "Test Me" on http://panopticlick.eff.org/ doesn't fully load until I close the tools. Of course I can reopen the tools later once ...
1
vote
2answers
94 views
Visual studio web performance test, javascript
I am recording web performance test on web page, and I need to count time since I click on button until the next wanted page is rendered.
The problem is that I have a lot of client side logic that is ...
1
vote
0answers
28 views
Free Record / Replay solution for j2ee EJB layer
I'm looking for a free (if possible) solution where:
You can 'record' all the kinds of objects created during normal (production-like) usage of a webapp on an EJB application server (like ...
1
vote
7answers
85 views
Do I need to include Firefox 5 in cross-browser testing?
Firefox 5 introduced auto-updating. I noticed that my installation of FF5 has already updated itself to version 6.
Does this mean that, like older versions of Chrome, Firefox 5 doesn't really need ...
1
vote
0answers
250 views
Clearing browser cache with Selenium
I've been using the Ruby selenium-webdriver gem to perform some testing on a web app at work. One thing that would be great would be the ability to programmatically clear the browsers cache before ...
1
vote
1answer
217 views
Use request value from list of values in JMeter
I'm sure I've already done this in the past but somehow I cannot figure out how I did out ;-) So, here's my problem:
I'm trying to create a JUnit test plan in which a HTTP request is modified each ...
1
vote
2answers
2k views
How to to extract response by XPath Extractor in JMeter?
I got the response like the following:
<response>
<status code='200' server_time='xxx' />
<tests>
<test id='1' name='a!' status='Started' />
<test id='2' ...
1
vote
2answers
116 views
Web Testing Software
I am working as a web developer in a company. I am not aware of anything related to testing. Our company is planning to buy some testing softwares. Presently we are working on ASP.NET. We will be ...
1
vote
2answers
112 views
How does CrossBrowserTesting.com work?
I have been curious about better ways to cross browser test than those screenshot services or maintaining my own array of VMs to VNC into. Then today I found crossbrowsertesting.com (which seems to ...
1
vote
8answers
239 views
Testing your code programmatically: by the programmer or someone else?
So here is the situation-- a quote from my boss: "[...] we need to focus on programming. [...] At the end of the day I want to write good software and not get bogged down with testing." This is said ...
1
vote
1answer
365 views
Selenium, Using multiple firefoxProfileTemplates at once / specifying from selenium object rather than at server launch?
I am using Selenium RC for website testing and I need to use multiple proxies at once and am doing this using: firefoxProfileTemplate when I start the selenium server. This, however, doesn't allow me ...
1
vote
3answers
191 views
Automatic testing of web pages (and generating from use cases by DSL)
My goal is:
Our customers could generate new web-tests.
Our continuous integration server makes a test-environment deployment; it should execute the tests against it
The test could also be run ...
1
vote
1answer
132 views
Best practice to test a web application, regarding domain name and integration with external service (like Amazon S3)
I have run into these problems several times and was never able to find a comfortable solution. Let's say my website has the domain name MyDomain.com. When I run the tests on the test machine (a ...
1
vote
1answer
104 views
Web application testing framework to be used by customers
I'm looking for a web application testing framework that is intented to be used by customers. That is, tests will be created by users, not programmers or testers. Thus, no scripting. It has to have ...
1
vote
0answers
34 views
How can we monitor/ensure penetration from HTTP Request/communication bucket?
Website security testing is an imp area of testing. How can we ensure the penetration of important info from HTTP request bucket?
There are many tools which can show us http request bucket but how ...
1
vote
4answers
1k views
Selenium locator for <label for=“x”>
With ASP.NET the tag IDs are pretty volatile so to make my tests more robust I want to locate elements by their label texts. I have played some with WatiN and it does this perfectly but that project ...
1
vote
4answers
94 views
In functional testing, should I compare all tabular data rendered in the browser with the one coming from the DB?
I'm working on a test plan for a website where some tests are taking the following path:
Hit the requested URI and get the data rendered inside some table(20 rows per page).
Make a database query to ...
1
vote
1answer
176 views
VS Team System 2008 web test - webserver requires domain credentials
I'm writing some load tests against a restricted web server on our local domain. The webserver requires entering network credentials to be able to access sites on the server. How do I automate my ...