Skip to content Skip to sidebar Skip to footer
Showing posts with the label Automated Tests

Selenium Error: Element Not Visible (different Behaviour On Two Computers)

I am pretty stuck with the following problem. This is a simple script which updates CV on the websi… Read more Selenium Error: Element Not Visible (different Behaviour On Two Computers)

Integration Testing For A Web App

I want to do full integration testing for a web application. I want to test many things like AJAX, … Read more Integration Testing For A Web App

Are There Any Free/open-source Wcf Client Frameworks/libraries Out There?

I am working on a tool that will test the server of a Silverlight application. AFAIK, Silverlight u… Read more Are There Any Free/open-source Wcf Client Frameworks/libraries Out There?

How Do The Arguments Are Being Passed To Test Functions In Tox/py.test?

I'm learning to write tests with tox. How do the arguments are being passed to test functions i… Read more How Do The Arguments Are Being Passed To Test Functions In Tox/py.test?

Actionchains Perform Not Working When Driver Loses Focus

I have a code that basically triggers a browser shortcut using actionchains. I'm using Chrome d… Read more Actionchains Perform Not Working When Driver Loses Focus

How To Get An 'nth-of-type' In Selenium

I'm using Selenium Webdriver to check the text of this particular paragraph (the one highlighte… Read more How To Get An 'nth-of-type' In Selenium

Py.test Passing Results Of One Test To Another

Currently I have test looking like this: @pytest.mark.parametrize('param', [1,2,3]) def tes… Read more Py.test Passing Results Of One Test To Another

Same Tests Over Many Similar Data Files

With python and unittest I have this structure of test directory: tests/ __init__.py test_001.p… Read more Same Tests Over Many Similar Data Files