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

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

Pytest -> How To Use Fixture Return Value In Test Method Under A Class

I have a fixture that returns a value like this: import pytest @pytest.yield_fixture(scope='mo… Read more Pytest -> How To Use Fixture Return Value In Test Method Under A Class

Raise Exception If Script Fails

I have a python script, tutorial.py. I want to run this script from a file test_tutorial.py, which … Read more Raise Exception If Script Fails

Naming Cucumber's Data Table

I am creating test cases on forms that could contains over 50 parameters, some of them would show u… Read more Naming Cucumber's Data Table

How Do You Send An Ethernet Frame With A Corrupt Fcs?

I'm not sure if this is even possible since this might be handled in hardware, but I need to se… Read more How Do You Send An Ethernet Frame With A Corrupt Fcs?

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)

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?

How To Record Selenium Webdriver Test Executions In Python On Window X64

Using python binding selenium3 webdriver for test automation, to record execution steps using castr… Read more How To Record Selenium Webdriver Test Executions In Python On Window X64