similar to: Needing a (better) Selenium Testing Tutorial

Displaying 20 results from an estimated 3000 matches similar to: "Needing a (better) Selenium Testing Tutorial"

2008 Oct 24
2
Mulitbrowser selenium ruby
Hope all is well, Striaght to the point I wonder if someone has any ideas to help me with the following problem: I have written an automation framework in ruby, that uses selenium and rspec and is run by an ant task, as thats the build process that is implemented here. Im currently running all my spec tests in firefox on my local machine by passing the selenium variable: @selenium =
2007 Jun 13
1
seleniumrc_fu initial test issue
I have the seleniumrc_fu plugin installed and setup according to the instructions, and can run the selenium:test task if there are no test cases. My first test case simply does an open_home_page to verify that things are working at all. Unfortuniately there seems to be an issue with even this simple a test case. The following suggests that there is an issue with the getNewBrowserSession
2008 Jun 09
6
Selenium/Watir usage along side Webrat in story testing
This is related to Selenium/Watir usage along side webrat in story testing. MHS_Testing and Rspec-ui provide some great help for testing through frameworks like Selenium/Watir. But there is something missing, Webrat has changed the landscape somewhat with Acceptance Tests/Story Driven development. Now I have a choice: 1. Tests and rails process run as one test process (Webrat) 2. Use
2006 Aug 03
0
Selenium on Rails has moved to OpenQA
Hi all, Selenium on Rails has so far lived on my personal site, but now it has moved in on OpenQA. Please get involved and help making testing Rails applications using Selenium too easy to resist! http://www.openqa.org/selenium-on-rails/ Cheers, Jonas Bengtsson http://andthennothing.net -- Posted via http://www.ruby-forum.com/.
2008 Jul 17
2
Selenium docs or tutorial?
Does anyone have links to any complete Selenium docs or tutorial? I have Selenium 1.0.9 installed (OS X, Leopard), the proxy server appears to launch ok, and got the test to reach: @browser = Selenium::SeleniumDriver.new("localhost", 4444, "*firefox", "http://www.google.com", 15000) this method has no documentation as far as I can tell (or
2011 Mar 04
1
Time series analysis for a daily series
Hi everyone I am trying to do some time series analysis with daily temperature data (40 years). I have created a zoo object and ts object but can't apply stl function. It says the series is not periodic or has less than two periods. I've searched through google and found a lot of messages about this problem but not a solution/example to look for trend and seasonal component of a
2011 Feb 17
2
Regresión lineal para una serie temporal
Hola a todos Estoy intentando hacer un análisis rápido de una serie temporal de datos diarios pero me encuentro con algunos problemas. Me gustaría en primera instancia hacer una regresión lineal pero no encuentro la forma. Tras leer los datos diarios creo un objeto de la clase zoo y sobre éste no puedo utilizar lm(). He leído algo sobre dynlm pero no encuentro la forma. Se agradece
2006 Feb 19
2
New version of Selenium on Rails
I''ve just released a new version of Selenium on Rails[1]. It''s a plugin that makes it easy to test Rails applications through browsers using Selenium [2]. The major new features are exprimental support for running all tests through a Rake task (which launches any number of browsers) and a new format RSelenese. The Rake task has a few rough edges so I would appreciate if
2011 Mar 04
3
Análisis de una serie temporal diaria
Hola a todos Estoy tratando de analizaruna serie temporal con datos diarios de temperaturas (40 años). He creado un objeto zoo (con ayuda de la lista, gracias) sobre el que encuentro la regresión lineal. He probado también a crear un objeto ts a partir del zoo. El problema que encuentro es que nose puede aplicar la función stl para hallar la componente estacional y la tendencia. Rdice que la
2010 Jun 08
1
Problem installing Rmpi
Hi everyone I want to install Rmpi to use R in parallel mode in a Linux cluster (Ubuntu, Hardy Heron). It seems to be properly installed but a problem appears when loading Rmpi library. R version 2.11.1 (2010-05-31) > library("Rmpi") Error: package 'Rmpi' was built before R 2.10.0: please re-install it Should I remove R-2.11 and install R-2.10? I have tried to
2009 Dec 24
2
Two Easy questions
Sorry all for these two easy questions: First, I have a matrix with trhee columns: A= Name Eight Puntuation Pepe 1,85 10 Paco 1,7 7 Pablo 1,82 6 I want to scatter the two columns (I could use pairs or other functions...) but the only doubt is that I cannot find the way to add in the associated intersection (the point scattered) the label "Pepe" "Paco" and so
2007 Jun 08
3
choppy sound with playback, background, etc... but not with musiconhold
Hello, I have an asterisk 1.2.18 working fine, the only problem is that all applications that play audio, sound like "tremolo" or "vibrato", but musiconhold plays fine. The same audio file (wav, mp3, ...) works fine with Musiconhold() but not with Playback() or Background()... If I move app_playback.so from this system to another asterisk, playback works fine... Do you
2006 Apr 22
5
selenium plugin not working with rails 1.1
Hi, I really like selenium, and I just tried the plugin created Jonas Bengtsson. However I cannot get it to run on rails 1.1 and coundn''t find anyone complaining about it? Did anyone get it to run on rails 1.1.2? Greets, Abdur-Rahman
2008 Jul 29
2
About clustering techniques
Hello R users It's some time I am playing with a dataset to do some cluster analysis. The data set consists of 14 columns being geographical coordinates and monthly temperatures in annual files latitutde - longitude - temperature 1 -..... - temperature 12 I have some missing values in some cases, maybe there are 8 monthly valid values at some points with four non valid. I don't want to
2005 Mar 03
1
Is there a way to find free zap channels on remote servers ??
Hello: I would like to know if there's a way to request free chanels from remote asterisk servers ? My idea is to make an agi returning a dial to inter-asterisk connected servers when there's not enought chanels on local server, maybe like a ping to all of them or maybe requesting to a central server where all the *s send and request information about available chanels each 2 or 3
2010 Jun 14
1
Install Rmpi
Hi everyone As I couldn't succeed with manual installation of Rmpi I decided to start again from the beginning. I removed R and MPICH in my Ubuntu Hardy installation. Then, to avoid any dependencies problems I have installed MPICH and R from synaptic, not from sources. But now I can't install Rmpi. An error message appears when trying to install Rmpi, you can find in
2010 Jan 14
1
Clustering with clara
Hello everyone I am trying to use CLARA method for finding clusters in my spatial surface temperature data and noticed one problem. My data are in the form lat,lon,temperature. I extract lat,lon and cluster number for each point in the dataset. When I plotted a map of cluster numbers I found empty areas in the map. The point is that the number of points that were assigned a cluster number are
2015 Jun 01
2
extraño error con seq
Estimados colisteros, Acabo de encontrar un extraño error usando la función seq: >seq(from = 0.6 + 0.1, to = 0.7, by = 0.1) [1] 0.7 # todo bien >seq(from = 2.2 + 0.1, to = 2.3, by = 0.1) Error in seq.default(from = 2.2 + 0.1, to = 2.3, by = 0.1) : wrong sign in 'by' argument La ayuda de seq establece que "Specifying to - from and by of opposite signs is an error". Y
2011 Jul 13
7
Extraer datos mensuales de una serie temporal
Hola a todos Estoy intentando extraer un subconjunto de datos de una serie temporal, concretamente quiero extraer los meses de verano de varios años pero no encuentro la manera. Los datos tienen este formato: FECHA;H_SOLAR;DIR_M;DIR_S;VEL_M;VEL_S;VEL_X;U;V;TEMP_M;HR;BAT;PRECIP;RAD;UVA;UVB;FOG;GRID;
2011 Jun 03
1
R and DBSCAN
Hello everyone, When looking for information about clustering of spatial data in R I was directed towards DBSCAN. I've read some docs about it and theb new questions have arisen. DBSCAN requires some parameters, one of them is "distance". As my data are three dimensional, longitude, latitude and temperature, which "distance" should I use? which dimension is related to