Отправляет email-рассылки с помощью сервиса Sendsay
  Все выпуски  

Помогли ли курсы устроиться на работу



Software-Testing.Ru - портал тестировщиков  

Новые темы форума тестировщиков


Помогли ли курсы устроиться на работу
2016-08-19 11:20

Добрый день! Подскажите, пожалуйста, те кто учились в данном центре, реально найти работу после прохождения курсов для новичков? Есть успешный пример? Или нужно пройти не один курс, чтобы хотя бы пригласили на собеседование?



Запуск первого теста в Selenium(ошибка инициализации)
2016-08-19 11:46

Добрый день,записал небольшой тест в селениуме,скопировал код и перенес в эклипс,подключил библиотеки junit и selenium,при попытке воспроизвести тест выдает ошибку InitilalizationError, что сделать надо чтобы больше не выдавало такой ошибки и тесты работали?Спасибо



Проблема с firefox 48 и webdriver
2016-08-21 09:26

Привет всем,

 

У меня есть проблема при запуске автотеста.

Использую selenium + python + firefox 48

 

пишу команду:

 

from selenium import webdriver

driver= webdriver.Firefox()
driver.get("www.google.com")

 

браузер открывается, но потом появляется ошибка:

 

/usr/bin/python2.7 /home/andrey/PycharmProjects/untitled/test/test3.py
Traceback (most recent call last):
  File "/home/andrey/PycharmProjects/untitled/test/test3.py", line 5, in <module>
    driver.get("www.google.com")
  File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 248, in get
    self.execute(Command.GET, {'url': url})
  File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 236, in execute
    self.error_handler.check_response(response)
  File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/remote/errorhandler.py", line 192, in check_response
    raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.WebDriverException: Message: Target URL www.google.com is not well-formed.
Stacktrace:
    at FirefoxDriver.prototype.get (file:///tmp/tmp_GEQYV/extensions/fxdriver@googlecode.com/components/driver-component.js:10636)
    at DelayedCommand.prototype.executeInternal_/h (file:///tmp/tmp_GEQYV/extensions/fxdriver@googlecode.com/components/command-processor.js:12661)
    at DelayedCommand.prototype.executeInternal_ (file:///tmp/tmp_GEQYV/extensions/fxdriver@googlecode.com/components/command-processor.js:12666)
    at DelayedCommand.prototype.execute/< (file:///tmp/tmp_GEQYV/extensions/fxdriver@googlecode.com/components/command-processor.js:12608)
 
Process finished with exit code 1
 
В чем может быть проблема?
 
Спасибо за ответы!!


Подскажите друзья почему тесты падают?
2016-08-21 16:06

Подскажите друзья почему тесты падают? Судя по всему баг с firefox

 

Так по порядку - запускаю тест

 

 

 phpunit --verbose test.php PHPUnit 5.5.0 by Sebastian Bergmann and contributors.

Runtime:       PHP 7.0.8-0ubuntu0.16.04.2
Configuration: /root/phpunit-selenium/phpunit.xml.dist

E                                                        1 / 1 (100%)

Time: 1.03 seconds, Memory: 8.00MB

There was 1 error:

1) WebTest::testTitle
PHPUnit_Extensions_Selenium2TestCase_WebDriverException: The path to the driver executable must be set by the webdriver.chrome.driver system property; for more information, see http://code.google.com/p/selenium/wiki/ChromeDriver. The latest version can be downloaded from http://chromedriver.storage.googleapis.com/index.html

/root/phpunit-selenium/PHPUnit/Extensions/Selenium2TestCase/Driver.php:165
/root/phpunit-selenium/PHPUnit/Extensions/Selenium2TestCase/Driver.php:71
/root/phpunit-selenium/PHPUnit/Extensions/Selenium2TestCase/SessionStrategy/Isolated.php:67
/root/phpunit-selenium/PHPUnit/Extensions/Selenium2TestCase/SessionStrategy/Shared.php:79
/root/phpunit-selenium/PHPUnit/Extensions/Selenium2TestCase.php:296
/root/phpunit-selenium/PHPUnit/Extensions/Selenium2TestCase.php:337
phar:///usr/local/bin/phpunit/phpunit/Framework/TestCase.php:936
phar:///usr/local/bin/phpunit/phpunit/Framework/TestResult.php:701
phar:///usr/local/bin/phpunit/phpunit/Framework/TestCase.php:892
/root/phpunit-selenium/PHPUnit/Extensions/Selenium2TestCase.php:314
phar:///usr/local/bin/phpunit/phpunit/Framework/TestSuite.php:753
phar:///usr/local/bin/phpunit/phpunit/TextUI/TestRunner.php:465
phar:///usr/local/bin/phpunit/phpunit/TextUI/Command.php:185
phar:///usr/local/bin/phpunit/phpunit/TextUI/Command.php:115

ERRORS!
Tests: 1, Assertions: 0, Errors: 1.
 

Он мне выдает ошибку - гуглю.. вроде как понял что это ошибка из за драйвера к браузеру? не подсажите как исправить ее?



© 2010 | Software-Testing.Ru


В избранное