Tagged Questions

144
votes
20answers
101k views

Simulators/emulators for mobile browser testing?

I'm doing development of a web application aimed at mobile devices. What software can I use to simulate/emulate mobile browser environments? I'm specifically looking for a way to test on Mobile ...
24
votes
6answers
21k views

Testing HTML email rendering

Are there any good tools to easily test how HTML email will look across different email clients? I prefer something with instant feed back rather than a submit and wait service like ...
13
votes
4answers
1k views

Is there an HTML CSS testing bin similar to jsbin

Is there a page similar to JSbin where I can test HTML and CSS + provide "fiddlable" examples to you?
10
votes
6answers
3k views

What do you use to test the handheld css on your website?

I've been adding css support for handheld to my website but haven't been able to find a good tool for testing. I tried using the webdeveloper plugin for Firefox but it doesn't work for me. Maybe ...
8
votes
7answers
311 views

How do you do page performance tests?

I know everyone who reads the question will think "Firebug!" right away. Maybe some will think "YSlow!" and "Google Page Speed!" While I really like these tools, I'm more concerned with how the ...
7
votes
7answers
1k views

How do you handle cross-browser compatibility testing?

Working for a small web design/development firm, we're sometimes tasked, by clients, who are unwilling to budge on their browser compatability list. Any given project could need to be tested against ...
5
votes
4answers
232 views

TDD/Testing CSS and HTML?

IS there a way to test CSS and HTML? For instance: sometimes some of the notices get affected by some CSS changes. I don't want to be testing all the notices by hand every time I do a change. Thanks
4
votes
0answers
68 views

How to properly validate your code? [migrated]

I have about 4000 lines of code for a web-application in JavaScript / PHP / CSS / HTML. How can I test it properly? I only support the latest version of IE and Safari. I've worked out all the bugs. ...
4
votes
4answers
272 views

REST client utility

I'm developing a REST API, and am looking for a simple graphic utility that will let me test the full set of REST verbs (GET, PUT, POST, and DELETE); GET is obviously not a problem, but I'd like ...
4
votes
5answers
157 views

Downloadable HTML Test Corpus

I am working on a browser plug-in for Firefox, and I would like to be able to do some automated testing to make sure that it's handling a variety of different HTML/JavaScript features correctly. Does ...
3
votes
1answer
196 views

How to test web development for the Maple browser installed on Samsung TVs?

We've got a job to develop a dynamic slideshow (featuring changing information) that will be displayed on a big screen Samsung TV. The Samsung TVs run "Smart TV" which uses the "Maple" browser. Here ...
3
votes
3answers
77 views

automatic testing for CSS?

