active questions tagged automated-tests - Stack Overflowmost recent 30 from stackoverflow.com2009-12-06T22:11:04Zhttp://stackoverflow.com/feeds/tag/automated-testshttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/200894/mercury-quick-test-pro-testing-with-a-custom-grid0Mercury Quick Test Pro - Testing with a custom gridJon2008-10-14T12:10:46Z2009-12-06T18:00:02Z
<p>Hi,</p>
<p>We are trying to create some tests that reference an vendors custom grid. Unfortunatly QTP only recognises it as a WinObject which is quite useless. We need to be able to navigate the grid and change cell values, double click on a cell(without using X,Y co-ordinates) etc.</p>
<p>Ideally we want to get QTP to understand that this object is a grid and treat it as one.</p>
<p>Any help would be greatly appreciated.</p>
<p>Thanks</p>
<p>Jon</p>
http://stackoverflow.com/questions/339516/how-can-i-implement-tdd-in-perl12How can I implement TDD in Perl?melaos2008-12-04T03:15:25Z2009-12-05T20:13:27Z
<p>We're using <a href="http://en.wikipedia.org/wiki/Mod%5Fperl" rel="nofollow">mod_perl</a> to produce data in XML and later to be converted into HTML via XSLT, and the database is in MySQL. Our OS is Unix.</p>
<p>So I've been reading about how cool and powerful <a href="http://en.wikipedia.org/wiki/Test-driven%5Fdevelopment" rel="nofollow">TDD</a> is in .NET, Java with all the available frameworks. I've even tested <a href="http://en.wikipedia.org/wiki/NUnit" rel="nofollow">NUnit</a> before and I kind of like it. You can write the test once and use it pretty much forever.</p>
<p>I was wondering if there is an easy way to implement TDD for our case too with Perl?</p>
<p>What I want to do is to have some automated way to manage my unit test, and to be able to easily run the unit test with just one click or something.</p>
<h2>Edit</h2>
<p>I've found this <a href="http://www.extremeperl.org/bk/test-driven-design" rel="nofollow">chapter on TDD</a> to be very useful as well as helping me design the test, and best of all it's free :)</p>
<p>And if you can afford it then get this
book too: <a href="http://rads.stackoverflow.com/amzn/click/0596100922" rel="nofollow">Perl Testing: a developer's notebook</a>. It's really good in the sense that it break down into all the potential stuff that we need to do and it's in a tutorial based format.</p>
<p>Added a <a href="http://langworth.com/pub/perl%5Ftest%5Frefcard.pdf" rel="nofollow">Perl testing reference card</a> here.</p>
<p>So now I'm eager to look for some good resources, .pm, open source Perl projects which I can use to better learn how to write unit tests, etc. Can anyone recommend some here?</p>
http://stackoverflow.com/questions/871105/automate-testing-on-lotus-notes-8-53Automate testing on Lotus Notes 8.5unknown (google)2009-05-15T22:21:56Z2009-12-04T22:32:17Z
<p>Hello, </p>
<p>The company I am working is looking for a way to automate functional tests on Lotus Notes 8.5. We have tried different tools including Testcomplete 6 and Rational Robot 7. But we have found issues recognizing objects and implement verifications.</p>
<p>Has anyone try to automate this type of tests? Which tools(approach) you recommend for this?.</p>
<p>I was wondering if it is possible to create code on Domino/LotusScript to automate these tests maybe using agents (have anyone implemented this approach successfully)?</p>
<p>Thanks!</p>
http://stackoverflow.com/questions/1295417/accexplorer-doesnt-find-new-controls-thinks-old-controls-are-still-around0AccExplorer doesn't find new controls / thinks old controls are still aroundbuckenn2009-08-18T17:40:02Z2009-12-04T18:36:39Z
<p>Our application has many controls that are created dynamically. For example, a navigation pane contains groups of links that change as the user navigates through the app. The first time I use AccExplorer to select these links, it finds them perfectly. However, after I navigate to another page, AccExplorer can't see the links in the updated navigation pane. In fact, the old link controls still appear in the AccExplorer tree hierarchy and as I click on them AccExplorer highlights areas of the desktop that are outside the bounds of our application's actual window.</p>
<p>The controls have changed, but AccExplorer doesn't recognize them. It still thinks the hierarchy is the same.</p>
<p>What I find strange is that closing AccExplorer and then opening a new instance of AccExplorer results in the same results. When I select the new navigation control with AccExplorer, it doesn't see the new links. It recreates the old hierarchy with the old links. The only way to see the new links is if I close our application, reopen our application, manually navigate to the new page, then select the controls with AccExplorer.</p>
<p>The navigation control is a DevExpress control. OS is WinXP. AccExplorer 2.0. I'd prefer to use UIAutomation, but not all DevExpress controls support UIAutomation. We're trying to use MSAA to fill in those gaps.</p>
http://stackoverflow.com/questions/1844088/what-are-good-test-automation-frameworks1What are good test automation frameworks?esac2009-12-04T00:30:01Z2009-12-04T16:55:17Z
<p>I am looking for a tool to integrate many different types of automation and test frameworks in order to automate fully end-to-end scenarios for testing. For example, a typical workflow might be:</p>
<ul>
<li>Install an Operating System (Ghost, etc..)</li>
<li>Configure the operating system (open firewall exceptions, setup users, etc..)</li>
<li>Install Software (Visual Studio, SQL, etc..)</li>
<li>Run tests (Visual Studio Unit Tests, nUnit, custom tools, etc..)</li>
<li>Generate Reports on the above runs</li>
<li>Allow monitoring of machines, tests in progress, and scheduling of test runs</li>
</ul>
<p>Does anybody know what system like this might exist?</p>
http://stackoverflow.com/questions/1816617/running-automated-web-browser-tests-under-hudson1Running automated Web browser tests under HudsonJeremyMcGee2009-11-29T20:10:22Z2009-12-04T14:42:04Z
<p>I'm running Hudson for my automated builds and love it.</p>
<p>I'd now like to create automated Web browser tests using either WaTiN (preferred) or Selenium. </p>
<p>As my Hudson runs as a Windows service (under Tomcat), how can I configure this to run? Will I be forced to log in as a user on the Hudson box so my automated browser tests will find a browser? Or is there some other sorcery with an interactive session that I can conjure up?</p>
<p>If possible I'd like the Hudson box itself to run the tests.</p>
http://stackoverflow.com/questions/1129279/running-test-on-production-code-server0Running test on Production Code/ServerJackM2009-07-15T03:40:25Z2009-12-02T06:05:27Z
<p>I'm relatively inexperienced when it comes to Unit Testing/Automated Testing, so pardon the question if it doesn't make any sense.</p>
<p>The current code base I'm working on is so tightly coupled that I'll need to refactor most of the code before ever being able to run unit tests on it, so I read some posts and discovered Selenium, which I think is a really cool program.</p>
<p>My client would like specific automated tests to run every ten minutes on our production server to ensure that our site is operational, and that certain features/aspects are running normally. </p>
<p>I've never really thought to run tests against a production server because you're adding additional stress to the site. I always thought you would run all tests against a staging server, and if those work, you can just assume the prouction site is operational as long as the hosting provider doesn't experience an issue.</p>
<p>Any thoughts on your end on testing production code on the actual production server?</p>
<p>Thanks a lot guys!</p>
http://stackoverflow.com/questions/1759626/how-do-you-test-an-android-application-across-multiple-activities3How do you test an Android application across multiple Activities?SingleShot2009-11-18T22:30:23Z2009-11-30T12:28:06Z
<p>We are building a complex Android application consisting of many screens and workflows spread across many Activities. Our workflows are similar to what you might see on a Bank's ATM machine, for example, there is an <code>Activity</code> to login in that transitions to a main menu <code>Activity</code> which can transition to other activities based on the user's choices.</p>
<p>Since we have so many workflows we need to create automated tests that span multiple activities so we can test a workflow from end to end. For example, using the ATM example, we would want to enter a valid PIN, verify that sends us to the main menu, choose withdraw cash, verify that we are on the withdraw cash screen, etc., etc., and eventually find ourselves back on the main menu or "logged" out.</p>
<p>We've toyed with the test APIs that come with Android (e.g. <code>ActivityInstrumentationTestCase2</code>) and also with <a href="http://code.google.com/p/autoandroid/" rel="nofollow">Positron</a>, but neither seem capable of testing beyond the bounds of a single <code>Activity</code>, and while we can find some utility in these tools for some unit testing, they won't meet our needs for testing scenarios that cut across multiple Activities.</p>
<p>We are open to an xUnit framework, scripting, GUI recorders/playbacks, etc. and would appreciate any advice.</p>
http://stackoverflow.com/questions/1597059/visual-studio-web-test-vs-selenium1Visual Studio Web Test vs. SeleniumSchwartzE2009-10-20T20:19:55Z2009-11-30T08:56:46Z
<p>This can be a very opinionated question. Please keeps your posts factual. </p>
<p>What are the pros and cons of using Microsoft Web Test in Visual Studio? Conversely, what are the pros and cons of Selenium?</p>
http://stackoverflow.com/questions/1814775/automated-spider-test1Automated spider test Overflew2009-11-29T05:48:17Z2009-11-30T01:01:22Z
<p>Hi all.</p>
<p>I'm looking to add a very simple layer of automated integration testing to our current Continuous Integration setup. (CI currently only checks for build breaks).</p>
<p>Is there a product that will:</p>
<ul>
<li>From a base URL, spider a site &
report back any 404/500 error codes?</li>
<li>Allow me to add a step to logon, to
be able to spider the authorized
pages?</li>
</ul>
<p>Bonuses / would-be-nice:</p>
<ul>
<li>Report JS errors</li>
<li>Report 404s linked from CSS</li>
</ul>
<p>I've had a quick look at <a href="http://www.borland.com/us/products/silk/silktest/index.html" rel="nofollow">SilkTest</a> & <a href="http://seleniumhq.org/" rel="nofollow">Selenium</a>, and they don't seem to feature quite such a site-agnostic approach. (The logon step is obviously something they can do...)</p>
<p>We're simply wanting to cull out the simplest/dumbest of regression errors, and we have an absolute minimum of time to implement such an automated check - hence the spidering. Ideally the solution can be run on the command line, and output its results in something I can parse into TeamCity (continuous integration package).</p>
<p>Much appreciated.</p>
http://stackoverflow.com/questions/1808934/dynamically-building-a-url-in-qtp1Dynamically building a URL in QTPA_M2009-11-27T13:58:07Z2009-11-28T19:53:14Z
<p>Hi,</p>
<p>I've been taking a quick look at QTP with one of our test team. </p>
<p>We've figured out some basics like recording a test, capturing text using output values, putting in check points, etc.</p>
<p>However, I can't figure out how to do the following...</p>
<p>We have a web form which a user fills in and submits. This will create an item and assign it an ID in the database. We can capture this ID.</p>
<p>A subsequent page then shows a list of all items, with a link available to open a specific item. This is a simple hyperlink on a web page.</p>
<p>How do I:</p>
<ul>
<li>Check that a link exists on the page with the ID assigned from the creation step?</li>
<li>Click that link?</li>
</ul>
<p>I'm sure that this must be possible, but I've been struggling grokking the tool so far, so this is a shameless cry for help to save me from having to study the docs.</p>
<p>Thanks.</p>
http://stackoverflow.com/questions/1811268/full-screen-flash-application-test-needs-external-pokes0Full-screen Flash application test needs external pokesslothbear2009-11-28T01:41:58Z2009-11-28T02:23:32Z
<p>I'm testing a full-screen Flash application. My preference is to drive the process with Java and I've had a lot of luck with the java.awt.Robot class. I'm looking for ways of modifying the test's behavior while the app still occupies the full screen.</p>
<p>So far, I've found one "outside control", the caps lock key. If I see the process go horribly wrong, I turn on caps lock. Toolkit.getLockingKeyState notices that caps lock is on, and the test is terminated.</p>
<p>I need additional ways to change test operation, like "pause test" and "next test case." It looks like I could use num lock and scroll lock, but my tests need to run on Mac OS X, Windows, and Linux, so I can't count on having those keys. This is a small operation, so it's ok if the method isn't refined. But not as kludgy as overloading the caps lock key with 5 different operations.</p>
<p>One last limitation: I have no internal control of the application; I'm supposed to "test" just like a user.</p>
http://stackoverflow.com/questions/1810140/click-a-javascript-url-using-powershell-internet-explorer-automation0Click a javascript url using Powershell Internet Explorer automationKevin2009-11-27T18:35:53Z2009-11-27T18:44:49Z
<p>Given the following html:</p>
<pre><code><HTML> <BODY>
<DIV id="admin" onmouseover="javascript:showLayer('admin');"
onmouseout="javascript:hideLayer('admin');" name="admin">
<TABLE >
<TBODY> <TR> <TD class="popup" >
<A href="javascript:doTab(3, 'muskrat.htm','docrat.htm')">User Admin</A>
</TD></TR></TBODY></TABLE></DIV></BODY></HTML>
</code></pre>
<p>How would I go about clicking the javascript href link using powershell ie automation?
Thanks</p>
http://stackoverflow.com/questions/987332/how-to-automate-testing-of-medium-trust-code3How to Automate Testing of Medium Trust CodeIan Davis2009-06-12T15:33:20Z2009-11-25T23:37:59Z
<p>I would like to write automated tests that run in medium trust and fail if they require full trust. </p>
<p>I am writing a library where some functionality is only available in full trust scenarios and I want to verify that the code I wish to run in medium trust will work fine. If also want to know that if I change a class that requires full trust, that my tests will fail.</p>
<p>I have tried creating another AppDomain and loading the medium trust PolicyLevel, but I always get an error with assembly or its dependency could not be loaded while trying to run the cross AppDomain callback.</p>
<p>Is there a way to pull this off?</p>
<p><strong>UPDATE</strong>: Based replies, here is what I have. Note that your class being tested must extend MarshalByRefObject. This is very limiting, but I don't see a way around it.</p>
<pre><code>
using System;
using System.Reflection;
using System.Security;
using System.Security.Permissions;
using Xunit;
namespace PartialTrustTest
{
[Serializable]
public class ClassUnderTest : MarshalByRefObject
{
public void PartialTrustSuccess()
{
Console.WriteLine( "partial trust success #1" );
}
public void PartialTrustFailure()
{
FieldInfo fi = typeof (Int32).GetField( "m_value", BindingFlags.Instance | BindingFlags.NonPublic );
object value = fi.GetValue( 1 );
Console.WriteLine( "value: {0}", value );
}
}
public class Test
{
[Fact]
public void MediumTrustWithExternalClass()
{
// ClassUnderTest must extend MarshalByRefObject
var classUnderTest = MediumTrustContext.Create<ClassUnderTest>();
classUnderTest.PartialTrustSuccess();
Assert.Throws<FieldAccessException>( classUnderTest.PartialTrustFailure );
}
}
internal static class MediumTrustContext
{
public static T Create<T>()
{
AppDomain appDomain = CreatePartialTrustDomain();
var t = (T) appDomain.CreateInstanceAndUnwrap( typeof (T).Assembly.FullName, typeof (T).FullName );
return t;
}
public static AppDomain CreatePartialTrustDomain()
{
var setup = new AppDomainSetup {ApplicationBase = AppDomain.CurrentDomain.BaseDirectory};
var permissions = new PermissionSet( null );
permissions.AddPermission( new SecurityPermission( SecurityPermissionFlag.Execution ) );
permissions.AddPermission( new ReflectionPermission( ReflectionPermissionFlag.RestrictedMemberAccess ) );
return AppDomain.CreateDomain( "Partial Trust AppDomain: " + DateTime.Now.Ticks, null, setup, permissions );
}
}
}</code></pre>
http://stackoverflow.com/questions/1614458/parse-fitnesse-restful-xml-output-into-tfs-test-format2Parse Fitnesse RESTFul XML output into TFS Test formatDavid Laing2009-10-23T16:07:58Z2009-11-24T09:41:00Z
<p>I'm integrating a Fitnesse Acceptance test suite into a TFS based CI process.</p>
<p>I can run the Fitnesse Test suite in a RESTful manner (<a href="http://fitnesse.org/FitNesse.UserGuide.RestfulTests" rel="nofollow">http://fitnesse.org/FitNesse.UserGuide.RestfulTests</a>): </p>
<pre><code>http://myfitnesseserver/MyTestSuite?suite&format=xml
</code></pre>
<p>and get back an XML document of test results.</p>
<p>I'd like to transform that into a format that TFS can interpret as number of tests passed / failed.</p>
<p>Any pointers?</p>
<p>Thanks</p>
http://stackoverflow.com/questions/1771416/what-approach-should-i-use-to-test-a-vbscript1What approach should I use to test a VBScript?Dexter2009-11-20T15:56:11Z2009-11-22T13:01:23Z
<p>I've been asked to help out with a project which has made extensive use of VBScript to process a whole bunch of text files and generate certain outputs - sanitized files, SQL entries etc.. The script is going to be scheduled to run as a Scheduled Task with operation based on the parameters passed to the script. There's no user interface.</p>
<p>Are there any tools out there that I can use to automate the testing?</p>
<p>Can I write unit tests that target specific functions within the script without executing the script's start up code etc..?</p>
http://stackoverflow.com/questions/1741985/field-ids-in-sap-netweaver-webdynpro-components0field Id's in SAP Netweaver webdynpro componentstmx_dev2009-11-16T12:44:53Z2009-11-19T15:37:04Z
<p>Is there a way to extract the field id's of SAP's webdynpro components ?
I need them to set up a stable automatic testing environment.</p>
http://stackoverflow.com/questions/1741432/how-can-i-create-an-automated-test-for-valid-windows-installer-certificates1How can I create an automated test for valid WIndows installer certificates?jakobengblom22009-11-16T10:52:43Z2009-11-19T00:06:48Z
<p>We have a situation where for some reason the certificates on our Windows Installers for our product tends to get broken or go bad. Never mind why, the key is that it is not currently detected by our nightly test runs. </p>
<p>So how can that be done?</p>
<p>I.e., an automatic test that runs a Windows installer and checks if it pops up a UAC or bad cert warning in some other way (depends on the setup of Windows exactly how a bad cert is reported, in my experience). Something that can be run as part of a scripted large batch of tests, and report success or failure without a human involved. </p>
<p>I tried searching on stack overflow, but I could not find any other question dealing with this particular issue.</p>
http://stackoverflow.com/questions/1724915/watin-search-in-children-of-an-element1Watin: Search in children of an elementAchim2009-11-12T19:52:12Z2009-11-18T11:39:21Z
<p>I want to do a "two step" search using Watin. For example I would like to search for a ul-tag having class "abc". Then I would like to search for a certain li-tag inside that element. The code might look like this:</p>
<pre><code>ie.ElementWithTag("ul", Find.ByClass("abc")).ElementsWithTag("li", Find.ByXYZ());
</code></pre>
<p>But Element does not have an ElementWithTag method. Any hint how to do that with Watin?</p>
http://stackoverflow.com/questions/213430/selenium-rc-run-tests-in-multiple-browsers-automatically5Selenium RC: Run tests in multiple browsers automaticallyDaniel Beardsley2008-10-17T19:00:43Z2009-11-17T16:28:33Z
<p>So, I've started to create some Ruby unit tests that use <a href="http://selenium-rc.openqa.org/" rel="nofollow">Selenium RC</a> to test my web app directly in the browser. I'm using the <a href="http://github.com/ph7/selenium-client/tree/master" rel="nofollow">Selenum-Client</a> for ruby. I've created a base class for all my other selenium tests to inherit from.</p>
<p>This creates numerous SeleniumDriver instances and all the methods that are missing are called on each instance. This essentially runs the tests in parallel.</p>
<p><strong>How have other people automated this?</strong></p>
<p>This is my implementation:</p>
<pre><code>class SeleniumTest < Test::Unit::TestCase
def setup
@seleniums = %w(*firefox *iexplore).map do |browser|
puts 'creating browser ' + browser
Selenium::SeleniumDriver.new("localhost", 4444, browser, "http://localhost:3003", 10000)
end
start
open start_address
end
def teardown
stop
end
#sub-classes should override this if they want to change it
def start_address
"http://localhost:3003/"
end
# Overrides standard "open" method
def open(addr)
method_missing 'open', addr
end
# Overrides standard "type" method
def type(inputLocator, value)
method_missing 'type', inputLocator, value
end
# Overrides standard "select" method
def select(inputLocator, optionLocator)
method_missing 'select', inputLocator, optionLocator
end
def method_missing(method_name, *args)
@seleniums.each do |selenium_driver|
if args.empty?
selenium_driver.send method_name
else
selenium_driver.send method_name, *args
end
end
end
end
</code></pre>
<p>This works, but if one browser fails, the whole test fails and there is no way to know which browser it failed on.</p>
http://stackoverflow.com/questions/1747772/integration-testing-for-a-wep-app3Integration Testing for a Wep Appkhelll2009-11-17T09:59:30Z2009-11-17T15:58:49Z
<p>I want to make a full integration testing for a web application. I want to test many things like AJAX, positioning and presence of certain phrases and HTML elements <strong>using several browsers</strong>. I'm seeking a tool to do such automated testing.</p>
<p>On the other hand; this is my first time with integration testing, is there any specific recommendations when doing such testing? Any tutorial as well?</p>
<p><em>(As a note: My backend code is done using Perl, Python and Django.)</em></p>
<p>Thanks! </p>
http://stackoverflow.com/questions/1742913/best-practice-approach-for-automated-testing1Best practice approach for automated testingMicrodot2009-11-16T15:30:51Z2009-11-16T16:21:28Z
<p>Hi All,</p>
<p>This is a very strange request for advice for which I truly feel there is no real answer. In my project I have archiving routines on various objects that have been consumed for logical calculations, I archive these items for the sake of audit trail and to check up on calculation errors or prove correctiveness at a later stage. I am working with Entity Framework and things are slightly different to perhaps your own project.</p>
<p>I consume the original object, modify it directly, create a clone of the modified item, revert the original item from store and save changes accordingly. An object is not reverted to original if never consumed by a calculation, in these instances, I save directly over that object along with the various relationships that exist with further objects.</p>
<p>This may sound long winded, but I assure you - it seems the easiest so far in terms of my workings with EF in my situation.</p>
<p>My trouble with these archiving routines is, that over time as I introduce further functionality - I sometimes, without knowing, break critical code to a point where I have to regression test the entire solution over, from beginning to end, to ensure that the archiving requirements remain intact.</p>
<p>Is there any unit test approach or automated methodology for testing these sorts of requirements. It would speed up deployment of packages cutting down on my own manual testing.</p>
<p>Any advice or links to simlar situations appreciated.</p>
http://stackoverflow.com/questions/1679647/automated-testing-approach1Automated Testing ApproachBurt2009-11-05T10:29:00Z2009-11-15T12:34:44Z
<p>Hi,</p>
<p>We write a lot of integration tests that work quite well for us, we did attempt to introduce unit testing but found it more difficult to introduce as it took longer and the benefits were not that apparent.</p>
<p>We still have testers manually going through test scripts. We still have a long way to go to automate our testing process and we wanted to know how others approach it and what tools you use?</p>
<p>Thanks,</p>
<p>B</p>
http://stackoverflow.com/questions/1705823/verifytextpresent-returning-incorrect-result-for-selenium-ide1"VerifyTextPresent" returning incorrect result for Selenium IDE.Aditya2009-11-10T05:33:15Z2009-11-10T16:33:42Z
<p>I am using Selenium IDE to record some scenarios and wanted to check if a particular text is present on the page. I inserted a command "VerifyTextPresent". However, it always returns the result as true even when the particular text is not present.</p>
<p>What can be the probable reason? Do I need to modify anything?</p>
http://stackoverflow.com/questions/1488007/test-rails-controller-that-respond-in-different-formats0Test rails controller that respond in different formatsse_pavel2009-09-28T16:27:33Z2009-11-10T13:09:07Z
<p>I have the following function in controller</p>
<pre><code>def by_xy
@obj = BldPoly::find_by_xy(:x => params['x'], :y => params['y'])
respond_to do |format|
format.html { render :layout => false }
format.xml { render :layout => false }
format.json { render :layout => false }
end
</code></pre>
<p>and planning to write the automatic test in the following way</p>
<pre><code>xml = nil
get :by_xy, {:x => 4831, :y => 3242, :format => :json}
assert_nothing_thrown { xml = REXML::Document.new(@response.body) }
td = REXML::XPath.first(xml, "//result/item")
assert_equal need_value, td.value
</code></pre>
<p>and I get
Completed in 50ms (View: 0, DB: 230) | 406 Not Acceptable [<a href="http://test.host/search/by%5Fxy/4831/3242.json%5D" rel="nofollow">http://test.host/search/by%5Fxy/4831/3242.json%5D</a></p>
<p>when I missed format in testing code - all works correctly, </p>
<p>how should I write the test?</p>
http://stackoverflow.com/questions/1694065/rake-test-is-failing0Rake Test is failingrafaelparra.mp2009-11-07T19:03:15Z2009-11-09T22:28:25Z
<p>Snow Leopard, Test, Shoulda, Cucumber</p>
<p>I am running rake test and getting this error:
Any ideas?</p>
<p>/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in <code>gem_original_require': no such file to load -- RMagick (MissingSourceFile)
from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in </code>require'
from /Users/rafaelparra/Sites/e2g2/vendor/rails/activesupport/lib/active_support/dependencies.rb:158:in <code>require'
from /Users/rafaelparra/Sites/e2g2/app/models/business_profile_image.rb:24
from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in </code>gem_original_require'
from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in <code>require'
from /Users/rafaelparra/Sites/e2g2/vendor/rails/activesupport/lib/active_support/dependencies.rb:158:in </code>require'
from /Users/rafaelparra/Sites/e2g2/vendor/rails/activesupport/lib/active_support/dependencies.rb:265:in <code>require_or_load'
from /Users/rafaelparra/Sites/e2g2/vendor/rails/activesupport/lib/active_support/dependencies.rb:224:in </code>depend_on'
from /Users/rafaelparra/Sites/e2g2/vendor/rails/activesupport/lib/active_support/dependencies.rb:136:in <code>require_dependency'
from /Users/rafaelparra/Sites/e2g2/config/../vendor/rails/railties/lib/initializer.rb:393:in </code>load_application_classes'
from /Users/rafaelparra/Sites/e2g2/config/../vendor/rails/railties/lib/initializer.rb:392:in <code>each'
from /Users/rafaelparra/Sites/e2g2/config/../vendor/rails/railties/lib/initializer.rb:392:in </code>load_application_classes'
from /Users/rafaelparra/Sites/e2g2/config/../vendor/rails/railties/lib/initializer.rb:390:in <code>each'
from /Users/rafaelparra/Sites/e2g2/config/../vendor/rails/railties/lib/initializer.rb:390:in </code>load_application_classes'
from /Users/rafaelparra/Sites/e2g2/config/../vendor/rails/railties/lib/initializer.rb:195:in <code>process'
from /Users/rafaelparra/Sites/e2g2/config/../vendor/rails/railties/lib/initializer.rb:113:in </code>send'
from /Users/rafaelparra/Sites/e2g2/config/../vendor/rails/railties/lib/initializer.rb:113:in <code>run'
from /Users/rafaelparra/Sites/e2g2/config/environment.rb:14
from ./test/unit/../test_helper.rb:2:in </code>require'
from ./test/unit/../test_helper.rb:2
from ./test/unit/answer_test.rb:14:in <code>require'
from ./test/unit/answer_test.rb:14
from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake/rake_test_loader.rb:5:in </code>load'
from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake/rake_test_loader.rb:5
from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake/rake_test_loader.rb:5:in `each'
from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake/rake_test_loader.rb:5
rake aborted!
Command failed with status (1): [/System/Library/Frameworks/Ruby.framework/...]</p>
http://stackoverflow.com/questions/1701731/is-there-any-error-checking-web-app-cralwers-out-there0Is there any error checking web app cralwers out there?Ryan2009-11-09T15:25:48Z2009-11-09T15:28:32Z
<p>Wondering if there was some sort of crawler we could use to test and re-test everything when changes are made to the web app so we know some new change didn't error out any existing pages. Or maybe a web browser with a million frames so I could scroll down and look through the tiles to find any error pages... you get the idea.</p>
http://stackoverflow.com/questions/214862/equivalent-of-firebugs-copy-xpath-in-internet-explorer0Equivalent of Firebug's "Copy Xpath" in Internet Explorer?Paul2008-10-18T10:25:41Z2009-11-09T10:31:13Z
<p>I have an internet-explorer only web application.</p>
<p>I'm exploring what we can do to automate the testing. </p>
<p>Selenium looks like a good tool, but to be able to activate links etc I need to tell selenium where they are. The application wasn't built with this kind of testing in mind, so there generally aren't id attributes on the key elements.</p>
<p>No problem, I think, I can use Xpath expressions. But finding the correct Xpath for say, a button, is a royal pain if done by inspecting the source of the page.</p>
<p>With Firefox / Firebug, I can select the element then use "Copy Xpath" to get the expression. Is there any way of doing this with IE?</p>
<p>(I have the IE Developer Toolbar and it's frustratingly close - I can click to select the element of interest, display all sorts of information about it... but I can't see any convenient way of determining the Xpath for it)</p>
http://stackoverflow.com/questions/94684/how-to-automate-the-test-running-process-using-testcomplete3How to automate the test running process using TestComplete?Fabio Gomes2008-09-18T17:28:01Z2009-11-09T08:39:33Z
<p>We are trying to integrate tests in our daily builds using TestComplete, so far we have a machine dedicated for testing and our build script copies to this machine everything TestComplete needs for its tests (Application, Database, Test script project and source files, etc).</p>
<p>Basically we can open the TestComplete project manually and run the tests.</p>
<p>Now we want to automate that process, so how do you do it? Or how do you think would be the simplest and best way to make this automation?</p>
<p>Keeping it short, we want to automate the process of opening TestComplete after each build, run all the tests and send an email with the test results.</p>
<p>Anyone can share some experience about this?</p>
<p>Thanks.</p>
http://stackoverflow.com/questions/1699129/selenium-not-able-to-understand-xpath0Selenium: Not able to understand xPathLegend2009-11-09T04:41:26Z2009-11-09T07:05:13Z
<p>I have some HTML like this:</p>
<pre><code><h4 class="box_header clearfix">
<span>
<a rel="dialog" href="http://www.google.com/?q=word">Search</a>
</span>
<small>
<span>
<a rel="dialog" href="http://www.google.com/?q=word">Search</a>
</span>
</h4>
</code></pre>
<p>I am trying to get the href here in Java using Selenium. I have tried the following:</p>
<pre><code>selenium.getText("xpath=/descendant::h4[@class='box_header clearfix']/");
selenium.getAttribute("xpath=/descendant::h4[@class='box_header clearfix']/");
</code></pre>
<p>But none of these work. It keeps complaining that my xpath is invalid. Can someone tell me what mistake I am doing?</p>