Tagged Questions

As per wikipedia.org: 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 ...

learn more… | top users | synonyms

0
votes
0answers
4 views

how to automate java applet?

i have to create a test script and i am using selenium, but i am not able to record or edit the rich text editor Ephox, so is there a way to do it with selenium as i came across my article stating ...
3
votes
2answers
38 views

Automated Browser Testing using selenium, Nunit, Selenium Grid, C#, webdriver/remote control

I have been researching on how to automate browser testing for a number of weeks now using all kind of different methods. Seleniums website is very vague on which is the best route to take. I have ...
0
votes
0answers
8 views

How to use monkey talk test tool iphone

i am trying to test my iphone and ipad app using testing tool. So i searched for the different tools available .And found this monkey talk. However i didnt get appropriate guidlines for how to use ...
0
votes
1answer
11 views

Is it possible with ant to run just specific android tests or test-packages?

I always prefer ant test command to am instrument to run android tests on my build server, because it's simplier and am instrument doesn't work always. But so far, I don't know whether if it is ...
1
vote
0answers
21 views

Switching from Web UI testing to Windows Forms application testing

I have been using Selenium (WebDriver) for some time now, utilising Microsoft Team Foundation Server (VS2010, Microsoft Test Manager, Lab Management) to trigger my automated tests on specified builds. ...
0
votes
0answers
17 views

Testing a list is sorted in the correct order capybara

i'm trying to write some tests in capybara that will test a list of dates are sorted correctly. For example i have a list of dates Wed 27 Jun 12, Mon 13 Aug 12, Thu 31 May 12 and when i click on the ...
3
votes
1answer
35 views

How to set WATIR focus on new window

I'm new to WATIR testing (and do I love it!) and have run into a wall on how to refocus my WATIR script to a newly opened window.. Here's my (simplified) script.... #!/usr/bin/ruby require 'rubygems' ...
0
votes
1answer
52 views

Selenium: how to create a proper teardown script

thanks in advance for thinking along, My problem is the following: We use Selenium IDE and RC at work to test the functionality of our website. Our website features a list that is saved on the server ...
0
votes
1answer
64 views

Selenium 2 and Junit 4 testcase: Selecting options from drop down box with multiple class name

I wanted to select and click one of the option which becomes visible through drop down list when the mouse moves to the text or visible text on a web page . So basically I move the mouse to text ...
0
votes
2answers
16 views

Run automated test cases on local machine's web browser - HUDSON

I use remote hudson server for test automation of webapplication. When I run the automated test cases they ran on the browser of that remote machine. I rather want them to run on my machine. Is ...
0
votes
1answer
18 views

Why does `Term::ReadKey::SetTerminalSize` behave different in a test?

#!/usr/bin/env perl use warnings; no warnings 'redefine'; use 5.10.1; use Term::ReadKey; use lib 'lib'; use Term::Choose qw(choose); my @test_keys = ( Term::Choose::KEY_SPACE, ...
2
votes
1answer
29 views

Jenkins Test Trend Graph Not Updating

The company I work for uses Jenkins as their test management software. Very useful, very pleased with it so far. The only trouble is that the Test Result Trend graph hasn't actually updated since ...
0
votes
0answers
28 views

Sauce labs alternative

We're looking into automating our web ui using either Microsoft's coded ui tests or Telerik TestStudio framework. I would love to run our tests using a service like Sauce Labs however, sauce labs ...
0
votes
1answer
61 views

Selenium.WebDriver - I get error when I try to run my test in Chrome

I get error when I try to run my test in Chrome : Initialization method AutomationUsingSelenium.SmuladorChrome.MyTestInitialize threw exception. OpenQA.Selenium.DriverServiceNotFoundException: ...
1
vote
0answers
36 views

Selenium IDE does not record events from a server, but from disk

I'm encountering an issue that Selenium IDE seems not to record a specific event on a real webserver. However, if I save the page (including all resources) via firefox entirely to disk, open the ...

1 2 3 4 5 77
15 30 50 per page