I want to remotely run a download test under IE. I'm looking for any way to do it (on a remote machine) even if I have to use another
tool such as autoit (which doesn't seems accurate regarding to the remote aspect).
My problem :
When IEWebdriver…
When I try to run rspec or autotest I keep getting the error:
/Users/Craig/.rvm/gems/ruby-1.9.2-p136/gems/sass-3.1.0.alpha.249/lib/sass/plugin.rb:35:in `': uninitialized constant Sass::Util (NameError)
After I remove sass from my…
I use pyautogui to write the auto-gui test tool for Debian9 desktop application written by Qt5.9.2. The background of application was filled with many PNG images by qss. I capture the screenshot by pyautogui.screenshot() and compare the pixels by…
When I starting application without appium I get this form:
When I use appium for application launching elements are disappearing:
Anybody know why it happens?
Java code:
String appPackage = "appPName";
String appActivity = "appAName";
…
I am having trouble getting Rails autotest notifications to work on the Engine Yard Vagrant environment. On the Mac, I normally get the notifications via Growl. However, on the virtual environment (which runs Ubuntu) that doesn't work.
I tried…
I write API autotests (using C#, HttpClient) for application deployed on azure. There were added authorizations - Authentication with Azure Active Directory and JWT Authorization using the Bearer scheme. Of course all my tests now fail with 401…
have problems with my java tests on Cucumber when i run them via jenkins on remote host.
My code:
step:
Given open link from property "bla-blalink"
And type to input with name "UserName" property: "login" on…
Summary of question: Is autotest supposed to 'trigger' any of my /pages_controller_spec.rb tests when I change any of the pages referenced in the file?
Example: I have a test in the spec/controller/pages_controller_spec.rb file that tests for the…
Could you advice how to implement server for scripts testing such as like on coursera.
There is input, where students attach their script.
And next steps are quite foggy for me as I see them:
server gets script
server checks extension of…
Autotest doesn't seem to be working for me. I've installed what seem to be all the dependencies. When I make changes in my code, or force failures in tests, nothing happens while running autotest.
When I run autotest either just as 'autotest' or…
I would like to tell autotest to run every time I changed models/controllers/helpers in my rails 3. Currently, it runs only when I changed spec files.
Here is my environments:
rails (3.0.3)
rspec-rails (2.4.1)
autotest (4.4.6)
autotest-notification…
So I have these gems for dev:
gem 'autotest'
gem 'ZenTest'
gem 'autotest-growl'
In my .autotest file:
require 'active_support'
require 'active_support/core_ext'
require 'autotest/restart'
require 'redgreen/autotest'
begin
require…
In the process of studying calabash-cucumber for testing mobile applications, the question arose how to work with objects. For testing took the application iOS, and here is one of the Activites has 4 questions and 3 answers to each question. To pass…
How do I change the behavior of autotest to run after I edit a view file? Currently, it runs when I modify a a controller file, and I'd rather not need to touch a a controller file to get my tests to run.