Is there any tool that allows you to automatically test page under different browser and make sure CSS looks good? P.S. I know it sounds impossible, but maybe there are some solutions (like taking ...
3
votes
4answers
124 views

An XHTML test page

Does any have a link or something to a dummy XHTML test page to use for CSS design? Like a page which contains sample content with all of the HTML tags
3
votes
1answer
116 views

Learning cross-browser development (CSS/XHTML)

I have been out of the loop with web development for about a year and a half now. My current project is working/functioning well with OS X browsers; Google Chrome, Apple Safari and Mozilla Firefox ...
3
votes
2answers
337 views

Standard error messages

Very often we have to make up standard messages to show user. It can be an error or a warning message, whatever. Has anybody seen somewhere a site with such messages?
3
votes
6answers
266 views

Is there a way to compare the appearance and/or source HTML of 2 browser tabs?

I'm working on a web based application, and in order to test my changes, I'd like to be able to compare the visual rendering (perhaps by way of overlaying) and the source HTML (diff style) of 2 ...
2
votes
4answers
54 views

pretty print assertEqual() for HTML strings

I want to compare two strings in a python unittest which contain html. Is there a method which outputs the result in a human friendly (diff like) version?
2
votes
3answers
107 views

Testing Browser Compatability

If I'm using Windows 7 and IE9 to test browser compatibility for css/html/javascript is it "good enough" to use the developer tools and switch the browser mode between ie7, ie8 and ie9 or should i ...
2
votes
3answers
273 views

Using jQuery to disable everything on a page. Break my code

For my current project, I require the facility to be able to remove all functionality from a page, so that it is complete and literal static page. Removing the ability to follow any links, and ...
2
votes
2answers
135 views

Live accessibility Checker

I am wondering if anyone knows of any program / tool / or addon that offers a feature like the Live Accessibility Checker in Microsoft Office Word for html coding. I think it would be great to be ...
2
votes
1answer
159 views

Is the Android Emulator browser suitable and reliable for testing an HTML/Javascript Application?

I'm developing an HTML / Javascript application meant to run on an Android device running Froyo (2.2). Assuming I don't need multitouch functionality, will the emulator's browser be a reliable means ...
2
votes
1answer
470 views

Testing WML on mobile browsers

I am developing a mobile web application which is implemented in WML (to minimize roundtrips to the server). I've tested the application on the following browsers: IE for Windows Mobile 5 IE for ...
2
votes
3answers
458 views

Can HTMLUnit enter data in password fields?

My HTMLUnit tests are failing, and I've got a feeling it's because I'm entering a password using the setValueAttribute() method and that for some reason doesn't work. Any ideas? Am I supposed to pass ...
2
votes
5answers
236 views

How am I going to reproduce Javascript bugs if I don't have a Mac & Safari?

Simple question... How am I going to reproduce Javascript bugs if I don't have a Mac & Safari? Is it possible to run a legit copy of Mac OS on VMWare, or even better...run Safari in Windows?
1
vote
3answers
32 views

HTML - local testing with DocType set

I have a website with that header in the pages : <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> When testing pages on a computer which ...
1
vote
3answers
79 views

/dev/null for http requests

I've found myself writing a number of mockups of websites that make a lot of AJAX calls. I'm really just fiddling with how the sites look and don't have a server backing them. Is there a place I can ...
1
vote
1answer
26 views

Best practice for deadlink checking

We often develop sites that sometimes have dead links due to being skipped over in development. I was wondering if anyone has any ideas on best practice for running through a site to make sure all ...
1
vote
0answers
121 views

How to test AJAX functionality in Rails 3?

In a Rails 3 application, I have a div that adds more data when the user scrolls down to the bottom via AJAX, similar to Twitter. How would you write a test for this? Currently I am using the built-in ...
1
vote
5answers
88 views

Javascript method to ensure that a date is valid

I'm trying to write a method that checks whether a date is valid. It is passed in three Strings: month, day, and year, in order. Month should be from 0-11 instead of 1-12. I have tested the logic of ...
1
vote
1answer
34 views

How to embed a dynamic generated HTML document into HTML document?

I am writing a testing framework for my web app. The case is to test some AJAX methods. While there are some server side errors, the response of AJAX calling is a HTML document log. However, I would ...
1
vote
1answer
372 views

How can I generate html test report using python in my code

from selenium import selenium import unittest, time, re import HTMLTestRunner class Untitled(unittest.TestCase): def setUp(self): self.verificationErrors = [] self.selenium = ...
1
vote
2answers
175 views

How to load a webpage repeatedly using grease-monkey and check for an element?

Basically, I want to repeatedly load a URL say http://xyz.co.in and then check for the value of a particular element, just like a testing process and monitor server logs for that flow. I'm trying to ...
1
vote
1answer
80 views

Testing Javascript with Google Website Optimizer?

Can I test Javascript code in GWO? For example, how would I test: $('#first_name_field').watermark('First name'); Ideally the person who tests different content doesn't have to enter lots of ...
1
vote
3answers
38 views

Issues testing websites over local network

So I'm creating a few webapps that need to be tested over our local network, the projects currently sit on my MacBook which uses the built in Apache "Web Sharing" server. When developing locally, I ...
1
vote
2answers
158 views

Is there a site for testing?

Say one's writing a "browser" and wants to test it on many pages with broken encoding, invalid HTML, missing meta tags or headers etc. An obvious solution is to get a big pile of URLs and test the ...
1
vote
10answers
2k views

What's a quick, easy way to send HTML emails to myself to test them?

I've been given the task of optimizing HTML emails for different email/webmail clients. I used to test the HTML file by doing a trick in Outlook Express, to make it send the raw HTML, but Microsoft ...
0
votes
0answers
42 views

Clicking on image element using Rspec and Capybara

I'm using Rspec and Capybara. I am attempting to click an image element in a table, but cannot find a way to get Capybara to click the image, which image opens an AJAX pop-up. I'm not sure what to ...
0
votes
1answer
56 views

variables in Selenium test

<tr> <td>type</td> <td>text</td> <td>text + <?php echo $var ?></td> </tr> is possible add any variables for test in Selenium IDE? for ...
0
votes
1answer
39 views

watij safari onclick method

I am trying to simulate the click event of an anchor tag using watij on mac. I found the tag <a name="myLink" href="" onClick=""></a> My code is Tag link = ...
0
votes
1answer
66 views

How to use assert_select to test for presence of a given link?

My page should contain a link that looks like <a href="/desired_path/1">Click to go</a>. How would you test for that using assert_select? I want to check for the presence of an a tag with ...
0
votes
1answer
49 views

How do you use HTML::selector in Rails 3?

I am testing a form. It looks like: <form accept-charset="UTF-8" action="/the_action" method="post"> <select id="id" name="z[z_id]"> <option value="7">Foo</option> ...
0
votes
1answer
37 views

Comptablity testing in IE and Mozilla

I want to do comptiblity testing for asp applications in IE 7 and Mozilla. Is there any tool available for testing. Which should be free.
0
votes
1answer
79 views

How to retroactively add active AJAX request detection to a codebase using YUI asyncRequests

We are using the Selenium Web Driver to test a codebase that uses the YUI 2.9 Connection object to make "asyncRequest" (ajax calls). What we would like is a way to detect if there are any active ajax ...
0
votes
1answer
49 views

Watij Click an Image

I am trying to click an image during automated testing using Watij. I am specifically trying to use SymbolFactory's src (instead of name, id, etc.) as detection. HTML: <input type="image" ...
0
votes
2answers
358 views

In WatiN, how to verify a table's column headers and rows?

Consider this HTML table: <table id="build-table"> <tr> <th>Build ID</th> <th>Build Time</th> </tr> <tr> <td> ...
0
votes
2answers
117 views

How to assert that an input element is empty in Ruby on Rails tests

I want to ensure that the password fields are empty when editing a user. How do I do this in a functional test? I've tried both of these variants: assert_select "input[name=?][value=?]", ...
0
votes
1answer
84 views

Is it worth to use Cobertura in web project?

I have never used Cobertura or similar tools before, only JUnit (and I've checked what are mocking tools) and in recent days Selenium. I am writing web application with full of JSP, JavaScript ...
0
votes
2answers
51 views

Add Something Invisible To HTML Document For Testing

If I just want to add something invisible to an HTML document for testing purposes, what would you suggest? Maybe just an HTML comment that can be searched for? The purpose is to know what HTML ...
0
votes
3answers
172 views

Mobile Website Testing: Emulators vs Real Devices

I am trying to figure out what the common practice is. I know there are a lot emulators to cover most of the platforms, and nothing really beats testing on the real device. However, they release new ...
0
votes
5answers
279 views

Run JUnit Tests through web page

We would like to have a set of tests as part of our web application. The tests will be used for analyzing the health status of the application, so a support person or a scheduler can run the test to ...

1 2