Tagged Questions

Test automation is the use of software to control the execution of tests, the comparison of actual outcomes to predicted outcomes, the setting up of test preconditions, and other test control and test reporting functions. Commonly, test automation involves automating a manual process already in ...

learn more… | top users | synonyms

0
votes
1answer
17 views

sniffer can't find DJANGO_SETTINGS_MODULE

I'm trying to automate the test rerun after a change while developing. After searching around a little sniffer seemed fine. But if I run it my tests fail with this error: ERROR: Failure: ...
1
vote
1answer
18 views

How can I run a QTP test from the command line?

There are a few situations where I need to launch and run a QTP test from the command prompt. For example, I'd like to use Windows Task Scheduler to run QTP tests at various times throughout the ...
1
vote
0answers
8 views

Any automated way to unit test Flash Clipboard functionality from the browser in Flash Player 10+

In Flash Player 10+, a browser-based SWF can inject into a user's clipboard if and only if it is triggered by a user interaction with the Flash object, e.g. the user clicks a Flash button. This is ...
0
votes
0answers
21 views

Testing Dynamically generated UI elements using XCode Automation tool

I want to test my iOS app. It contains dynamically generated UI elemnts. I create all the UI elements programmatically without using the interface builder. To test I need to access them via Automation ...
2
votes
1answer
26 views

Rails RSpec script fails to identify elements (update: because they are in iframe)

I am new to Rails and Selenium but have used other automated testing tools. I exported a script from the Selenium 2 IDE to Rails/RSpec and am altering the code to get it to run. The script fails to ...
0
votes
0answers
47 views

Jenkins + QUnit integration

is there any (simple) way how to setup Jenkins server on linux to be able to run QUnit tests automatically after each build? I'm looking for solution where there is no need to have tools or runners ...
0
votes
0answers
40 views

storing result value of selenium assertElementPresent

I am attempting to store the result value (true or false) of the assertElementPresent method in the variable A using this Selenese syntax: storeEval | var ...
1
vote
3answers
122 views

Does anyone use Sikuli as a testing tool?

Hi I have a Swing application to test and I found Sikuli a nice tool to do it, but I am a little worried about the size of the community and if it's being continually developed and it's being used by ...
0
votes
1answer
37 views

Automated method to add javascripts/css into local html files and execute them

I have a set of html files needed to be modified locally. So I found an easy way to do that: write javascript/css, attach them into existing html, run them in a web browser, and save the results back ...
0
votes
1answer
133 views

Run unit tests in Jenkins / Hudson in automated fashion from dev to build server

We are currently running a Jenkins (Hudson) CI server to build and package our .net web projects and database projects. Everything is working great but I want to start writing unit tests and then only ...
1
vote
2answers
91 views

Documenting Selenium automated tests

While running manual tests, we have a basic format that consists of test description, test steps, expected and actual results. However, I'm wondering how to document automated tests before and after ...
1
vote
2answers
389 views

Selenium vs HtmlUnit?

I am trying to understand testing framework better and been looking into Selenium. I've used HTMLUnit before, mainly when I needed to scrape some information off website or the likes. In the context ...
0
votes
2answers
122 views

Allow Entity Framework 4.5 to use datetime2 with SQL Server CE4

I am working on an Entity Framework project using SQL Server 2008. We recently changed to use the datetime2 field type for a lot of our Dates as we need the precision. This works fine against our ...
1
vote
4answers
315 views

Run selenium webdriver tests

I have a set of Selenium WebDriver tests written in Java. Is there framework with web interface where I can run them? This web interface should display list of all tests, ability to run one or all ...
0
votes
1answer
53 views

Deploying test data when executing a test remotely from MS Testing Center

I am developing automated tests in Visual Studio 2010 (Ultimate). I can execute my test locally trough VS and remotely on a test agent through MS Testing Center. Everything works well. The problem ...

1 2 3 4 5 9
15 30 50 per page